html{
	background: #f5c429 url(images/back-html.gif) no-repeat center top;
	}
html, body{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 88%;
	color: #333;
	width: 100%;
	text-align: center;
	}
.top{
	visibility: hidden;
	}
p, td{
	line-height: 1.55em;
	margin: 8px 0;
	padding: 0;
	}
img{
	border: none;
	padding: 0;
	margin: 0;
	}
#inner{
	position: relative;
	margin: auto;
	width: 980px;
	text-align: left;	
	
	}
#header{
	width: 100%;
	height: 274px;
	padding: 0;
	margin: 0;
	background: url(images/back-header.jpg) no-repeat 0 0;
	}
#header .home{
	position: absolute;
	top: 220px;
	left: 760px;
	z-index: 3;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 90%;
	}
#header .home span{
	padding: 0;
	margin: 0 0 0 20px;
	}
#header .home a{
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(images/arrow.gif) no-repeat 0 0;
	}
#header .home a:hover{
	color: #FFF;
	background: url(images/arrow-hover.gif) no-repeat 0 0;
	}
	
/* ab hier obere Navigation */		
	
#tabrider{
	width: 100%;
	padding: 0;
	margin: 0;
	}
#nav{
	float: left;
	width: 810px;
	margin: 11px 0 0 0;
	padding: 0 0 0 170px;
	list-style: none;
	}
#nav li{
	float: left;
	margin: 0 0 0 120px;
	padding: 0;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 100%;
	white-space: nowrap;
	}
#nav a{
	float: left;
	display: block;
	margin: 0;
	padding: 5px 0 5px 30px;
	color: #d72227;
	text-decoration: none;
	background: url(images/red-dot.gif) no-repeat 0 50%;
	}
#nav a:hover, body#intro #aktiv a{
	color: #000;
	background: url(images/red-dot-hover.gif) no-repeat 0 50%;
	}


/* ab hier  Inhalt */	


	
#content{
	font-size: 95%;
	float: left;
	width: 980px;
	margin: 0;
	padding: 0;
	}
#content .gutter{
	margin: 0;
	padding: 0 100px 0 270px;
	}
#content h1{
	font-size: 100%;
	padding: 0;
	margin: 24px 0 8px 0;
	}
#content table{
	color: #333;
	font-size: 95%;
	border: none;
	margin: 0;
	padding: 0;
	}
#content td{
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 5px 20px 0 0;
	}
#content ul{
	margin: 0 0 0 20px;
	padding: 0;
	}
#content li{
	margin: 0;
	padding: 0;
	line-height: 1.83em;
	font-size: 85%;
	}
#content a{
	color: #333;
	text-decoration: none;
	}
#content a:hover{
	color: #888;
	}



