body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
	margin: 4% 0 4% 0;
	padding: 4% 0 4% 0;
}

A {
	color: #FF0033;
}
A:link {
	text-decoration: none;
	 
}

A:visited{
	text-decoration: none;
	 
}

A:hover{
	text-decoration: underline;


}
A:active{
	 text-decoration: underline;
}

H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #003366;
	margin: 0 0 25px 0;

}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFFFFF;
	margin-bottom: 7px;
}

H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #003366;
	display: inline;
}
img{
	padding-right: 10px;
}

#main {
	margin: auto;
	text-align: left;
	height: 100%;
	width: 952px;
}

/* Anfang Head */
#head {
	background-image:  url("../grafik/layout/head.jpg");
	background-repeat: no-repeat;
	height: 122px;
}

#slogan {
	padding-top: 15px;
	padding-left: 10px;
	float: left;
}
.sloganText {
	font-size: 1.0em;
	font-weight: bold;
	color: #FF0033;
}

#suche {
	padding-top: 55px;
}

.sucheText {
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
}

#sucheForm {
	padding: 0;
	margin: 0;
}

#sucheFeld {
	background-color: #FFFFFF;
	border: 1px solid #003366;
	width: 130px;
	height: 14px;
	margin-left: 7px;
	font-size: 9px;
	margin-right: 7px;
}


#logo {
	float: right;
	padding-top: 5px;
}

/* Ende Head */

/* Menü */
#menu {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 952px;
	background-image: url(../grafik/layout/passiv.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* Listenmenu MainNavigation  */
#naviMain {
	height: 26px;
	margin: 0;
	padding-left: 0px;
}
#naviMainEnglish {
	height: 26px;
	margin: 0;
	padding-left: 0px;
}

#naviMain li {
	display: inline; /* damit liegen die Menuelemente nebeneinander */
	list-style-type: none;
}
#naviMainEnglish li {
	display: inline; /* damit liegen die Menuelemente nebeneinander */
	list-style-type: none;
}
#naviMain a {
	float: left;	/* damit schliessen Menuelemente direkt aneinander an */
	background-image: url(../grafik/layout/passiv.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 1px;
	margin: 0;
	height:26px;
}
#naviMainEnglish a {
	float: left;	/* damit schliessen Menuelemente direkt aneinander an */
	background-image: url(../grafik/layout/passiv.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 26px;
	padding-left: 27px;
	padding-top: 1px;
	margin: 0;
	height:26px;
}
#naviMain a:hover, #naviMain a:active, #naviMain a.selected {
	background-image: url(../grafik/layout/aktiv.gif);
	background-repeat: repeat-x; 
	height:26px;
}

#naviMainEnglish a:hover, #naviMain a:active, #naviMain a.selected {
	background-image: url(../grafik/layout/aktiv.gif);
	background-repeat: repeat-x; 
	height:26px;
}
/* Ende Listenmenu Mainnavigation*/

/* Content */
#content {
	height: 288px;
	width: 952px;
}

#contentFlash {
	float: left;
	width: 349;
	height: 288px;
}

#contentMain {
	width: 603px;
	height: 288px;
	float: right;

}

#contentText {
	width: 385px;
	height: 273px;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
}

#contentTextLeft {
	float: left;
	width: 155px;
	margin-top: 5px;
	padding-left: 25px;
	background-image: url(../grafik/layout/mail.gif);
	background-repeat: no-repeat;
}

#contentTextRight {
	float: right;
	width: 155px;
	margin-top: 5px;
	padding-left: 25px;
	background-image: url(../grafik/layout/pdf.gif);
	background-repeat: no-repeat;
}

#contentTextBottom {
	width: 385px;
	padding-top: 10px;
}

#contentLogin {
	width: 155px;
	float: left;
	margin-top: 30px;
	padding-left: 5px;
}


/* Ende Content */


/* Anfang rechts */
#contentRight {
	float: right;
	width: 196px;
	margin-top: 30px;
}

#contentRightFeatures {
	width: 190px;
	font-size: 0.9em;
	padding-left: 5px;
}

/* ContentRight Formular */
#form {
	width: 190px;
	padding-right: 5px;
	padding-left: 5px;
}

#login {
	font-size: 0.9em;
	color: #000000;
	padding-left: 5px;
	padding-bottom: 10px;
}


#loginForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #666;
	padding-left: 3px;
	height: 14px;
	margin-top: 10px;
	width: 160px;
}	

#anmelden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	width: 60px;
	height: 18px;
	margin-left: 100px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #E7E7E7;
	border: 1px solid #666;
}
/* Ende rechts */

/* footer */
A.news {
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: normal;
}
A.news:link {
}

A.news:visited{
}

A.news:hover{
	 text-decoration: underline;

}
A.news:active{
	 text-decoration: underline;
}

#footer {
	height: 132px;
	width: 952px;
	height: 132px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../grafik/layout/footerBG.jpg);
	background-repeat: no-repeat;

}

#footerLeft {
	width: 670px;
	float: left;
	height: 132px;
}

#footerLeftHotline {
	float: left;
	width: 340px;
	padding-top: 16px;
	padding-left: 20px;
	height: 116px;
}

#footerLeftNews {
	float: right;
	width: 310px;
	padding-top: 14px;
	height: 118px;
}

#footerRight {
	float: right;
	width: 282px;
	padding-top: 14px;
	height: 118px;
}
/* Ende footer */

/* allgemein */
#spaceSeven {
	font-size: 0.7em;
	line-height: 0.7em;
}

div#cleardiv {
	clear:both;
	font-size: 9px;
	
}.info {
	color: #FF0033;
}
