/* CSS Document */
body {
/* margin:20px; */
 background:#FFFFFF;
 color: #333333;
 text-align:left;
 padding:0;
 }
 
 h1 {
	text-align:left;
/*	margin-top:20px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	color: #2D5E94;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: 900;
	text-align:left;
	color: #2D5E94;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	color:#000000;
}

.linkeSpalte {
position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	color:#000000;
}


#bar {
position:absolute;
top:10px;
left:70px;
height:35px;
width:870px;
border-bottom: 1px solid #999999;
 }
 

#l-col {
position:absolute;
left:10px;
top:50px;
 background:#FFFFFF;
 color: #FFFFFF;
 width:175px;
 }

#cont {
position: absolute;
left:190px;
top:50px;
padding: 0px 15px 0px 15px;
margin: 15px 35px;
width:510px;
border:solid #000000;	
border-width:0 0 0 0; 
border-left-color:  #999999;
/*border-right-color:  #EEEEEE;*/
border-left-width:1px;
/*border-right-width:thin;*/
 }

#r-col {
position:absolute;
top:50px;
left:790px;
 background:#FFFFFF;
 color: #FFFFFF;
 width:175px;
 }
 

A:hover {color:red; background-color: #FFFF00}
a#look img {
    border: 0;
    background-color: transparent;
}
a#look:hover {
    background-color: transparent;
}
.MarkerYellow {background-color: #FFFF00;}
.SmallGross{font-variant: small-caps;  font-size: 115%;}

