/* 
-----------------------------------------------
GENERAL
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body { 
	font: 13px/17px 'trebuchet MS', Tahoma, Geneva, sans-serif; 
	color: #364E2B; 
	margin: 0; 
	padding: 0; 
	background: url(img/hg.gif);
}

img { 
border: none; 
}

p {
	font-family: 'trebuchet MS', Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	line-height: 17px;
}

/* 
-----------------------------------------------
LINKS
----------------------------------------------- */

a:link {
	color: #50813F;
	text-decoration: underlined;
}
a:visited {
	color: #50813F;
	text-decoration: underlined;
}
a:focus  {
	color: #50813F;
	text-decoration: underlined;
}
a:active  {
	color: #50813F;
	text-decoration: underlined;
}
a:hover {
	color: #9FD486;
	text-decoration: underlined;
}

/* 
-----------------------------------------------
TITEL
----------------------------------------------- */

h2 {
color: #7BB063;
font-family: georgia, serif;
font-weight: normal;
display: inline;
font-size: 28px;
}

h3 {
color: #7BB063;
font-family: georgia, serif;
font-weight: normal;
display: inline;
font-size: 22px;
}

h4 {
color: #5A8645;
font-family: 'trebuchet MS', Tahoma, Geneva, sans-serif;
font-weight: normal;
display: inline;
font-size: 16px;
}

/* 
-----------------------------------------------
LAYOUT
----------------------------------------------- */

div#logo {
    position: absolute; 
	top: 90px; 
    left: 50%; /*wichtig*/
    margin: 0 -475px; /*wichtig*/
    width: 97px;
	height: 55px;
	background-color: transparent;
}
a.logo:link, a.logo:visited  {
	border: none;
	background: transparent;
}

a.logo:hover, a.logo:active, a.logo:focus  {
	border: none;
	background: transparent;
}

div#banner {
    position: absolute; /*wichtig*/
    top: 75px;
    left: 50%; /*wichtig*/
    margin: 0 -294px; /*wichtig*/
    width: 712px;
	height: 205px;
}

div#inhalt {
	margin: 0 auto;
	width: 400px;
	padding-top: 300px;
	padding-left: 380px;
	padding-right: 120px;
	padding-bottom: 30px; 
	background: url(img/hg_text.jpg);
	}
	
div#seitenende {
	margin: 0 auto;
	width: 730px;
	padding-left: 148px;
	padding-right: 22px;
	height: 72px;
	padding-top: 12px; 
	text-align: center;
	font: 11px/14px 'trebuchet MS', Tahoma, Geneva, sans-serif;
	background: url(img/seitenende.jpg) no-repeat;
	color: #4E6643;
	}


/* 
-----------------------------------------------
INDEX
----------------------------------------------- */

div#bild1 {
    position: absolute; /*wichtig*/
    top: 75px;
    left: 50%; /*wichtig*/
    margin: 0 -294px; /*wichtig*/
    width: 236px;
	height: 236px;
	background-color: transparent;
}
div#bild2 {
    position: absolute; /*wichtig*/
    top: 75px;
    left: 50%; /*wichtig*/
    margin: 0 -56px; /*wichtig*/
    width: 236px;
	height: 236px;
	background-color: transparent;
}
div#bild3 {
    position: absolute; /*wichtig*/
    top: 75px;
    left: 50%; /*wichtig*/
    margin: 0 182px; /*wichtig*/
    width: 236px;
	height: 236px;
	background-color: transparent;
}

div#inhalt_index {
	margin: 0 auto;
	width: 220px;
	padding-top: 332px;
	padding-left: 164px;
	padding-right: 516px;
	padding-bottom: 30px; 
	background: url(img/hg_text.jpg);
	}

div#text2 {
    position: absolute; /*wichtig*/
    top: 332px;
    left: 50%; /*wichtig*/
    margin: 0 -48px; /*wichtig*/
    width: 220px;
}

div#text3 {
    position: absolute; /*wichtig*/
    top: 332px;
    left: 50%; /*wichtig*/
    margin: 0 190px; /*wichtig*/
    width: 220px;
}

/* 
-----------------------------------------------
FOTOS
----------------------------------------------- */

#fotos img { 
	border-color: #afafaf; 
	border-style: solid; 
	border-width: 1px; 
	padding: 2px; 
}
#fotos { 
	font: 11px/14px 'trebuchet MS', Tahoma, Geneva, sans-serif;
	color: #4E6643;
}

/* 
-----------------------------------------------
KARTE
----------------------------------------------- */

div#karte {
    position: absolute; /*wichtig*/
    top: 75px;
    left: 50%; /*wichtig*/
    margin: 0 -293px; /*wichtig*/
    width: 712px;
}

/* 
-----------------------------------------------
ÜBER MICH
----------------------------------------------- */

div#milaweiss {
    position: absolute; 
	top:154px;
	left: 226px;
	width: 580px;
	height: 110px;
	z-index: 1;
}

div#textmila {
    padding-top: 120px;    
	padding-left: 230px;
    padding-right: 40px;
	width: 360px;
	padding-bottom: 30px; 
	}

/* 
-----------------------------------------------
REFERENZEN
----------------------------------------------- */

.referenzen {
	margin-top: 26px;
	width: 360px;
	height: 126px;
	font: 12px/14px 'trebuchet MS', Tahoma, Geneva, sans-serif;
}

.referenzen img {
	float:left;
	padding: 2px;
	border: 1px solid #bbbbbb;
	margin-right: 10px;
}

/* 
-----------------------------------------------
MENUE
----------------------------------------------- */

div#sidebar {
    position: absolute; 
	top: 305px; 
    left: 50%; /*wichtig*/
    margin: 0 -593px; /*wichtig*/
    width: 280px;
	text-align: right;
	font: 13px/21px 'trebuchet MS', Tahoma, Geneva, sans-serif;
	z-index: 3;
}

#sidebar ul li {
	list-style: none;
}

a.navigation:link, a.navigation:visited  {
	padding: 0 3px;
	font-weight: bold ;
	width: 100%;
	color: #BDE4AA;
	text-decoration: none;
	background: transparent;
}

a.navigation:hover, a.navigation:active, a.navigation:focus  {
	padding: 0 3px;
	font-weight: bold ;
	width: 100%;
	color: #FFF;
}