body {
	background-color:#227CC2;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:1.2em;
	font-weight:bold;

	letter-spacing:0.1em;
	margin-bottom:2em;
}

p {
	text-align:justify;
}

img {
	border:none;
}
/* Container für IE-FIX min-width */
.width{
	margin:auto;
}

/* Container für IE-FIX min-width */
.minWidth{
	min-width:760px;
	width:760px;
	margin:auto;
}

/* Weißer Kasten für den Inhalt */
#mainContainer{
	margin:auto;
	background-color:white;
	margin-top:100px;
	width:100%;
	table-layout:auto;
	border-collapse:collapse;
	border: 5px solid white;
	height:500px;
}

#mainContainer td {
	
	color:#696A6C;
}




#nav {
	vertical-align:top;
	padding-left:10px;
	padding-top:20px;
	width:125px;
}

#nav ul{
	margin:0; 
	padding:0; 
	list-style:none;
}

#nav li {
	margin:0; 
	padding:0;
}

a.navi {
	display:block;
	margin:0px;
 	text-decoration:none;
	color:#227CC2;
 	font-size:0.7em;
 	font-weight:bold;
 	letter-spacing:1pt;
 	border-width: 0px 3px 0px 0Px;
 	border-style: solid;
 	border-color:white;
 	padding: 1em 1.5em 0.3em 0em;
}

a:hover.navi {
	color:#696A6C;
}



.boldLink{
	text-decoration:none;
 	color:white;
 	font-weight:bold;
 	letter-spacing:1pt;
}	

a:hover.boldLink{
	color:#A8A7AD;
	}


.subtext {
	font-size:0.7em;
	vertical-align:top;
	white-space:nowrap;
	display:none;
}		

#subtext img{
	border:none;
}

#subtext a {
	color:#227CC2;
	text-decoration:none;
}

#subtext a:hover {
	color:#A8A7AD;
	text-decoration:none;
}

.copyright {
	font-size:0.7em;
	vertical-align:top;
	background-color:#227CC2;
	color:white;
	text-align:left;
	}

a.subLink {
	color:white;
	text-decoration:none;
}

a:hover.subLink  {
	color:#A8A7AD;
	text-decoration:none;
}


.error {
	color:red;
}

.logoTD {
	height:75px;
	width:200px;
	border-bottom:2px #227CC2 solid;
}

#content {
	vertical-align:top;
	padding:20px 150px 20px 20px;
	font-size:0.7em;
	width:535px;
}

#content td,th {
	font-size:1em;
}

#content a {
	
	color:#696A6C;
}

#content a:hover {
	
	color:#227CC2;
}

table.inhalt {
	border-collapse:collapse;
	empty-cells:hide;
	vertical-align:top;
	
}

table.inhalt td
{
	border:1px #227CC2 solid;
	vertical-align:top;
	
}

table.inhalt th
{
	border:1px #227CC2 solid;
	border-right:1px white solid;
	background-color:#227CC2;
	color:white;
}

table.inhalt ul {
	margin:0px;
	padding:0px 20px;

}

table.inhalt li {
	margin:0px;

}