body
{
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	background-color: White;
}

h1
{
	font-family: Arial;
	color: #002e6e ;
	font-weight: bold;
	font-size: 16pt;
}

.header_table
{
	background-color: #00306b;
	width: 100%;
	height: 58px;
}

.topLogo
{
	width: 349px;
	height: 58px;
	padding-right: 5px;
}

.TopLogo1 img
{
	width:195px;
	height:58px;
}

.TopLogo2 img
{
	width:154px;
	height:58px;
}

 img.leftMenuItem
{
	width:247px;
}

/*.leftBg
{
	width: 247px;
	background-image: url(../images/left-bg.gif);
	background-repeat: no-repeat;
}*/

.menuLeftBg
{
	background-repeat: no-repeat;
}
/***NAVIGATION***/

.navigationTop 
{
	border-collapse: collapse;
	height: 58px;
	white-space: nowrap;
}

.navigationTop a
{
	font-size: 14px;
	text-decoration: none;
	color: #ffed00;
	height: 58px;
}

.navigationTop a
{
	padding: 22px 20px 21px 20px;
}

.navigationTop a:hover, .navigationTop a.active
{
	background-image: url(../images/top_button_bg.gif);
	background-repeat: repeat-x;
	color: #00306b;
}


.navigationTopInfo_td
{
	padding-right: 15px;
	width: 100px;
}

.navigationTopInfo
{
	border-collapse: collapse;
	font-size: 10px;
}

.navigationTopInfo td
{
	padding: 0px 10px 0px 10px;
}

.navigationTopInfo a
{
	color: #ffed00;
	text-decoration: none;
}

.navigationLeftBG
{
	background-image: url(../images/main_background.gif);
	background-repeat: repeat-y;	
}


/***CONTENT***/
.Bg
{
	background-repeat: no-repeat;
}
.contentArea
{
	padding: 20px 10px 10px 10px;
}
.contentAreaTop
{
	padding: 10px 10px 10px 10px;
}

/*
.contentArea table, .contentArea table td, .contentArea
{
	font-family: Comic Sans MS, Arial;
	font-weight: bold;
	color: #002f6b;
	font-size: 15px;
}
*/

.contentArea table, 
.contentArea table td,
.contentArea,
.popupContent
{
	font-family:  Arial;
	color: #002e6e;
	font-size: 12pt;
}


.contentPadding
{
	margin-top: 0px;
	width:618px;
}

/*** STRUCTURE ***/

.imageleft
{
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.imageright
{
	float: right;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.counterImgBg
{
	background-repeat: no-repeat;	
}

/*Language Page*/

.LamguagePageAll
{
	background-image: url(../images/main_background.gif);
	background-repeat: repeat-y;
}

.LanguagePageContent
{
	background-repeat: no-repeat;
}

.LanguagePageContentLeft
{
	background-image: url(../images/language_left_bg.jpg);
	background-repeat: no-repeat;
	width: 375px;
}

.LanguagePageContentRight
{
	width: 638px;
}






/* Headlines */

h1, h2, h3, h4, h5 
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 
{
	font-size: 28px;
	padding: 10px 0  0px 0;
	text-decoration:underline;
}

h2 
{
	font-size: 24px;
}

h3 
{
	font-size: 20px;
}

h4 
{
	font-size: 16px;
}

h5 
{
	font-size: 12px;
}

.Headline
{
	font-family:Comic Sans MS;
	font-size: 24pt;
	font-weight:normal !important;
	color: #002e6e;
}


/* FLASH REPLACEMENT - DONT'T MODIFY */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... 
   the negative-letter spacing in this case is used to make the browser text metrics 
   match up with the sIFR text metrics since the sIFR text in this example is so much 
   narrower... your own settings may vary... any weird sizing issues you may run into 
   are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}



.popuptable
{
	width: 99%;
	height: 100%;
}

td.closePopup
{
	text-align: right;
}

td.closePopup img
{
	padding: 0;
	margin-bottom: 2px;
	margin-right: 5px;
}

.popupheader,
.popupheader tr,
.popupheader td
{
	width: 100%;
	display: block;
}

.popupheader td
{
	padding: 1px;
}

.popupContent
{
	padding: 3px 6px;
}


.popuptable
{
	border: 2px solid #000066;
}

.popupheader
{
	background-color: #000066;
	color: #fff;
	font-weight: bold;
}

.button 
{
	background-color: #1A2968;
	color: #fff;
	font-weight: bold !important; 
}
.button
{
	border: solid 1px #1A2968;
	background-color: #1A2968;
	color: #FFFFFF;
}
.button 
{
	font-size: 12px;
	font-family: Arial;
	line-height: 17px;
	font-weight: normal;
	padding: 0 1px;
	margin: 1px;
}

input, select, textarea
{
	font-size: 11px;
	font-family: Arial;
	line-height: 15px;
	font-weight: normal;
}

input.noborder, .noborder input
{
	border: 0;
}




/* gelb */
.dropDownListSecondLevelColor_1
{
	background-color:#FFEC00;
}
/* orange */
.dropDownListSecondLevelColor_2
{
	background-color:#DA8D00;
}
/* rot */
.dropDownListSecondLevelColor_3
{
	background-color:#C40008;
}
/* lila */
.dropDownListSecondLevelColor_4
{
	background-color:#74579D;
}
/* blau */
.dropDownListSecondLevelColor_5
{
	background-color:#1668B1;
}
/* mittelblau */
.dropDownListSecondLevelColor_6
{
	background-color:#00A4E8; 
}
/* Hellgrün  */
.dropDownListSecondLevelColor_7
{
	background-color:#B7C922;
}
/* grün  */
.dropDownListSecondLevelColor_8
{
	background-color:#68A639;
}

/* NAVIGATIONS */

.navigationDropdown
{
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.internNavigation
{
	width: 307px; 	 
	float: left; 
	text-align:left;
}

.wrapper
{
	clear: both;
}