
body {
	margin:0; padding:0; background:#FEFEFE url('img/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;
}



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


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


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


h3 {
	
	color:#AA393A;
	font-size:130%;
	font-weight:400;
	font-style: italic;
		
}
.photo {
display: block;
padding: 2px;
background-color: #725B54;
}


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:240px;
        background:url(img/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:6px;
}

.block4 {
        width:220px;	
        display:block;
	background:#DAE9F8;  
	margin:0;
	padding:10px;
	text-align: left;
        
}

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




/* Mittlere Spalte */

/* Fotos groß Beschreibung  */

.block3 {
        width:190px;	
        display:block;
	line-height:16px;
	margin-left:30px;
	padding:10px;
	background:#FEFEFE;
        text-align: left;
        border: 1px solid #7E3D29;
}

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





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