@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}

body { /* Schriftgroessen etc ueberpruefen */
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#404040;
	background-color:white;
}

/* ALLGEMEINER TEXT */
h1 {
	font-size: 18px;
	line-height:23px;
	font-weight: bold;
    text-transform:uppercase;
	color:#729514;
	margin-bottom:30px;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	list-style: outside;
	margin-left: 17px;
}
ol {
	list-style-type:decimal;
}
ul {
	list-style-type:square;
}
li {
	margin-bottom: 3px;
}

input {
	vertical-align:middle;
}
/* normale Fliesstext-Links */
a:link { color:#404040; text-decoration:underline; }
a:visited { color:#404040; text-decoration:underline; }
a:active { color:#729514; text-decoration:none; }
a:hover { color:#729514; text-decoration:none; }


.red {
	color:#CC0000;
	font-weight:bold;
}
.orange {
	color:#FF9900;
	font-weight:bold;
}


/* EBENEN und ebenenspezifische Definitionen*/

#container {
	position:absolute;
	top:0%;
	left:50%;
	width:990px;
	margin:5px 0 0 -495px;
	border: #729514 1px solid;
	background:transparent;
	z-index:1;
}

/*header*/
#header {
	float:left;
	width:990px;
	height:232px;
	background:url(layout/header.jpg) top center no-repeat;
	z-index: 3;
}
#spruch {
	float:left;
	width: 350px;
	height: 70px;
	margin: 100px 0 0 400px;
	display:inline; /* behebt double margin float bug in IE 6 */
}
#spruch p {
	text-align: right;
	font-color: red;
	font-weight: bold;
	font-size: 12px;
	line-height:23px;
}

#mainnav {
	float:left;
	width:195px;
	margin:60px 0 0 20px;
	font-size:14px;
	line-height:24px;
	z-index: 5;
    display:inline; /* behebt double margin float bug in IE 6 */
}
#mainnav a {
	font-weight: bold;
	text-decoration:none;
}

body.home #mainnav a#home, body.joy #mainnav a#joy, body.fun #mainnav a#fun, body.two #mainnav a#two, body.zubehoer #mainnav a#zubehoer, body.faq #mainnav a#faq, body.service #mainnav a#service, body.lieferung #mainnav a#lieferung, body.presse #mainnav a#presse, body.galerie #mainnav a#galerie, body.action #mainnav a#action, body.nebenverdienst #mainnav a#nebenverdienst, body.agb #footer a#agb, body.kontakt #footer a#kontakt, body.impressum #footer a#impressum {
	background-color: #d9f198;
	text-decoration:none;
}

/*content*/
#content {
	float:left;
	width:750px;
	display:inline; /* behebt double margin float bug in IE 6 */
	z-index:10;
}

#modellnav {
	float:left;
	width:700px;
	height: 70px;
	z-index:11;
}
#modellnav li {
	float:left;
    display:block;
	width: 100px;
	padding: 0 0 0 35px;
	margin: 0 0 0 30px;
	font-size:25px;
	font-weight:bold;
	line-height: 38px;
}
#modellnav a {
	text-decoration:none;
}
#modellnav a:hover {
	background-color: #d9f198;
}
body.joy #modellnav a#joy_sub, body.fun #modellnav a#fun_sub, body.two #modellnav a#two_sub {
	color: #404040;
	background-color: #d9f198;
}


/* Galerie-Bilder */
#galerie_bilder img {
	width:160px;
	height:120px;
	border:none;
	margin: 0 10px 10px 0;
}

/*footer*/
#footer {
	clear:both;
	width:990px;
	height:153px;
	background:url(layout/gras.jpg) bottom center no-repeat;
	overflow:hidden;
	z-index: 2;
	vertical-align:bottom;
}
#footer p {
    text-align:center;
	padding-top: 120px;
}
