/* Infos Stefan 08.06.2010

    - Einige CSS Fehler korrigiert
    - Farbcode Orange (#f99d1c) durch ROT (wie Logo) "#DD0000" ersetzt
    - Background Farbe #2D4250 aus HTML-Body entfernt und hier
        unten unter body neu definiert(#DDDDDD)

*/

body {
    background-color: #DDDDDD; /* Stefan 08.06.2010 */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}


.BaseTable { /* ganzseiteige Basistabelle */
	text-align:center;
	vertical-align:middle;
	border-width:0px;
	border-style:none;
	margin: 0px;
	padding: 0px;
}

.MainTable { /* zentrierte Haupttabelle */
    background-color: #ffffff;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	margin:0px;
}

.MainColumnLeft { /* linke Hauptspalte */
	border-right-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	margin:0px;
	vertical-align:top;
}

.MainPic {
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}


.MainColumnRight { /* linke Hauptspalte */
	margin:0px;
	vertical-align:top;
}

.Scrollbar {
	border-right-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	margin:0px;
	vertical-align:bottom;
	text-align:right;
}


.Head {
	background-color:#000000;
	margin:0px;
	padding:0px;
}



.MainMenue, .MainMenueRight {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color:#585858;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	border-right-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;

	margin:0px;
	text-align:center;
	padding-left: 4px;
	padding-right: 4px;
	/* text-align:center;*/
	cursor:pointer;
}

.MainMenue a:link{ color: #ffffff; text-decoration: none; }
.MainMenue a:visited { color: #ffffff; text-decoration: none ;}
.MainMenue a:active { color: #ffffff; text-decoration: none; }
.MainMenue a:hover{ color: #ffffff; text-decoration: none;}

.RootMenue {
	background-color:#000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #ffffff;
	margin:0px;
	text-align:center;
}

.RootMenue a:link{ color: #ffffff; text-decoration: none; }
.RootMenue a:visited { color: #ffffff; text-decoration: none ;}
.RootMenue a:active { color: #ffffff; text-decoration: none; }
.RootMenue a:hover{ color: #ffffff; text-decoration: none;}

.MainMenueRightx {
	background-color:#585858;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #FFffff;
	margin:0px;
	text-align:center;
	cursor:pointer;
	border-bottom-width:1px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-top-width:1px;
	border-top-color:#cccccc;
	border-top-style:solid;
}

.MainMenueRight a:link{ color: #ffffff; text-decoration: none; }
.MainMenueRight a:visited { color: #ffffff; text-decoration: none ;}
.MainMenueRight a:active { color: #ffffff; text-decoration: none; }
.MainMenueRight a:hover{ color: #ffffff; text-decoration: none;}

.SubMenue {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	font-size : 10px;
	color: #ffffff;
	border-left-width:1px;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-right-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	margin:0px;
	text-align:center;
	padding-left: 6px;
	padding-right: 6px;
	/* text-align:left;*/
	cursor:pointer;
	line-height : 18px;
}

.SubMenue a:link{ color: #ffffff; text-decoration: none; }
.SubMenue a:visited{ color: #ffffff; text-decoration: none; }
.SubMenue a:active{ color: #ffffff; text-decoration: none; }
.SubMenue a:hover{ color: #ffffff; text-decoration: none; }

.HeadSpace {
	background-color:#ffffff;
	margin:0px;
}

.MenuTable, .HeadSpace table {
	background-color:#585858;
	border-bottom-width:1px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-top-width:1px;
	border-top-color:#cccccc;
	border-top-style:solid;
}

.LogoBottomSpace {
	background-color:#3E57A3;
	text-align:right;
	padding-right:10px;
}

.LeftSpace {
	background-color: #203B90;
}

.Content {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    /* background-color:  #ffffff; */
}

.tagline {
 margin-left: 1px;
border-bottom: 1px dotted #c4c4c4;
padding-bottom: 4px;
margin-left: 12px;
margin-right: 12px;
font-size: 12px;
}

.Headline, .HeadlineStart {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: #DD0000;
	padding-left:12px;
	padding-top:10px;
	padding-bottom: 10px;
	line-height : 25px;
}
.HeadlineStart {
		line-height : 90%;
	padding-bottom:0px;
}

.HeadlineLeft {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: #dd0000;
	padding-left:0px;
	padding-top:12px;
	padding-bottom: 10px;
	line-height : 20px;
}

.headlinePost {
	color: #5174a8;
	font-size: 14px;
	padding-bottom: 4px;
	margin-left: 2px;
	margin-right: 12px;
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom:2px;
	margin-top:30px;
}


.Subline {
	font-size : 10px;
	font-weight : bold;
	color: #ffffff;
	padding-top:11px;
	padding-left: 0px;
	padding-bottom: 2px;
}
.Subline a:link{ color: #ffffff; text-decoration: underline; }
.Subline a:visited { color: #ffffff; text-decoration: underline ;}
.Subline a:active{ color: #ffffff; text-decoration: underline; }
.Subline a:hover{ color: #ffffff; text-decoration: underline;}

.Text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-top: 0px;
	font-size : 12px;
	line-height : 14px;
	color:#000000;
	letter-spacing: 0px;
}
.Text a:link{ color: #000099; text-decoration: underline; }
.Text a:visited { color: #000099; text-decoration: underline ;}
.Text a:active{ color: #000099; text-decoration: underline; }
.Text a:hover{ color: #000099; text-decoration: underline;}

.List {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
	color: #000055;
	letter-spacing : 0px;
	vertical-align : top;
	padding-top:4px;
}
.List a:link{ color: #000055; text-decoration: underline; }
.List a:visited { color: #000055; text-decoration: underline ;}
.List a:active{ color: #000055; text-decoration: underline; }
.List a:hover{ color: #000055; text-decoration: underline;}

.SideText {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	font-size : 10px;
	line-height : 13.5px;
	color:#ffffff;
	letter-spacing: 0px;
}
.SideText a:link{ color: #ffffff; text-decoration: none; }
.SideText a:visited { color: #ffffff; text-decoration: none ;}
.SideText a:active{ color: #ffffff; text-decoration: none; }
.SideText a:hover{ color: #ffffff; text-decoration: none;}

.Form {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:1px;
	font-size : 10px;
	line-height : 16px;
	color:#000055;
	background-color:#fdffcf;
	letter-spacing: 0px;

}

.FormHeader {
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	padding-top:11px;
	padding-left: 0px;
	padding-bottom:3px;
	line-height:11px;
	vertical-align:bottom;
	border-bottom-width:1px;
	border-bottom-color:#850000;
	border-bottom-style:solid;
	width:420px;
}

.FormBlockStart {
	margin-top:13px;
}

.FormText {
	padding-left:3px;
	padding-right:3px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;

	color:#000055;
	background-color:#D8DDFE;
	text-align:left;
}
.FormButton {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
	color:white;
	text-align:center;

}

.FormButton a:link{ color: #ffffff; text-decoration: none; }
.FormButton a:visited { color: #ffffff; text-decoration: none ;}
.FormButton a:active{ color: #ffffff; text-decoration: none; }
.FormButton a:hover{ color: #ffffff; text-decoration: none;}

.Press {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-top: 4px;
	font-size : 10px;
	line-height : 10px;
	color:#000055;
	letter-spacing: 0px;
}

.PressPicBlock {
	padding-top:7px;
	padding-bottom:7px;
	padding-right:20px;
	border-bottom-width:1px;
	border-bottom-color:#000055;
	border-bottom-style:solid;
	text-align:left;

}
.PressPicBlockFirst {
	padding-top:7px;
	padding-bottom:7px;
	padding-right:20px;
	border-top-width:1px;
	border-top-color:#000055;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000055;
	border-bottom-style:solid;
	text-align:left;
}


.Item {
	margin:0px;
	padding:0px;
	text-align:right;
	padding-top: 1px;
}
.Press a:link{ color: #000055; text-decoration: underline; }
.Press a:visited { color: #000055; text-decoration: underline ;}
.Press a:active{ color: #000055; text-decoration: underline; }
.Press a:hover{ color: #000055; text-decoration: underline;}



.Text  {
	line-height:150%;
}
