/*  PROMILLEJÄGER CSS DATEI */

/*--------------------------*/
/*	  ALLGEMEINE STYLES     */
/*--------------------------*/
* { padding: 0; margin: 0; }
html { height: 101%; }

body  {
	color: white;
	background-color: #8c8c8c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

img { border: 0px; }


a { text-decoration: underline; outline: none; }
a:link { color: #000; }
a:visited { color: #000; }
a:hover, a:focus { text-decoration: underline; color: #FC9C0C; }
a:active { color: #000; }


h1 { font-size: 130%; padding: 10px 0 0 15px; }
h2 { font-size: 110%; }


/*--------------------------*/
/*	    LAYOUT STYLES       */
/*--------------------------*/
#wrapper {
	position: relative;
	color: #000;
	background-color: #fff;
	width: 770px;
	border: 1px solid #000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#kopf {
	position: relative;
	color: #000;
	background-color: #FC9C0C; /*#f3c600;*/
}

#kopf p {
	position: absolute;
	top: 10px;
	right: 15px;
	font-weight: bold;
}

#kopf p a, a:hover, a:focus { text-decoration: none; color: #000; }

#logo {
	color: black;
	padding: 5px 0 12px 0;	
}

#inhaltwrapper {
	overflow: hidden;
	border: 0px solid blue;
	margin: 18px 15px 10px 15px;
}

* html #inhaltwrapper { height: 1%; }

#inhalt {
	float: left;
	width: 525px;
	border: 0px solid green;
	margin: 0;
}

#inhalt li { margin-left: 30px; padding-bottom: 5px; }

#inhaltbreit {
	float: left;
	width: 738px;
	text-align: center;
	border: 0px solid green;
	margin: 0;
}

#inhaltbreit hr { margin: 20px 15px 20px 15px; }

.inhaltnavi {
	text-align: center;
	border: 0px solid green;
}

.box {
	float: left;
	width: 160px;
	text-align: center;
	border: 0px solid black;
	margin: 0 12px 25px 0;	
}

.center {
	text-align: center;
	margin: 15px;
}

.klein { font-size: 80%; }

#infobox {
	float: right;
	width: 200px;
	line-height: 1.8em;
	border: 0px solid red;
}

#infobox ul, #infobox ol { margin-left: 30px; }


#fuss {
	color: black;
	background-color: white;
	text-align: center;
	font-size: 75%;
	line-height: 1.6em;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid gray;
	margin: 0 15px 0 15px;
}


/*--------------------------*/
/*	   KONTAKTFORMULAR      */
/*--------------------------*/
form {
	float: left;
	background-color: #fff;
	width: 320px;
	padding: 15px;  
	border: 1px solid #8c8c8c;
}

label {
	display: block;
	cursor: pointer;
}

input#absender,
input#name,
textarea {
	width: 315px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}

textarea {
	height: 7em;
}

input#absender:focus,
input#name:focus,
textarea:focus {
	background-color: #d9d9d9;
}

#kontaktbox {
	float: right;
	width: 330px;
	border: 0px solid black;
}

/*--------------------------*/
/*	     MENÜ STYLES        */
/*--------------------------*/
#navi {
	color: #fff;
	background-color: #000;
	width: 738px;
	height: 36px;
	padding: 0 15px 0 17px;
}

#navi li {	
	display: block;
	float: left;
	list-style-type: none;	
}

#navi a {
	display: block;
	float: left;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 25px 10px 25px;
	border-right: 1px solid #fff;
}

#navi01 a { border-left: 1px solid #fff; }

#navi a:hover,
#navi a:focus {
	color: black;
	background-color: #FC9C0C; /*#0F92FC;*/
}

#navi a:active {
	color: black;
	background-color: #FC9C0C;
}

