﻿/* CSS layout */

/* Schriften */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Verdana, Arial; sans-serif; }

h1 {  font-family:Georgia, Arial; font-size :18px; margin-bottom:10px; }

h2 {  font-family:Georgia; Arial; font-size:16px; margin-bottom:10px; }

h3 {  font-family:Georgia; Arial; font-size:14px; margin-bottom:10px; }
h4 {  font-family:Georgia; Arial; font-size:12px; margin-bottom:10px; }

p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }
a { color: maroon;}
/* Layout */

#div_body {
	position: relative;
	width: 940px;
	margin: 10px auto;
	border: thin #800000 solid;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	color: #000000;

}


#masthead {
	width: 940px;
	height: 140px;
	max-height: 140px;
	max-width: 940px;
	min-height: 140px;
	min-width: 940px;
	background-color: #FFFFFF;
}

#top_nav {
	width: 940px;
	height: 22px;
	background-color: #CCCCCC;
	max-height: 22px;
	max-width: 940px;
	min-height: 22px;
	min-width: 940px;
}
/* nav IE6 fix */
*html #top_nav {
	width: 940px;
	height: 22px;
	background-color: #CCCCCC;
	}


#container {
	position: relative;
	width: 100%;
	
}

/* container IE6 fix */
*html #container {
	position: relative;
	width: 100%;
	height: 365px;
}


#left_col {
	width: 280px;
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 280px;
	min-height: 325px;
	min-width: 280px;
	
	
}

#page_content {
	margin-left: 280px;
	width: 630px;
	max-width: 630px;
	min-width: 630px;
	min-height: 325px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
		
	 }
			
	p.site_navigation {text-align: right;font-size:10px; float:right; text-color: maroon;}
	a.mehr {padding-right: 5px; font-size:10px;color: maroon;}
	a.links {padding-left: 5px; font-size:10px;color: maroon;}
	a.textlink {	color: maroon;}
}
#content_links {
	position:absolute; 
	left: 280px; top:45px;
	padding-left: 20px; 
	padding-right: 10px; 
	padding-top: 20px;	
	padding-bottom: 20px;}	
	
	
#content_rechts {
position:absolute; 
left: 400px; top:43px;
padding: 20px 20px; 
width: 480px;}

*+ html #content_rechts {
position:absolute; 
left: 400px; top:45px;
padding: 20px 20px; 
width: 480px;}
	
	

#footer {
	width: 940px;
	height: 30px;
	background-color: #CCCCCC;
}


/* Styles for Navigation */

ul#Navigation {
	margin-top: 0px;
	margin-left: 285px;
	padding-top: 2px;
	padding-left: 0px;
	text-align: left;
    background-color: #CCCCCC;
 
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
   
  }

  ul#Navigation a, ul#Navigation span {
	padding: 0px 10px 0px 1em;
	text-decoration: none;
	font-weight: bold;
	color: maroon;
	background-color: #ccc;
}
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
	color: #666666;
}


/* Styles for Footer*/

ul#Footer {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	text-align: center;
    background-color: #CCCCCC;
 
  }
  ul#Footer li {
    list-style: none;
    display: inline;
   
  }

  ul#Footer a, ul#Footer span {
	
	padding: 0px 10px 0px 1em;
	text-decoration: none;
	font-weight: bold;
	color: maroon;
	background-color: #ccc;
}
  * html ul#Footer a, * html ul#Footer span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Footer a:hover, ul#Footer span {
	   
	color: #666666;
	
}
