
body {
	margin:0; padding:0; background:#FEFEFE url('background_body2.jpg') repeat-x top;  
	color:#725B54;font:14px Verdana;
}

/* general */


 a {
	color:#5353FF;
        text-decoration:none;
	
}

 a:hover {
	
	color:#AA393A;
	text-decoration:none;
}

a.current {
	display: block;
  	margin-left: 10px;
        margin-top: 8px;
	margin-bottom: 8px;
	background:#FEFEFE;
	color:#725B54;
        text-decoration:none;
	padding:6px;

}

span.desc {
  	color: #AA393A;
	text-decoration:none;
}


h1 {
	border-bottom:1px solid #AA393A;
	color:#AA393A;
	font-size:150%;
	font-weight:400;
	padding-left:20px;
	padding-bottom:8px;	
}


h2 {
	color:#725B54;
	font-size:120%;
	font-weight:600;
	letter-spacing:1px;
}


h3 {
	border-bottom:1px solid color:#725B54;
	color:#725B54;
	font-size:130%;
	font-weight:500;
		
}


ul {list-style: none;
}
  
 li {list-style: none;
  padding-left: 30px;
  padding-right: 40px;
  padding-bottom:15px;
  background: url(img/Punkt1.png) no-repeat;
  background-position: 0 5px;
}


/* Navigation linke Spalte */

.intro-left {
	width:230px;
        background:url(Sidebar2.png);
        border-left: 1px solid #91BEEC;
        border-right: 1px solid #91BEEC;
        border-bottom: 1px solid #91BEEC;
        color: #725B54;
        text-align: left;
        margin-left:15px;
        padding:10px;
}

.block4 {
        width:230px;	
        display:block;

	margin:0;
	padding:8px;
	background:#F9EEA4 url('img/background_block2.png') repeat-y; 
        text-align: left;
        border: 1px solid #e6bd86;
}

/* Rechte Spalte */

.intro-right {
	width:230px;
        background: url(img/Sidebar.png);
        border-left: 1px solid #E6BD86;
        border-right: 1px solid #E6BD86;
	border-bottom: 1px solid #E6BD86;
        color: #725B54;
        font-size:95%;
        text-align: left;
        line-height: 18px;
        margin-left:15px;
        padding:10px;
}



/* Mittlere Spalte */

.block {
        width:640px;	
        display:block;
	line-height:20px;
	margin:0;
	padding:0;
}





/* footer */
#footer {
	margin:0;
	height:80px;
	background:url('background_footer2.jpg') repeat-x;
	color:#FEFEFE;
	font-size:130%;
	font-weight:500;
	line-height:19px;
	padding-top:24px;
	padding-left:160px;
	
}
	
