/*

        (c) 2007 by S&T Digital Service. All rights reserved.

        Datei: STANDARD.CSS
        Kunde: Heliomoser
        Stand: 20.04.2007
*/

body{
	height: 100%;
	margin: 0px;
	font-size: 0.8em;
	font-family: verdana, arial, helvetica, sans-serif;
}

div{
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {

	margin: 0px;
	margin-bottom: 0.7em;

}

h2{
	color: black;
	font-size: 1.4em;
}

h3{
	color: #FF481E;
	font-size: 1.2em;
}

h4{

	color: black;
	font-size: 1.0em;
}

/* mengentext */

p {
	margin: 0px;
	margin-bottom: 1.2em;

}

p em{
	font-weight: bold;
	font-style: normal;
}


p a{
	color: black;
}

p a:hover{
	color: #FF481E;
}

a{
	color: #005382;
}



a img{
	border: 0px;
}

.small{
	font-size: 0.85em;
}

.smaller{
	font-size: 0.75em;
}

/* Mount Container */

.mount{

	float: left;
}

.mount img{
	display: block;
}


/* Kopf */
.head{
	width: 100%;
	height: 258px;
}

.navigation{
	height: 600px;
	width: 195px;
	float: left;
	border-top: 8px solid white;
	background-color: #E1381B;
	margin-bottom: 0px;

}


.display{

	float: left;
	background-image: url(pix/verlauf2.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 100%
	margin-bottom: 0px;
}


/* Inhaltsseitenlayout*/

.paper{
	float: left;
	width:60%;
	height: 200px;
	padding: 20px;
}


.clear{
	clear: left;
	margin: 0px;
}

.localNavigation{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid black;
	width: 753px;
	text-align: right;
	text-decoration: none;
	display: block;
}


.formfield {
  	background-color:#99CFFD;
 	border-color: #FFFFFF;
  	border-width:1px;
  	border-style:solid;

}

.field1 {
  	background-color:#FEE37C;
	border-left: 1px solid #FFF3C3;
	border-right: 1px solid #D4B640;
	border-top: 1px solid #FFF3C3;
	border-bottom: 1px solid #D4B640;
	padding-left: 4px;
	padding-right:4px;
	padding-top: 2px;
	padding-bottom: 2px;
  	font-size: 0.75em;

}

.field2 {
  	background-color:#FEECA7;
	padding-left: 4px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 2px;
  	font-size: 0.75em;
  	color: #222C3C;
}

.field3 {
  	background-color:#FEECA7;
	padding-left: 4px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 2px;
  	font-size: 0.70em;
  	color: #222C3C;
}
/* Menü*/

/* quickMenu CUSTOM!!! */
.quickMenu{
	overflow: hidden;
	font-size: 0.85em;

	padding-bottom: 5px;
}

.quickMenu a{
	color: black;
	text-decoration: none;
	margin-right: 30px;
}

.quickMenu a:hover{
	text-decoration: underline;
}

.menu{

	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	margin-top: 20px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 1em;
	list-style-type:none;

}


.menu li a{
	border-top: 2px solid #E1381B;
	border-bottom: 2px solid #E1381B;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: black;
	text-decoration: none;
	margin-bottom: 5px;
}

.menu li a:hover{
	color: white;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu li strong{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: white;
	font-weight: bold;

}

.cbs{
	color: white;
	clear: both;
	font-size: 0.8em;
	margin-top: 3px;
	padding-bottom: 10px;
	padding-left: 20px;

}

.cbs a{
	color: white;

}