/*-----------------------------------------
 
 Version: 1.0
 
 Author: Thomas Paul
 
 Author URI: http://www.einspurig.at/
 
 -------------------------------------------*/


/*--------------------------------------------
 [Table of contents]
 
 1. reset Styles
 2. global Styles
 3. text Formating
 4. global Classes
 5. nav styles
 	5.1 global
 	5.2 local nav
 6. layout
 
 ------------------------------------------------*/



/*--------------------------------------*/
/* =1 Reset Style Sheet by Eric Meyer	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* remember to define focus styles! */:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}



/*------------------------------*/
/* =2 global styles 			*/
html {
    height: 100%;
}
body {
    font: 80% Verdana; /* 70% vor Ver?nderung */ 
    line-height: 1.5em;
    color: #202124;
    margin: 0;
    padding:0;
    height:100%;
    background: url(../img/background/body.jpg) repeat-y center;
}


/*------------------------------*/
/* =3 text formating 			*/
h1 {
    font-size: 1em;
    margin: 0;
    color:#3c5d34;
}
#content-middle h1 { font-size:1.1em; font-weight:bold; }
h2 {
    font-size: 1em;
    margin: 0.5em 0 0 0;
}
h3 {
    font-size: 1em;
    margin: 1em 0;	
}

p, ul, ol, dl {
    margin: 0 0 1em 0;
}
input, textarea, label, select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

a:link, a:visited {
    text-decoration: underline;
    color: #3c5d34;
}
a:hover, a:focus, a:active {
    color: #3c5d34;
	text-decoration: none;
}

strong { font-weight: bold; }
italic { font-style: italic; }

#content ul, #content ol { list-style-type:circle; margin-left:1.1em; }




/*------------------------------*/
/* =4 global classes 			*/

.ir {
    position: absolute;
    top: -9999px;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
}
.clear {
	clear: both;
}


/*------------------------------*/
/* =5 nav styles 				*/


/* =5.1 global					*/


/* =5.2 local nav				*/
#local_nav {
	
	width:200px;
	height:40px;
	margin:0;
	padding:0;
}
#local_nav li {
}
#local_nav li a {
}
	
#local_nav li ul {
	margin: 0;
}

#local_nav li li {
	margin: 0;	
}
#local_nav li li a {
	border: 0;
}

/*------------------------------*/
/* =6 layout 					*/

#page {
    width:982px;
    margin-left:auto;
    margin-right:auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	background: url(../img/background/frog2.jpg) bottom right no-repeat;
	margin-top:15px;
	padding-left:0px;
}
#header {
    width:982px;
    height:140px;
    margin:0 auto;
    padding:0;
    background-color:#f9b700;
}
#header-left { float:left; display:inline; width:255px; height:140px; margin:0; padding:0; font-size:0px; }
#header-middle { float:left; display:inline; width:472px; height:140px; }
#header-right { float:right; display:inline; width:255px; height:140px; margin:0; padding:0; }

#slogan { width:320px; height:52px; margin-top:30px; margin-left:73px; background: url(../img/rund-ums-moor.jpg) no-repeat; }
/* #frog { position:absolute; bottom:150px; right:0px; background: url(../img/background/frog.jpg) no-repeat; width:255px; height:57px; } */

#main {
/* 	position:relative; */
    width: 982px;
    margin:0 auto;
    
    min-height:356px; /* 301px von der Grafik + 55px Hoehe vom Footer */
	height:auto !important;
	height:356px;
	padding-bottom:150px; /* same or more than the footer height */
}
#local {
	float:left; display:inline;
	/*width: 464px;*/
	height:25px;
	margin:0;
	padding:0;
	margin-top:26px;
	/*margin-left:5px;  vor GMENU  */ 
	margin-left:30px;
	
	font-size: 0.8em;
}

.navrum-seperator { height:22px; width:3px; background-color:green; }

#content {
    width:982px;
/*
	text-align: justify;
*/
}
	#content-left { float:left; display:inline; width:200px; margin-top:45px; margin-left:28px; }
	#content-middle { float:left; display:inline; width:266px; margin-top:45px; margin-left:130px; }
	#content-right { float:right; display:inline;  width:200px; margin-top:45px; margin-right:20px; }
		#content-right p a { color:#202124; }

#footer {
	height: 150px;
    margin: -150px auto 0 auto;
    padding:0;
/* 	margin-left:-10px; */
/*     width:1020px; */
	width:99.9%;
    background: url(../img/background/footer.jpg) no-repeat center;
    padding-left:1px;
}
	#footer-left { width:920px; margin-left:auto; margin-right:auto; }
	
	#footer p, #footer a {
		font-size: 0.9em;
		text-align: left;
		margin:0;
		padding-top:5px;
	}

