@charset "utf-8";
/* Copyright Daniela Savic www.ecsspress.de*/

/* FARBEN
Braun: #5F4425;
Orange: #FFBA00;
*/

/*
EM - PX zum kopieren oder nachschauen
10px = 0.6em
12px = 0.76em
14px = 0.9em
16px = 1.0em
18px = 1.12em
22px = 1.38em
26px = 1.63em

*/

* {
	margin:0;
	padding:0;
	font-size: 100.01%;
	behavior:url("img/iepngfix.htc"); 
}

body {
	font-size:0.76em;
	font-family: "Century Gothic", "Letter Gothic Std", Tahoma;
	color: #5F4425;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ddc3a5;
}

a {
color: #FFBA00;
text-decoration:none;
outline:0;
}

a:hover {
color: #5F4425;
}

a img {border:none;}

p , h2, ul{margin-bottom: 15px;}

ul, li {list-style-position: inside;}

.bglayer {
	background-image: url(img/bggesamt.jpg);
	background-repeat: no-repeat;
	background-position: center 151px;
}

#gesamt {
	width: 800px;
	margin: 0 auto;
}

#header {
	background-image: url(img/header_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 83px;
	width: 800px;
	list-style-type:none;
	padding-top: 11px;
	text-align:center;
	overflow:hidden;
}

#header li {
float:left;
display:inline;}

#header li a {
	display:block;
	padding: 20px 33px;
	color: #FFF;
	font-size: 1.2em;
	background-image: url(img/li_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#header li a:hover {
color: #FFBA00;
}

.logo {
display:block;
text-align:right;
margin-top:40px;
margin-bottom: 40px;}

#text_gross {
	width: 760px;
	height: 487px;
	padding:20px;
}


#mini {
float:left;
width:228px;
margin-right:24px;}

#mini img {
border: 1px solid #5F4425;
}


.mini_oben{
	background-repeat: no-repeat;
	background-position: center top;
	width:228px;
	height:23px;
	background-image: url(img/text_mini_oben.png);
	text-align:center;
	font-weight:700;
	line-height: 23px;
	}
	
.mini_mitte{
	background-repeat:repeat-y;
	width: 198px;
	padding:0px 15px;
	background-image: url(img/text_mini.png);
	text-align:center;
	}
	
.mini_unten{
	background-repeat: no-repeat;
	background-position: center top;
	width:228px;
	height:24px;
	background-image: url(img/text_mini_unten.png);
}
	
#klein {
width: 548px;
float:left;
}

#klein h1{
	background-repeat: no-repeat;
	background-position: center top;
	height:45px;
	text-align:left;
	padding-left:15px;
	line-height:45px;
	font-size: 1.2em;
	background-image: url(img/h1_bg_klein.png);
	}
	
.klein_mitte{
	width: 518px;
	padding:0px 15px;
	background-image: url(img/text_klein_mitte.png);
		background-position: center top;
	}
	
.klein_unten{
	background-repeat: no-repeat;
	background-position: center top;
	width:548px;
	height:23px;
	background-image: url(img/text_klein_unten.png);
	}
