@charset "utf-8";

/* CSS Document Farben navigruen #004450 */
*
{
	margin: 0;
	padding: 0;
}

/* Allgemeine styles */
	
.clearing { clear:both; }
 hr {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
img { border:0px; }

p { padding-bottom:5px; }

a:link
{
	color: #004450;
	text-decoration: underline;
}

a:visited
{
	color: #004450;
	text-decoration: underline;
}

a:hover
{
	color: #003f4d;
	text-decoration: underline;
}

a:active
{
	color: #003f4d;
	text-decoration: underline;
}

h1
{
	font-size: 1.4em;
	color:#004450;
	margin-bottom: 0.8em;
}

h2
{
	font-size: 1.0em;
	color:#004450;
	margin-bottom: 0.5em;
	
}

h3
{
	font-size: 0.9em;
	color:#004450;
	margin-bottom: 0.3em;
}

body
{
	background-image: url(../images/body.gif);
	background-repeat: repeat;
	color: #192636;
	font-family : Arial, Verdana, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 100.1%;
	text-align: center;
}

#pageflip
{
	position: absolute;
	right:0;
	top:0;
}

#pageflip img
{
	width: 50px;
	height: 52px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0;
	border-style:none;
	-ms-interpolation-mode: bicubic;
}

#pageflip .msg_block
{
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 50;
	right: 0;
	top: 0;
	text-indent: -9999px;
	background-image: url(../subscribe.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#wrapper
{
	border: 10px solid #fff;
	margin: 30px auto;
	text-align: left;
	width: 980px;
}

#header
{
	height: 145px;
	background: #8eba6f;
}

#logo
{
	position:relative;
	padding:0px 0px 0px 10px;
}

/*/Navigationsbereich/*/
#navcontainer
{
	background-image: url(../images/body.gif);
	background-repeat: repeat;
	margin: 0;
	height:40px;
}

ul#navlist
{
	list-style:none;
	margin-top:5px;
	padding:15px 10px 0px 56px;
	overflow:auto;
}

ul#navlist li
{
	font: 0.8em/1.0em Arial, Verdana, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, sans-serif;
	position:relative;
	z-index:5; height:20px;
	margin:5px 15px;
	float:left;
}

ul#navlist li.backLava { border-bottom:2px solid #003f4d;}

ul#navlist a
{
	color: white;
	text-decoration: none;
}

ul#navlist a:hover { color: #003f4d; }

body#startseite #navlist li#eins a,  body#profil #navlist li#zwei a,  body#leistungen #navlist li#drei a,  body#kontakt #navlist li#vier a,  body#weg #navlist li#funf a,  body#impres #navlist li#sechs a { color:#003f4d; }

/*/hier beginnnt der Inhaltsbereich/*/
#content
{
	padding: 45px 70px;
	background-color:#FFF;
}

#content p
{
	font-size: .8em;
	color:#192636;
	line-height:1.8em;
	margin-bottom: 1em;
}

#content ul
{
	font-size: 0.8em;
	line-height: 1.7em;
}

#content ul li
{
	list-style:none;
	font-size: 1.2em;
	line-height: 1.7em;
	padding-left:35px;
	background:transparent url(../images/bullet.gif) no-repeat scroll 0em 0.6em;
}

div#content .bildlinks
{
	float:left;
	padding:0px 20px 20px 0px;
	margin: 0;
}

div#content .bildrechts
{
	float:right;
	padding:0px 0px 20px 40px;
	margin: 0;
	clear:right;
}




#footer
{
	clear:both;
	background: #b9dadd;
	background-image: url(../images/body.gif);
	background-repeat: repeat;
	font: 0.8em Trebuchet MS, Geneva, Arial, Helvetica, Verdana, sans-serif;
	padding: 15px 0px;
	text-align:center;
	color: #fff;
}

#footer a:link, #footer a:visited
{
	background: url(../grafik/dot.gif) 30px 7px no-repeat;
	color: #fff;
	padding-left:40px;
	text-decoration: none;
}

#footer a:hover
{
	color:#ed8917;
	background: url(../grafik/dotactive.gif) 30px 8px no-repeat;
}

#footer a#active
{
	color:#ed8917;
	background: url(../grafik/dotactive.gif) 30px 8px no-repeat;
}
