@import url("style-navi.css");


body {
	background: #fff url(bild/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #4358A7;
}
a:hover {
	color: #333;
}
#kuckein {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}
#sliding {
	position: absolute;
	top: 105px;	
	left: 320px;
	width: 650px;
}

#sliding ul,
#sliding ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sliding ul li a {
    position: relative;
    width: 202px;
    height: 145px;
    overflow: hidden;
    float: left;
    margin-right: 8px;
    border: none;
    font-size: 1.5em;
    color: #999;
}

#sliding ul li img {
    position: absolute;
    top: 100;
}

#inhalt {
	position: absolute;
	top: 300px;	
	left: 330px;
	width: 420px;
	padding: 0;
	color: #333;
}
#infos {
	position: absolute;
	top: 300px;	
	left: 770px;
	width: 200px;
	color: #555;
	font-size: 11px;
}


h1, #inhalt h2, #infos h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 2.1em;
	color: #999;
}
#inhalt h2 {
	font-size: 1.3em;
	color: #002B5E;
	border-bottom: 1px dotted #999;
}
#infos h2 {
	font-size: 1.2em;
	color: #002B5E;
	border-bottom: 1px dotted #999;	
}
h3 {
	font-size: 1.3em;
	color: #555;
}
a img {
	border: none;
}

.picleft {
	float: left;
	margin: 0 10px 10px 0;	
}
.picright {
	float: right;
	margin: 0 0 10px 10px;
}
em {
	background: #FDF795;
}
ul.partner li {
	list-style: none;
	text-align: right;
	margin: 33px 0;
}


/* Kontaktformular */

label {
	display: block;
	text-align: right;
	width: 75px;
	float: left;	
}

input,
textarea,
select {
	border: 1px solid #9FB38F;
	width: 220px;
	margin-left: 1em;
}

select {
    width: auto;
}

input:focus,
textarea:focus {
	background: #FCF694;
}

#inhalt ul.listform,
#inhalt ul.listform li {
	display: block;
	list-style: none;
	margin-bottom: 0.5em;	
	background-image: none;
}

#inhalt ul.listform input {
	float: none;
}