/*-----------------------------------------
 
 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;
    background: #ffffff;
    margin: 0;
    height:100%;
    background:url(../img/background/body.gif) center top no-repeat;
}


/*------------------------------*/
/* =3 text formating 			*/
h1 {
    font-size: 1em;
    margin: 0;
    color:#6f2511;
    font-weight: bold;
    margin-bottom:5px;
    text-align:left;
}
h2 {
    font-size: 1em;
    margin: 0.5em 0 0 0;
    text-align:left;
}
h3 {
    font-size: 1em;
    margin: 1em 0;	
    text-align:left;
}

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: #6f2511;
}
a:hover, a:focus, a:active {
    color: #6f2511;
	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 ul { margin:0; }
#local li { font-size:1.5em; margin-bottom:12px; }
#local li ul li { margin:0; }
#local li .nav-bullet { font-size:0.6em; color:#FFFFFF; margin-right:3px; }
#local li a { color:#FFFFFF; text-decoration:none; margin-right:10px; }
#local li a:hover { text-decoration:underline; }

/*------------------------------*/
/* =6 layout 					*/

#page {
    width: 1000px;
    margin-left:auto;
    margin-right:auto;
    background: url(../img/background/page.jpg) repeat-y top left;
}

#header {
	position:relative;
    width: 100%;
    height:271px;
    background: url(../img/background/header.jpg) no-repeat;
}
	
#logo {
	width:312px;
	height:51px;
	font-size: 0px;
	padding:47px 0 0 25px;
}
#main {
    width: 100%;
	margin:0;
	padding:0 0 10px 0;
    background: url(../img/background/main.jpg) repeat-y;
}
	
#local {
	position:absolute;
	top:75px;
	left:38px;
	width:199px;
	height:190px;
}

#visual { width:266px; height:180px; position:absolute; top:57px; left:366px; background: url(../img/ochse.jpg) no-repeat; }
#slogan { width:309px; height:105px; position:absolute; top:130px; left:655px; background: url(../img/zickentaler-moorochse.jpg) no-repeat; }

#content {
	width: 100%;
	padding-top:34px;
}
	#content-left { width:200px; float:left; display:inline; margin-left:35px; }
	#content-middle { width:266px; float:left; display:inline; margin-left:130px; text-align:left; } /* width:405px; margin-left:60px; */ 
	#content-right { width:190px; float:right; display:inline; margin-right:45px; }

#footer { width:100%; }
	#footer-left { width:200px; float:left; display:inline; margin-left:35px; }
	#footer-middle { width:405px; float:left; display:inline; margin-left:60px; text-align:justify; }
	#footer-right { width:190px; float:right; display:inline; margin-right:45px; }

#end {
	width:100%;
	height:20px;
	background: url(../img/background/footer.jpg) no-repeat top;
	font-size: 0.9em;
	color:#ffffff;
}
	#end p {
		text-align: center;
		padding-top:7px;
	}
