
*{
padding: 0;
margin: 0;
font-family: trebuchet ms;
font-size: 12px;
}

h1{
	font-size: 14px;
	padding-top:15px;
	padding-bottom:10px;
}

body{
	background: url('../images/layout/bck.jpg') left repeat;
	color:#fff;
}

#frame{
	width: 525px;
	margin: auto;
	background: url('../images/layout/center_bck.jpg') left top repeat-y;
	
}

#adress{
	width: 525px;
	padding-top:35px;
	color:#fff;
}

#adress a{
	text-decoration: none;
	color:#fff;
}

a{
	text-decoration: underline;
	color:#fff;
}

#adress a:hover{
	text-decoration: underline;
}

#left{
	float:left;
	margin-left:64px;
	width:245px;
}

#right{
	float:left;
}

#content{
	width: 525px;
	margin: auto;
	background: url('../images/layout/head_bck.jpg') left top no-repeat;
	
}

#end{
	width: 525px;
	height:11px;
	margin: auto;
	background: url('../images/layout/bottom_bck.jpg') left top no-repeat;
	
}

#txt {
	margin-left:118px;
	margin-top:83px;
	width:329px;
	z-index:1;
	position: relativ;
}

#nav {
	margin-left:62px;
	padding:8px;
	margin-top:83px;
	width:70px;
	z-index:2;
	position: absolute;
	text-align:right;
	background: url('../images/layout/nav_bck.png') left top repeat;
}

#nav ul li {
	list-style:none;
}

#nav ul li a{
	text-decoration:none;
	color:#fff;
}

#nav ul li a:hover, #nav ul li a.active{
	color:#E71E11;
}

table{
	margin-bottom: 15px;
}

table#laufband{
	margin-bottom: -5px;
	margin-left:63px;
}

table td{
	padding-right: 8px;
}

p{
	padding-bottom:5px;
}




