@import url('reset.css');
body {
	background:#bac10e;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
}
html {
}
#seite {
}

/* --- LINKS --- */

a {
	color: #fff;
	text-decoration: none;
}
a:hover, a.aktiv {
	color: #535353;
}

/* --- HEADER --- */

#header {
	height: 100px;
	background:#bac10e;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	padding-left:150px;
}
#header h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#header h1 a {
	color: #535353;
}
#logo {
	padding-top:30px;
}
#navigation {
	font-size:12px;
}

/* --- CONTENT --- */

#content {
	margin-top:100px;
	margin-left:150px;
	font-size:12px;
}
.item {
	float:left;
	margin-right:200px;
}
.bild {
	margin-top:30px;
	height:450px;
}
.bildtxt {
	margin-top:10px;
	text-align:right;
}
.itemtxt {
	float:left;
	margin-top:30px;
	width:400px;
	margin-right:20px;
}
ul.linie {
	list-style-type:none;
	list-style-image: url(../images/li_line.gif);
	padding-left:25px;
}
li {
}
ul.bullet {
	list-style-type:none;
	list-style-image: url(../images/li_bullet.gif);
	padding-left:25px;
}

/* --- FOOTER --- */

#footer {
	height: 10px;
}


/* --- FORMATE --- */



/* --- SONSTIGES --- */

.klar {
	clear:both;
}
.links {
	float:left;
}
.rechts {
	float:right;
}

.abstand0 {
	clear:both;
	height:0px;
	line-height:0px;
}
.abstand10 {
	clear:both;
	height:10px;
}
.abstand16 {
	clear:both;
	height:16px;
}
.abstand20 {
	clear:both;
	height:20px;
}
.abstandv20 {
	float:left;
	width:20px;
	height:180px;
}
