/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
html {
	margin: 0px auto;
	text-align: center;
}
body {
	margin: 0px auto;
	text-align: center;
	background-color: #000;
	width: 975px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
div.cleardiv {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#altera {
	text-align: left;
	background: url(../img/intro.png) no-repeat bottom left;
}
#kopf {
	height: 115px;
}
#slogan {
	float: left;
}
#slogan img {
	margin: 22px 0px 0px 30px;
}
#logo {
	float: right;
}
#logo img {
	margin: 17px 18px 0px 0px;
	border: none;
}

#inhalt {

}
#links {
	float: left;
	width: 240px;
	height: 400px;
}
#navigation {
	
}
#navigation ul {
	padding: 70px 45px 20px 0px;
}
#navigation ul li {
	list-style-type: none;
	background: url(../img/menue-strich.png) no-repeat bottom right;
}
* html #navigation ul li {
	width: 165px;
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 0px 0px 30px;
	line-height: 18px;
	display: block;
}
* html #navigation ul li a {
	width: 165px;
}
#navigation ul li a:hover {
	background: url(../img/menue-icon.gif) no-repeat center left;
}
#navigation ul li a.aktiv {
	background: url(../img/menue-icon.gif) no-repeat center left;
	color: #EF8B11;
}

#box-links {
	display: none;
}

#mitte {
	float: left;
	width: 485px;
}
#textbild h1 {
	font-size: 18px;
	color: #EF8B11;
	padding: 0px 0px 18px 0px;
	font-weight: normal;
}
#textbild h2 {
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}
#textbild a {
	color: #FFF;
	background: url(../img/link-icon.gif) no-repeat center right;
	padding: 0px 15px 0px 0px;
}
* html #textbild a {
	background: url(../img/pixel.gif) no-repeat center right;
	bac\kground: url(../img/link-icon.gif) no-repeat center right;
}
#textbild a:hover {
	color: #EF8B11;
}

#textbild div.abstand {
	height: 433px;
}

#fuss {
	margin: 0px 174px 0px 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#copyright {
	float: left;
	width: 210px;
}
#sprache {
	float: left;
}
#sprache ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
}
#sprache li {
	list-style-type: none;
	float: left;
	line-height: 18px;
	width: 28px;
}
#sprache ul li a {
	display: block;
	line-height: 18px;
	height: 18px;
	font-size: 0px;
	text-decoration: none;
	border: none;
}
#sprache ul li a img {
	border: none;
}
#sprache ul li a.english {
	background: url(../img/flags/en.gif) no-repeat top left;
}
#sprache ul li a.deutsch {
	background: url(../img/flags/de.gif) no-repeat top left;
}
#sprache ul li a.french {
	background: url(../img/flags/fr.gif) no-repeat top left;
}
#sprache ul li.inactive a.english {
	background: url(../img/flags/en-1.gif) no-repeat top left;
}
#sprache ul li.inactive a.deutsch {
	background: url(../img/flags/de-1.gif) no-repeat top left;
}
#sprache ul li.inactive a.french {
	background: url(../img/flags/fr-1.gif) no-repeat top left;
}

#fussnavi {
	float: right;
	font-size: 12px;
}
#fussnavi ul {
	padding: 0px 0px 0px 0px;
}
#fussnavi ul li {
	list-style-type: none;
	float: left;
	line-height: 22px;
	height: 22px;
	display: block;
}
#fussnavi ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	margin: 5px 0px 5px 0px;
	line-height: 12px;
	font-weight: bold;
	display: block;
}
* html #fussnavi ul li a {
 margin: 6px 0px 4px 0px;
}
#fussnavi ul li a img {
	border: none;
}

#fussnavi ul li a.boder {
	border-right: 1px solid #FFF;
}
#fussnavi ul li a:hover {
	color: #EF8B11;
}
#fussnavi ul li a.aktiv {
	color: #EF8B11;
}
#fussnavi ul li.enter {
	padding: 0px 4px 0px 0px;
	display: block;
}
#fussnavi ul li.kugel {
	width: 25px;
	line-height: 22px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	display: block;
	background: url(../img/intro-pfeil.png) no-repeat center right;
}
