@charset "utf-8";
/* CSS Document */
html {
	min-height: 100%;
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#6cb2f0;
	background-image: url(../images/bg_navi.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 8px;
}
h6 {
	font-size: 6px;
}

a:link {color:#000437;}      /* unvisited link */
a:visited {color:#000437;}  /* visited link */
a:hover {color:#000437; text-decoration:underline;}  /* mouse over link */
a:active {color:#000437;}

#container {
	margin: 0px;
	width: 100%;
	background: none;
}
#header {
	position: relative;
	height: 110px;
	
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
}
#header p {
	position: absolute;
	bottom: 10px;
	left: 231px;
	font-size:14px;
	font-weight:bold;
	color: #000034;
}
#mainBody {
	width: 1000px;
}

#navigation ul, #navigation ul li {
	height: 31px;
	line-height: 31px;
}
#navigation {
	padding: 98px 0px 0px 26px;
	width:216px;
	height:202px;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	margin-top:1px;
}
#navigation ul li:last-child {

}
#navigation ul li a {
	display:block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	width:180px;
	padding-left:10px;
	background-image: url(../images/bg_navitem.gif);
	background-position:bottom left;
}
#navigation ul li a:hover {
	font-size: 12px;
	color: #213a6c;
	text-decoration: none;
	background-image: url(../images/bg_navitem.gif);
	background-position:top left;
}
#navigation ul li.active a {
	width:180px;
	color: #213a6c;
	background-image: url(../images/bg_navitem.gif);
	background-position:top left;
}
#localeNavigation {
	position: absolute;
	top: 130px;
	left: 30px;
}

#mainBody #mainContent {
	margin-left:232px;
	min-height:600px;
}
#footer {
	padding-left:247px;
}

span.label, label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}
div.value, span.value {
	float: left;
	display: block;
	width: 250px;
}

#attributeGroup_Media a:link {color:#ffffff; text-decoration:none}
#attributeGroup_Media a:hover {color:#ffffff; text-decoration:none}


#localeNavigation {
	line-height: 26px;
}

.en_US {
	display:inline-block;
	height: 26px;
 	background-image: url(../images/flag_usa.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}

.de_DE {
	display:inline-block;
	line-height: 26px;
	height: 26px;
 	background-image: url(../images/flag_germany.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}

.slideshow.vertical {
	margin-left:auto;
	margin-right:0px;
}

.slideshow.vertical {
	margin-left:auto;
	margin-right:auto;
}