/* -----------------------------------------------------------------------------------------------------------------
	Allgemein
-----------------------------------------------------------------------------------------------------------------*/
* {	
	padding: 0;
	margin: 0;
}

body {
	background:#FFF;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color:#FFF;
}
a {
	color:#FFF;
	text-decoration:none;
	outline:0;
}
a:hover {
	color:#000;
	outline:0;
}
#inhalt a {
	color:#000;
	text-decoration:underline;
}
img {
	border:0px;
}
.clear {
	clear:both;
}
.active {
	text-decoration:underline;
}
.subactive {
	color:#000000;
}
.abstand1 {
	padding-bottom:4px;
}
/* -----------------------------------------------------------------------------------------------------------------
	Formulare
-----------------------------------------------------------------------------------------------------------------*/
input, textarea, select {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size:12px;
	margin:3px 0;
}

/* -----------------------------------------------------------------------------------------------------------------
	Layout
-----------------------------------------------------------------------------------------------------------------*/

#header {
	background:url(../images/layout/logo.jpg) no-repeat left center;
	height:94px;
	width:800px;
}
#nav {
	background:#FF6600;
	height:23px;
	border-bottom:#FFF solid 2px;
}
#nav ul{
	padding-left:20px;
}
#nav ul li{
	float:left;
	padding:2px 12px;
	list-style:none;
}
#content{
	background:#FF6600;
}
#content #subnav {
	background:#FF6600;
	float:left;
	width:150px;
}
#content #subnav ul{
	padding:30px 25px;
}
#content #subnav ul li{
	padding:5px 0;
}
#content #inhalt {
	background:#FFCC66;
	padding:10px 10px 20px 10px;
	float:left;
	width:600px;
	min-height:380px;
	color:#000000;
}
#footer {
	background:#FFF;
	font: 11px/15px Arial, Helvetica, sans-serif;
	height:15px;
	color:#FF6600;
	padding:25px 0 5px 40px;
	border-bottom:#FF6600 solid 2px;
}

#footer a{
	color:#FF6600;
	padding-left:100px;
}
/* -----------------------------------------------------------------------------------------------------------------
	Inhalt
-----------------------------------------------------------------------------------------------------------------*/
#content #inhalt ul{
	padding: 10px;
}
#content #inhalt li{
	padding-left:10px;
	margin-left: 15px;
	list-style-position:outside;
}
.team {
	color:#000000;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

.float-right-stuhl {
	float:right;
	padding-right:35px;
}


