/* Base Styling */

body {
	text-align:center;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	color: #62656A;
	text-decoration: none;
	list-style-type: disc;
	background: url(../img/styling/vertical_tile.gif) repeat-x left top;
	background-color:#E6ECEF;
}
#container {
	width: 780px;
	text-align: center;
	margin: auto;
	background: url(../img/styling/left_panel_vertical.gif) repeat-y left top;
	clear:both;
	}
	
.clear {
	clear:both;
}


/* main divs, left column */

#headerFlash {
	width:780px;
	height:248px;
	float:left;
}


#leftTopPadding {
	height:60px;
	background-color:#E6ECEF;

}
#leftColumn {
	width:210px;
	float:left;
	text-align:left;
	
}

#title {
margin-bottom:0px;
}



#leftColumnContainer {
	width:210px;
	height:100%;
	float:left;
	text-align:left;
	
	
}


#leftMenu {
	width:210px;
	margin-top:0px;
	float:left;
	margin-top:3px;

}

.UpperDistance {
	padding-top:30px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#navelements ul {
	list-style-type: none;
	display:block;
	margin:0px;
	padding:0px;
}

#navelements li {
	list-style-type: none;
	float:left;
	
}

#navelements  a {
	display: block;
	list-style-type: none;
	text-indent:0px;
	width:201px;
	height:24px;
	padding-top:7px;
	padding-left:9px;
	background: url(../img/menus/left_menu_off.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #38536A;
	text-decoration: none;
	margin: 0px;
	float: left;
	cursor: default;
}

#navelements a:hover {
background: url(../img/menus/left_menu_on.gif) no-repeat left top;
cursor:pointer;
}

#navelements .selected{
background: url(../img/menus/left_menu_on.gif) no-repeat left top;
cursor:pointer;
}



#latestNews {
	width:180px;
	float:left;
	padding:10px 20px 10px 10px;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;	
}

#latestNews a {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #939BAA;
	text-decoration: underline;	
}

#latestNews a:hover {
	color: #333333;
	text-decoration: none;	
}

.titleBox {
	width:210px;
	float:left;
}


#subscribe {
	width:190px;
	float:left;
	padding: 5px 5px 5px 5px;
	font: 10px/normal Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;	
}



/* main divs, right column */


#rightColumn {
	width:570px;
	float:left;

}

#topBreadcrumbs {
	width:306px;
	height:37px;
	float:left;
	text-align:left;
	padding-top:22px;
	background-color:#E6ECEF;

}

#topBreadcrumbs a {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
	color: #62656A;
	text-align:left;
}

#topBreadcrumbs h1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #62656A;
	display:inline;
	text-align:left;
}
#topBreadcrumbs a:hover, h1:hover {
	text-decoration:none;
	
}

#search {
	width:264px;
	height:42px;
	float:right;
	text-align:right;
	padding-top:17px;
	background-color:#E6ECEF;
}

.searchInput {
	width:165px;
	height:19px;
	padding-top:4px;
	padding-left:30px;
	float:left;
	background: url(../img/styling/search_bar_off.gif) no-repeat left top;
	border: 1px none #E6ECEF;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #013148;
	text-decoration: none;
}
.searchInput:focus {
	background: url(../img/styling/search_bar_on.gif) no-repeat left top;

}

.subscribeInput {
	width:165px;
	height:19px;
	padding-top:4px;
	padding-left:10px;
	float:left;
	background: url(../img/styling/subscribe_off.gif) no-repeat left top;
	border: 1px none #E6ECEF;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #4E5561;
	text-decoration: none;
}
.subscribeInput:focus {
	background: url(../img/styling/subscribe_on.gif) no-repeat left top;

}

.submitButton {
	width:58px;
	height:23px;
	float:left;
	margin-left:10px;
	background: url(../img/styling/submit_button_off.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #013148;
	text-decoration: none;
	border: 1px none #9BAFBB;
}
.submitButton:hover {
	background: url(../img/styling/submit_button_on.gif) no-repeat left top;

}

.submitButtonNormal {
	width:58px;
	height:23px;
	float:left;
	margin-top:5px;
	background: url(../img/styling/submit_button_off.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #013148;
	text-decoration: none;
	border: 1px none #9BAFBB;
}
.submitButtonNormal:hover {
	background: url(../img/styling/submit_button_on.gif) no-repeat left top;

}



/* main divs, white column*/

#mainContent {
	width:518px;
	float:left;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 25px 10px 25px;
	color: #7E7E7E;
	text-decoration: none;
	text-align:justify;
	background: #FFFFFF;
	border-top: 1px solid #C7CED6;
	border-right: 1px solid #C7CED6;
    overflow:hidden;

}

#mainContent a {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #939BAA;
	text-decoration: underline;

}

#mainContent a:hover {
	color: #333333;


}

.mainTopLink  {
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #939BAA;
	text-decoration: underline;

}
.mainTopLink:hover  {
	color: #3F4C5E;
	text-decoration: none;

}
.mainImageRight {
	border: 3px solid #E6ECEF;
	margin: 5px 0px 5px 10px;
}

.mainImageLeft {
	border: 3px solid #E6ECEF;
	margin: 5px 10px 5px 0px;
}



/* footer*/

#leftFooter {
	width:208px;
	height:56px;
	border: 1px solid #83949E;
	float:left;
	background-color:#9BAFBB;
	padding-top:19px;

}

#rightFooter {
	text-align:left;
	width:558px;
	height:55px;
	padding:20px 0px 0px 10px;
	float:left;
	background-color:#D6DBE2;
	border-top: 1px solid #83949E;
	border-right: 1px solid #83949E;
	border-bottom: 1px solid #83949E;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #727D8E;
}

#rightFooter a {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #83949E;
	color: #2C4860;
	margin-right:5px;

}

#rightFooter a:hover {
	border-bottom: 1px solid #727D8E;
	color:#727D8E;
}


.rightFooterNavi {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #83949E;
	color: #879CA8;
	margin-right:5px;

}




.rightFooterNavi:hover {
	border-bottom: 1px solid #83949E;
	color:#3F4C5E;

}

#homepage-menu ul {
 list-style-type: none;
 display:block;
 margin:0px;
 padding:0px;
 list-style:none;
}

#homepage-menu li {
 list-style-type: none;
 float:left;
 
}

#homepage-menu  a {
 text-indent:0px;
 width:190px;
 height:28px;
 margin: 0px;
 float: left;
 cursor: pointer;
}





.submitButton-de {
	width:80px;
	height:23px;
	float:left;
	margin-left:10px;
	background: url(../img/styling/de-submit_button_off.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #013148;
	text-decoration: none;
	border: 1px none #9BAFBB;
	text-align:center;
}
.submitButton-de:hover {
	background: url(../img/styling/de-submit_button_on.gif) no-repeat left top;

}

