
body {
background-image:url(img/bg_logo_i.jpg); 
 background-repeat:no-repeat;
 }
  
 p, td { 
 font-family: arial, verdana; 
 font-size: 13px; 
 line-height: 175%;
 color:#B15655; 
 } 

a {
 text-decoration:underline;
 color:#C53D3B;
 }

.head {
 font-size: 18px; 
 font-stretch: semi-expanded;
 } 

.top { 
 font-size: 12px; 
 }

#LinkeSpalte {
	width: 160px;
	vertical-align: top;
	padding: 220px 60px 0px 10px;
	/*** gesamt 230 px ******/
}
#RechteSpalte {
	width: 550px;
	vertical-align: top;
	padding: 210px 0px 0px 20px;
	/**** gesamt 570 *****/
}
#RechteSpalte_index {
	width: 550px;
	vertical-align: top;
	padding: 210px 0px 0px 20px;
	/**** gesamt 570 *****/
	background: url(img/logo_transp.png) no-repeat ;
}


/******************************
 * Navigation
******************************/

#ls ul {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px dotted  #951516;
}

#ls li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #951516;
}

#ls li a:link, #ls li a:visited {
margin: 0;
padding: 3px 5px 3px 10px;
font-weight:bold;
display: block;
color: #CC0000;
background: #fff;
text-decoration: none;
}

#ls li a:hover {
color: #CB3137;
background: transparent url("img/nav.png") no-repeat 0 0;
}

#ls li a:link.hi, #ls li a:visited.hi {
color: #CB3137;
background: transparent url("img/nav.png") no-repeat 0 0;
}