
body {
background-color: #FFFFFF;
 background-image: url(../img/bg.jpg);
    background-repeat: repeat-x;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;

padding:0px;
margin:0px;

}
p {
padding: 5px 10px ;
margin:0px;
font: 11px/18px Verdana, Arial, SunSans-Regular, Sans-Serif;
color: #666666;

}

pre {
padding: 5px 10px ;
margin:0px;
font: 10px Verdana, Arial, SunSans-Regular, Sans-Serif;
color: #333333;

}


a {color: #824240;}
a:visited {color:#824240;}
a:hover {color: #FF3300;}
a:active { color:#824240;}


h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color:#F4F4F4;
text-transform:capitalize;
background-color: #824240;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
color:#824240;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	padding:16px 10px;
margin:0px;

	font-style: italic;
	text-transform:capitalize;
}
h3 {
color:#824240;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	padding:16px 0 5px 12px;
	
margin:0px;

	font-style: italic;
	text-transform:capitalize;
}
h4 {
color:#824240;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: normal;
	padding:16px 0 5px 12px;
	
margin:0px;

	font-style: italic;
	text-transform:capitalize;
}



img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 740px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
width: 740px;
height: 262px;
background-color: #333333;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 1px 0px;
margin-left: 200px;
margin-right: 0px;
}
/* -div#content { 
min-height:530px;
height:expression(this.scrollHeight > 530 ? "auto":"530px"); 
}*/


/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
padding-left: 0px;
}

.nicelist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	
	text-transform:uppercase;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
	line-height: 18px;
    }
	
#left li {	
    padding-left: 14px;
    background-image: url(../img/pil_beige.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    }
	#left li a{
	text-decoration: none;    
    }
	#left li a:hover {
	color:#660000;
	text-decoration: underline;    
    }


/* ----------outer und inner----------------- */
#content_2{ 

position: relative; 
margin: 0px; 
}

#outer{ 
border-left: solid 200px #FFFFFF; /* linke Menue Spalten Farbe  */ 
border-right: solid 200px #FFFFFF; /* rechte Menue Spalten Farbe  */ 

} 

#inner{margin:0; width:100%; }

/* --------------para dos columnas------------- */
#left_2 {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:0px;
 }
 
 #left_2 li {	
    padding-left: 14px;
    background-image: url(../img/pil_beige.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    }
	#left li a{
	text-decoration: none;    
    }
	#left li a:hover {
	color:#660000;
	text-decoration: underline;    
    }
	
	
 #right {
 width:200px; 
 float:right; 
 position:relative; 
 margin-right:-200px; 
 margin-left:0px;
 }
 
 .nicelist_2 {
	color: #666666;
	font-size: 10px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 0;
	list-style: none;
	line-height: 18px;
    }
	

#content li {	
    padding-left: 14px;
    background-image: url(../img/arrowpixel2.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    }
	#content li a{
	text-decoration: none;    
    }
	#content li a:hover {
	color:#660000;
	text-decoration: underline;    
    }

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }



#footer a{
	color:#ffffff;   
    }
	#footer a:hover {
	color:#CCCCCC;
	
    }

