/* CSS Document */

body {
	margin:0;
	paddding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#outtable {
	background: url(/i/out.jpg) #010101;
	background-position: center ;
	background-repeat: no-repeat;
}

#laufleiste {
	width:581px;
	height: 110px;
	background: url(/i/top2.jpg);
}

div#content {
	width: 581px;
	height: 337px;
	
	background: none;
	padding:0;
}

div#content_text {
	padding: 30px 35px 30px 20px;
	font-size: 11px;
	color: #ccc;
	margin:0;
}



#leftbar {
	background: url(/i/left2.jpg);
	width:319px;
	height:178px;
}


#outnav {
	margin: 15px 0 0 80px;
}

#outnav ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 140px;
}

#outnav li {
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding:0px;
	height: 17px;
	
}

#outnav li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	margin:0;
	display:block;
}

#outnav li a:hover {
	color: #C7161E;
	background:#ccc;
}
