* {

	margin: 0px;
	padding: 0px;

}
 
html {

	background: #fff url('../images/background.png') top repeat-x;
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	font-size: 12px;
	line-height: 22px;
	color: #888889; 
	font-family: "Arial", "Verdana", "Tahoma" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;

}

td {

	font-size: 12px;
	line-height: 22px;
	font-family: "Arial", "Verdana", "Tahoma" , "MS Sans Serif";

}

ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

div.cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}

a {

	color: #888889;
	text-decoration: none;

}

a:hover {

	color: #888889;
	text-decoration: none;

}

h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-family: "Arial";

}


/* - WRAPPER - */


#wrapper {

	width: 960px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	text-align: left;

}


/* - HEADER - */


#header {

	width: 960px;
	height: 194px;
	background: #fff url('../images/header.jpg') no-repeat;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: left;

}

#header img {

	width: 338px;
	height: 40px;
	
	position: absolute;
	top: 32px;
	right: 38px;

}


/* - SPRACHAUSWAHL - */


#sprache {

	width: 923px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 37px 0px 0px;
	position: relative;
	text-align: right;

}

#sprache ul li {

	display: inline;
	line-height: 28px;

}

#sprache ul li a {

	color: #c5c6c8;
	text-decoration: none;

}

#sprache ul li a:hover, #sprache ul li a.aktiv, #sprache ul li a.aktiv:hover {

	color: #888889;
	text-decoration: none;

}



/* - CONTENT - */


#content {
	
	width: 960px;
	overflow: hidden;
	
}

#content h1 {

	color: #fabb00;
	font-weight: normal;
	font-family: "Arial";
	font-size: 23px;
	margin: 10px 0px 30px 0px;

}


/* - MENU (LEFT) - */


#content #menu {
	
	width: 168px;
	padding: 62px 0px 0px 0px;
	float: left;
	overflow: hidden;
	
}

#content #menu ul {
	
	width: 168px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	
}

#content #menu ul li {
	
	width: 168px;
	overflow: hidden;
	list-style: none;
	
}

#content #menu ul li a {
	
	width: 131px;
	padding: 0px 0px 0px 37px;
	border-bottom: 1px solid #d4d4d5;
	line-height: 22px;
	display: block;
	list-style: none;
	color: #888889;
	
}

#content #menu ul li a:hover {
	
	color: #000;
	
}

#content #menu ul li a.aktiv {
	
	color: #000;
	font-weight: bold;
	
}


#content #menu ul li ul li a, #content #menu ul li ul li a:hover {
	
	width: 121px;
	padding: 0px 0px 0px 47px;
	border-bottom: none;
	line-height: 22px;
	display: block;
	list-style: none;
	color: #888889;
	
}

#content #menu ul li ul li a.aktiv {
	
	color: #89888a;
	font-weight: bold;
	
}

#content #menu ul li ul {	

	border-bottom: 1px solid #d4d4d5;
	padding-bottom: 1px;
	
}


/* - RIGHT - */


#content #right {
	
	width: 691px;
	padding: 0px 37px 0px 64px;
	min-height: 500px;
	position: relative;
	float: left;
	
}

#content #float {
	
	width: 691px;
	position: relative;
	
}

#content #float #left {
	
	width: 419px;
	float: left;
	
}

#content #float #sidebar {
	
	width: 208px;
	padding: 0px 0px 20px 64px;
	float: left;
	
}


/* - SLIP CONTENT - */


#content #float #split_left {
	
	width: 313px;
	padding: 0px 65px 0px 0px;
	float: left;
	
}

#content #float #split_right {
	
	width: 313px;
	padding: 0px 0px 0px 0px;
	float: left;
	
}


/* - TEXT CONTENT LAYER - */


#content div.text {
	
	width: 100%;
	
}


/* - HTML ELEMENT STYLESHEET - */


#content div.text h1 {

	color: #fabb00;
	font-weight: normal;
	font-family: "Arial";
	font-size: 22px;
	margin: 0px 0px 20px 0px;

}

#content div.text p {

	margin: 0px 0px 15px 0px;

}

#content div.text hr {
         
	border-top: 1px solid #d4d4d5;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;

}

#content div.text a {

	color: #fabb00;
	text-decoration: underline;

}

#content div.text a:hover {

	color: #fabb00;
	text-decoration: none;

}

#content div.text ul {

	margin: 0px 0px 0px 15px;

}

#content div.text ul li {

	list-style: disc;
	line-height: 22px;

}

#content div.text ul li ul li {

	list-style: square;
	line-height: 22px;
	margin: 0px 0px 0px 5px;

}


/* - SPECIAL TEXT STYLES - */


#content div.text span.orange {
	
	color: #fabb00;
	
}


/* - ZITAT STYLES - */


#content div.text h1.zitat {

	color: #b1b3b3;
	font-weight: normal;
	font-family: "Arial";
	font-size: 20px;
	line-height: 24px;
	margin: 0px 0px 5px 0px;

}

#content div.text h2.zitat {

	color: #787779;
	font-weight: normal;
	font-family: "Arial";
	font-size: 12px;
	line-height: 24px;
	margin: 0px 0px 20px 0px;

}


/* - FOOTER - */


#footer {
	
	width: 960px;
	height: 30px;
	border-top: 1px solid #d4d4d5;
	line-height: 28px;
	position: relative;
	font-size: 10px;
	color: #9e9e9f;
	
}

#footer p {
	
	line-height: 28px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 37px;
	
}

#footer span {
	
	color: #fabb00;
	
}

#footer ul {
	
	line-height: 28px;
	position: absolute;
	top: 0px;
	right: 37px;
	
}

#footer ul li {
	
	display: inline;
	color: #fabb00;
	
}

#footer ul li a {
	
	color: #9e9e9f;
	text-decoration: none;
	
}

#footer ul li a.aktiv, #footer ul li a:hover {
	
	color: #888889;
	text-decoration: none;
	
}