*{
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	border:none;
	margin:0;
	padding:0;
}

body{
	margin: 0;
	padding: 0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
}

/* Navigation */

div.nav{
	position: absolute;
	left:52px;
	background-color:#FF6600;
	width:195px;
	height: 100%;
	display:block;
}
div.nav ul{
	position:relative;	
	top:140px;	
	list-style: none;	
	font-size:16px;
	font-weight: bold;
	color:white;
	padding:0;
	margin:0;
	
}
div.nav ul li{
	height:95px;
	margin-left:35px;
	display:block;
	color:white;
}

div.nav a:link, div.nav a:visited{
	color:#FFB380;
	text-decoration: none;
}
div.nav a:hover{
	color:#FFD1B3;
	text-decoration: none;
}
div.nav a:active{
	color:white;
	text-decoration: none;
}


div.meta{
	position: absolute;
	left:85px;
	top:685px;
}
div.meta a {
	font-size: 11px;
	color:#5F5F5F;
	text-decoration:none;
}

div.legal{
	position: relative;
	left:282px;
	top:685px;
	width:150px;
	color:#5F5F5F;
}
/* Ende Navigation */

/* Header */
div.header{
	position: absolute;
	top:55px;
	left:280px;
}


/* Content */
div.content{
	position:absolute;
	top:140px;
	left:282px;
	line-height: 125%;
	width:680px;
}
div.list{
	height:95px;
}

/* Textformatierungen */
div.list a{
	font-weight:bold;
	text-decoration:none;
}
div.list a:hover{
	font-weight:bold;
	text-decoration:underline;
}
strong{
	color: #FF6600;
}

.gr{
	font-weight: bold;
	color:#5F5F5F;
}
.or{
	color:#FFB380;
	font-weight:bold;
	display:block;
}

p{
	padding-bottom: 30px;
}


/* Tabelle "erzielen" */
td{
	padding: 3px;
	color:white;
	font-size:12px;
	text-align:center;
	line-height: 120%;
}

td.or{
	background-color: #FF7F3F;
	color: White;
	font-weight: normal;
	height: 60px;
	width: 170px;
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}

td.gr{
	background-color:#969696;
	color: White;
	font-weight: normal;
}

/* Kontaktformular */
.form{
	position:relative;
	width:220px;	
	float:left;
	padding:1px;
}
.forml{
	position:relative;
	width:160px;	
	float:left;
	padding:2px;
}
input.text{
	width:250px;
	border:1px solid black;
	display:block;
	padding:2px;
	margin-bottom:3px;
}
textarea.textl{
	width:250px;
	height:75px;
	border:1px solid black;
	display:block;
	padding:2px;
	margin-bottom:3px;
}
input.btn{
	width:150px;
	background-color:white;
	border:1px solid black;
}
