/* GENERAL */
body { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }

a:link { text-decoration: none; }     /* unvisited link */
a:visited { text-decoration: none; }  /* visited link */
a:active { text-decoration: none; }   /* selected link */

/* LANGUAGE SELECTOR */
#languages
{
	position: relative;
	top: 26px; left:422px;
}

.flag
{
	padding: 2px;
}

/* INDEX PAGE */
TABLE.index
{
	background-image: url('Pictures/IndexBackground.png'); 
	background-position: top center;
	background-repeat: repeat;
	color: #FFFFFF;
    text-decoration: none;
}

/* GALLERY */
#gallery
{
	padding-left: 135px;
}

#main_image
{
	width: 580px;
	height: 580px;
	padding: 5px 0px 5px 0px;
	background-color: #a2a0a0;
}

.small_image
{
	width: 160px;
	height: 110px;
	padding: 5px 0px 5px 0px;
	background-color: #a2a0a0;
}

TD.picture_block_gallery
{
	padding: 10px 10px 10px 10px;
	background-color: #d2d0d0;
}

TD.control_block_gallery
{
	padding: 10px 10px 10px 10px;
	background-color: #4E5150;
}

.gallery_header
{
  font-family: Arial,Arial;
  font-style: bold;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

/* MENU */
#menu
{
	margin: 0;
	border-bottom: 2px solid;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#menu TD
{
	padding: 0;
	margin: 0;
}

#menu TD A
{
    display: block;
    position: relative;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
	color: #12356D;
}

#menu TD A:hover, #menu TD.selected, #menu TD.selected A
{
	background-image: url('Pictures/MenuSeparatorSelected.png'); 
	background-position: top right;
	background-repeat: repeat;
	color: #FFFFFF;
    text-decoration: none;
}

/* MAINTEXT */
.mainText
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.mainText A
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #444444;
}

/* TEXT-BLOCK */
TD.text_block
{
	padding: 0px 20px 0px 20px;
}

/* PICTURE-BLOCK */
TD.picture_block
{
	padding: 5px 10px 5px 10px;
	background-color: #d2d0d0;
}

/* PADDED-PICTURE */

/* HTMLTEXT */
.htmlText
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

/* REFERENCE-TABLE */
TR.ref_odd_row
{
	background-color: #d2d0d0;
}

/* PICTURES ON MAIN PART */
.picture_standard
{
	padding: 5px 5px 5px 0px;
}

DIV.picture_standard_new_line
{
	padding: 5px 0px 5px 0px;
	text-align: left;
}

DIV.picture_standard_new_line_center
{
	padding: 5px 0px 5px 0px;
	text-align: center;
}

DIV.picture_left_floating
{
	float: left;
	padding-right: 10px;
}

DIV.picture_right_floating
{
	float: right;
	padding-left: 10px;
}

/* FOOTER */
#footerTextLeft
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #12356D;
	text-decoration: none;
	text-align: left;
}

#footerTextRight
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #12356D;
	text-decoration: none;
	text-align: right;
}
