/* CSS Document */

 body  {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color: #4f271b;
		font-size:12px;
		line-height:20px;
		margin: 0; 
		padding: 0;
		text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. */
		background-image: url(../images/background.gif);
	 }
	 
	 h1 {
		padding: 0;
		margin:0;
		margin-bottom:10px;
		width:490px;
		border:0;
		border-bottom:1px solid #000000;
		color:#bbb3b3;
		font-size:20px;
		letter-spacing:3px;
	}
	
	h2 {
		padding: 0;
		padding-top:15px;
		margin:0;
		color:#8a4b1b;
		font-size:14px;
	}
	
	hr {
		width:100%;
		background-image:url(../images/background_hr.gif);
		height:2px;
  		border:0;
	}
	
	a:link { text-decoration: underline; color: #8a4b1b; }
	a:visited {	text-decoration: underline;	color: #8a4b1b; }
	a:hover { text-decoration: underline; color: #8a4b1b; }
	a:active { text-decoration: underline; color: #8a4b1b; }
 
	#container { 
    	width: 887px; 
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
		margin-top: 25px;
    	border: none;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
    
	#header { 
    	margin: 0;
    	padding: 0; 
		margin-left:245px;
		margin-top:26px;
		height:26px;
		width:642px;
		background-image:url(../images/background_header.gif);
		background-repeat:no-repeat;
		z-index:100;
 
    } 
	
	#topContainer {
		margin: 0;  
		padding-left:3px;
		padding-top:2px;
		width:884px;
		height:280px;
		background-image:url(../images/background_top.gif);
		background-repeat:no-repeat;
		padding-right: 0;
		padding-bottom: 0; 
    } 
	
	#navigation {
    	float: left; 
    	width: 244px;
    	padding: 0; 
		margin: 0;
		margin-left:2px;
		margin-top:3px;
		height:250px;
    }
	
	#topPicture {
    	width: 632px;
		margin-left:247px;
		height:227px;
    }
	
	#content { 
    	background-image:url(../images/content_background.gif);
		background-repeat:repeat-y;
    } 
   
    #sidebar {
    	float: left; 
    	width: 247px;
    	padding-left: 5px;
		padding-top: 54px;
		margin: 0;
    }
	
	#sidebar2 {
    	float: right;
    	width: 10px; 
		height:600px;
    }
   
    #mainContent {
    	margin: 0px 50px 0px 290px; 
		padding-top: 25px;
		width:490px;
    } 
	
	#footer { 
    	padding: 0 10px; 
    	height:40px;
		background-image:url(../images/footer_background.gif);
		background-repeat:no-repeat;
    } 
    #footer p {
    	margin: 0; 
    	padding-left: 280px;
		padding-top:10px;
    }
    
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	input, textarea {
	font-size:11px;
	background-color:#ead6c6;
	color:#4f271b;
	border-color:#d2919d;
	border-width:1px;
	border-style:solid;
	margin:1px;
	width:140px;
}

.content_form {
	font-size:11px;
	background-color:#ffffff;
	color:#4f271b;
	border-color:#ead6c6;
	border-width:1px;
	border-style:solid;
	margin:1px;
	width:140px;
}