
body {
	background: #15164e;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-repeat: repeat;
	color: #15164e;
}

#titel {
	height: 75px;
	z-index: auto;
	text-align: left;
	width: 750px;
	margin: auto;
	padding: 0;
	border: 0px;
}

#titel h1 {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -55px;
	margin-left: 200px;
} 

#mainblock {
	margin: auto;
	width: 750px;
	height: 600px;
	background: #F2F2F2;
	padding: 0px;
	border: 0px;
}

#nav {
	width: 140px;
	height: 100%;
	padding-top: 20px;
	padding-left: 10px;
	background: #FFFFFF url(images/border-left.gif) repeat-y left;
	vertical-align: top;
	text-align: left;
}

#content {
	width: 440px;
	height: 100%;
	padding-top: 20px;
	background: #f2f2f2 url(images/border-top.gif) repeat-x top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:20px;
	text-align: left;
	vertical-align: top 
	}

/*Navigation*/

td#nav a:link, td#nav a:visited{
	color: #15164e;
	text-decoration: none;
	padding: 3px 0px 3px 13px;
	margin-left: -9px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

td#nav a:hover, td#nav a:visited:hover {
	background: url(images/bullet_red.gif) no-repeat left;
	color: #000000;
}

#active {
	background: url(images/bullet.gif) no-repeat left;
	color: #ef8108 !important;
}


/* Links */

a:visited {
	text-decoration: none;
	color: Blue;
}

a:hover, a:visited:hover {
	color: #FF0000;
}

.bild {
	display: block;
	width: 260px;
	height: 130px;
	color: #ef8108;
	margin-top: 5px;
	font-size: 11px;
}

.bild img {
	margin-right: 3px;
	float: left;
}



