body {
	background-color: #808080;
	font-family: arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	}
img {
	border: 0;
	}


h1 {
	font-size: 1.4em;
	color: #101388;
	font-weight: bold;
	}
h2 {
	font-size: 0.9em;
	color: #101388;
	margin-bottom: -10px;
}
h3 {
	font-size: 0.9em;
	color: #101388;
	margin: 5px;
}
h4 {
	font-style: italic;
	font-weight: bold;
	color: #000066;
	font-size: 1em;
	}
h5 {
	font-style: italic;
	font-weight: bold;
	color: #000066;
	font-size: 0.9em;
	}

i 	{
	color: #101388;
	}
ul	{
	font-size: 0.8em;
	color: #333;
	list-style-image:url(../images/list_style_image.gif);
}

ol	{
	font-size: 0.9em;
	color: #333;
	line-height: 100%;
}

ol li 	{
	margin-bottom: 5px;
	}

td {
	color: black;
	}
td li{
	color: black;
	}
.tdblue {
	background-color: #eeeeff;
	border: #FFFFFF;
	font-size: 0.9em;
}




#breadcrumbs {
	display: none;
	visibility: hidden;
	}

#schattenContainer {
	background-color: #5a5a5a;
	width: 980px;
	margin:auto;
	margin-top:15px;
}

#mainContainer{
	background-color: white;
	border: 1px solid #101388;
	width: 980px;
	position: relative;
	overflow: hidden;
	top: -8px;
	left: -8px;

}

#header {
	 width: 980px;
	 padding-left: 260px; 
	 padding-top: 17px;
	 height:98px;
	 background-color:#f5f5f5;
	 background-image:url(../images/bgHeadRow.jpg);
}

#header h1 {
	font-size: 1.9em;
	font-weight: normal;
	color: #101388;
}
#header h2 {
	margin-top: -12px;
	margin-left: -320px;
	text-align: center;
	font-weight: normal;
	font-size: 0.9em;
	color: #101388;
}

#leftCol {
	width: 180px;
	float:left;
	height:467px;
	background-color: #000066;
}

#menu {
	padding-top: 24px;
	padding-bottom: 10px;
	height:290px;
	line-height: 115%;
}


.menuLevel0 a{
	margin-left: 10px;
	font-size: 0.7em;
	font-weight: bold;
	color: #a6a6a6;
	text-decoration: none;
	}
.menuLevel0 a:hover {
	color: #fff;
	}

#midRow{
	height:448px;
	}	


#content{
	display: block;
	width: 770px;
	height:447px;
	padding: 5px 15px 15px 15px;
	float: left;
	overflow:auto;
}
#content a{
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	}


#content p{
	line-height: 135%;	
	font-size: 0.8em;
	color: #333;
	}
#content td, form{
	line-height: 120%;	
	font-size: 0.9em;
	color: #333;
	}

#leftFooter {
	width: 170px;
	height: 114px;
	padding-top: 16px;
	padding-left: 10px;
	color: #a6a6a6;
	float: left;
	background-color: #000066;
	line-height: 135%;
	font-size: 0.7em;
}
#leftFooter a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
#leftFooter a:hover {
	text-decoration: underline;
}
.contentNavi {
	width: 150px;
	height: 20px;
	font-size: 0.6em;
	color: #666;
	}
.contentNavi a {
	text-decoration: none;
	color: #666;
}

.contentNavi a:hover {
	text-decoration: underline;
	}

.td_klein {
 	background-color: #e0e3f9;	
 	border: 1px;
	font-size: 0.9em;
}


#clear {
	clear:both;
	overflow:hidden;
}
.info {
		margin-top: 10px;
		color: red;
		text-transform:uppercase;
		letter-spacing: 0.2em;
}
.info a{
		color: red;
}

/* error message Formular*/
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}
.error p {margin-top: 0px;}

