/* 
* Datei: 			styles.css
*/

body {
	margin-top: 20px;
	color: #5a4a2d;
	background-color: #f7ead4;
	padding: 0;
	 }





#wrapper {
	display: block;
	height: 100%; 
	width: 950px;
	top: 0;
	background-color: #c8a972;
	border-left: 1px solid #785b2f;
	border-right: 1px solid #785b2f;
	text-align: left;
	margin: 0 auto;
    }

/* Start Header Bereich */

#header	{
		display: block;
		height:	154px;
		width: 950px;
		border-bottom: 1px solid #785b2f;
		border-top: 1px solid #785b2f;
		background-color: #c8a972;
		}

#header h1	{
		float: right;
		display: block;
		margin:	0;
		padding: 0;
		color: #645034;
		background-color: inherit;	
		font-size: 1.5em;
		font-weight: normal;
		font-family: serif;
		border-bottom: 1px solid #312001;
		margin: 20px;
		}


#header img	{
		border:	none;
		/*margin:	20px 0 0 20px;	*/	
		}

/* Start Contentbereich */

#content {
		 display: block;
		 float: left;
		 height: auto;
		 margin: 30px 0 20px 15px;
		 width:	935px;
		 }

#content p em {
		font-weight: bold;
		font-style:	normal;
		}

#content h1	{
	color: #5a4a2d;
	background-color: inherit;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #5a4a2d;
	line-height: 1.3em;
	}

#content h2	{
		color: #5a4a2d;
		background-color:		inherit;	
		font-size:			1.3em;
		font-family:			serif;
		border-bottom:			1px solid #5a4a2d;
		font-weight:			normal;
		}
		
#content h3	{
		color: #5a4a2d;
		background-color:		inherit;	
		font-size:			1.3em;
		font-family:			serif;
		font-weight:			normal;
		line-height: 0.3em;
		}		

#content a	{
		text-decoration: underline;
		color: #5a4a2d;
		}

#content a:hover {
		color: #5a4a2d;
		background-color: inherit;	
		}

#content p	{
		display: block;
		text-align:	justify;
		font-size:0.9em;
		margin:	10px 0 0 0;
		padding: 0;
		line-height: 1.3em;
		}

#content code {
		display: block;
		background-color: #f5f5f5;
		color: #666666;
		font-size: 0.6em;
		line-height: 1.5em;
		margin:	10px 10px 10px 20px;
		border:	1px solid #cccccc;
		font-family: courier, 'courier new', serif;
		font-style:	normal;
		padding: 5px;
		}

#content blockquote {
		display: inline;
		font-style:	italic;
		margin:	0;
		padding: 0;
		line-height: 1.5em;		
		}

#co_left {
		float: left; 
		width: 330px;
		top: 250 px;
		height: auto;
		padding: 0px;
		}

#co_right {
    
	  width: 495px; 
	  margin: 0 0 0 330px;
	  top: 230px;
	  padding-left : 40px;
      }		
	  
#co_leftan {
		float: left; 
		width: 640px;
		top: 250 px;
		height: auto;
		padding: 0px;
		}

#co_rightan {
    
	  width: 190px; 
	  margin: 0 0 0 640px;
	  top: 250px;
	  padding-left : 30px;
      }			  
/* Start Footerbereich */

#footer	{
		width: 950px;
		height:	35px;
		clear:	both;
		padding-bottom:	0px;
		border-top:	1px solid #785b2f;
		border-bottom:	1px solid #785b2f;
		background-color: #312001;
		}

#footer span {
		text-align:	center;
		display: block;
		color: #d8c29b;
	    font-size: 0.7em;
		margin-top:	4px;
		}

#footer span a	{
		text-decoration: none;
		color: #d8c29b;
		background-color: inherit;
		}
		
#footer span a:hover {
	text-decoration: none;
	color: #d8c29b;
	font-weight:bolder;
	}	
	
#navigation {

    background-color: #312001;
	float: left;
	width:950px;
	margin-left:0px;

	}	
	
#language {
	color: #d8c29b;
	float: right;
	margin-left:700px;
	margin-top: -20px;
	width:250px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size:0.7em;
	}	
	
	
.grossschrift {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 0.1em;
}	

h3	{
		color: #5a4a2d;
		background-color:		inherit;	
		font-size:			1.3em;
		font-family:			serif;
		font-weight:			normal;
		line-height: 0.3em;
		}	
		
			
p { font-size: 0.8em;
	line-height: 1.2em;
    color: #5a4a2d;
  } 
  
.bold  {
	font-size: 1.0em;
	color: #5a4a2d;
	font-weight: bolder;
		 }
  
a:link {
	color: #d8c29b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d8c29b;
}
a:hover {
	text-decoration: none;
	color: #674811;
}
a:active {
	text-decoration: none;
	color: #674811;
}


/* Ende style.css */