/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
	background-image:url(../_images/background.jpg);
	background-repeat:repeat-x;
	background-color:#94cd51;
}
* {
	margin:0;
	padding:0;
}

/* --------------- IMAGE ---------------*/

img, div { behavior: url(iepngfix.htc) }

img {border: 0px;}

a {
    outline: none;
 }
a img {
    border:none;
 }



/* --------------- SITE DIV --------------- */
#site {
	position:relative;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height:100%;
	width: 730px;
	position:absolute;
	top:0;
	left: 50%;
	margin-left: -365px; /* negative Hälfte von width:900px */
	padding:0;
}

#navi {
	height:76px;
	width:730px;
	background-image:url(../_images/background_navi.png);
}

#header {
	height:320px;
	width:730px;
	padding-top:16px;
	padding-left:14px;
	background-image:url(../_images/background_header.png);
	background-repeat:no-repeat;
}

#slidemenu {
	height:300px;
	width:700px;
	background-image:url(../_images/slidemenu/bg_slidemenu.jpg);
	background-repeat:no-repeat;

}

#content {
	height:100%;
	width:730px;
	padding-left:14px;
	background-image:url(../_images/background_content.png);
	background-repeat:repeat-y;
}

#bottom {
	height:40px;
	width:730px;
	background-image:url(../_images/background_bottom.png);
	background-repeat:no-repeat;
}

/* --------------- NAVI --------------- */
.navi_img {
	margin-bottom:25px;
	margin-left:2px;
}

/* --------------- SLIDEMENU --------------- */
.sm {
	width:688px; 
	height:288px; 
	list-style:none; 
	display:inline-block;
	overflow:hidden;
}

.sm li {
	float:left; 
	display:inline; 
	overflow:hidden;
}

/* --------------- CONTENT --------------- */
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#8d2222;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#8d2222;
	padding-top:5px;
}

#content p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4c4c4c;
	text-align:justify;
}

#content p.right {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4c4c4c;
	margin-right:30px;
	border-bottom:#8d2222 1px dotted;
}

#content a:link {color:#8d2222;font-weight:normal;text-decoration:none;}
#content a:visited {color:#8d2222;font-weight:normal;text-decoration:none;}
#content a:hover {color:#8d2222;font-weight:normal;text-decoration:underline;}
#content a:active {color:#8d2222;font-weight:normal;text-decoration:none;}

#content input {
	width:350px;
	background-color:#e4e1b8;
	border:1px #8d2222 solid;
}

#content textarea {
	height:150px;
	width:350px;
	background-color:#e4e1b8;
	border:1px #8d2222 solid;
}

.kontakt_action {
	width:350px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#4c4c4c;
	background-color:#CFFFC4;
	border:1px #CC0000 solid;
	padding:10px;
	margin:10px;
}

.kontakt_error {
	width:350px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#4c4c4c;
	background-color:#FF8784;
	border:1px #CC0000 solid;
	padding:10px;
	margin:10px;
}

#content_basic {
	width:700px;
	padding-right:10px;
	float:left;
}
#content_home_left {
	height:100%;
	width:420px;
	border-right:#8d2222 1px dotted;
	padding-right:10px;
	float:left;
}
#content_home_right {
	height:100%;
	width:260px;
	padding-right:15px;
	float:right;
}

#tab_sorten {
	margin-left:25px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4c4c4c;
}

#tab_sorten img {
	border:#8d2222 2px solid;
	margin-bottom:10px;
}

#tab_sorten_detail {
	margin-left:10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4c4c4c;
}

#tab_sorten_detail img {
	border:#8d2222 2px solid;
	margin-bottom:10px;
}

.tab_werbung_detail {
	padding-right:10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4c4c4c;
}

/* --------------- BOTTOM --------------- */
#bottom p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:center;
	color:#3d541b;
}

#bottom a:link {color:#3d541b;font-weight:normal;text-decoration:none;}
#bottom a:visited {color:#3d541b;font-weight:normal;text-decoration:none;}
#bottom a:hover {color:#3d541b;font-weight:normal;text-decoration:underline;}
#bottom a:active {color:#3d541b;font-weight:normal;text-decoration:none;}