@charset "utf-8";

/* --------------------------------------------
Bildschirm Styles

- Allgemeine Definitionen
- Typografie
- Layout
- Navi

Letzte Änderung: 27.06.2006
----------------------------------------------- */

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #3f3f3f;
	background: #f5eac2 url(gfx/bg.jpg) repeat-x;
	font: normal 100.01%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	height:0; 
	font-size: 1px;
	line-height: 0px;
}
img,
a img {
	border: 0;
}

/* Typografie
----------------------------------------------- */
h1 {
	font-size: 1.25em;
	margin: 0.1em 0 1em 0;
}	
h2 {
	font-size: 1.1em;
	margin: 0.1em 0 1em 0;
}
#start h2 {
	margin: 1.2em 0 1em 0;
}
h3, h4 {
	font-size: 1em;
	margin: 0.1em 0 1em 0;
}
#content p,
#start p {
	margin: 0.1em 0 1em 0;
}
#content ul,
#start ul {
	margin-left: 15px;
	padding: 0 0 0.75em 0;
}


/* Layout
----------------------------------------------- */
#container {
	font-size: 0.78em;
	margin: 0 auto 10px auto;
	width: 780px;
}
#header {
	background: transparent;
	height: 100px;
	width: 780px;
}
#header h1 {
	background: url(gfx/logo.gif) no-repeat;
	height: 65px;
	margin: 18px 0 0 30px;
	position: absolute;
	width: 650px;
}
#header h1 a {
	background: url(gfx/logo.gif) no-repeat;
	display: block;
	height: 65px;
	text-indent: -200em;
	width: 650px;
}
#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:focus {
	text-decoration: none;
}
#teaser {
	float: left;
	height: 350px;
	width: 780px;
}
#top {
	background: url(gfx/bg_top.gif) top no-repeat;
	height: 30px;
	width: 780px;
}
#content {
	background: #f6bea4;
	color: black;
	float: left;
	padding: 0px 30px;
	width: 720px;
}
#start {
	float: left;
	padding: 0px 30px;
	width: 720px;
}
#footer {
	background: url(gfx/bg_bottom.gif) bottom no-repeat;
	height: 25px;
	width: 780px;
}

/* Navigation
----------------------------------------------- */
#navi {
	clear: both;
	height: 25px;
	margin: 0;
	position: relative;
	width: 780px;
}
#navi ul, #navi li {
	list-style-type: none;
	margin:0;
	padding: 0;
}
#navi ul {
	height: 25px;
	left: 15px;
	position: absolute;
	width: 750px;
}
#navi li {
	float: left;
}
#navi li a {
	display: block;
	height: 25px;
	text-align: center;
}
#navi li a#item01 {
	width: 73px;
}
#navi li a#item02 {
	width: 111px;
}
#navi li a#item03 {
	width: 131px;
}
#navi li a#item04 {
	width: 105px;
}
#navi li a#item05 {
	width: 68px;
}
#navi li a#item06 {
	width: 46px;
}
#navi li a#item07 {
	width: 143px;
}
#navi li a#item08 {
	width: 71px;
}