body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}

h1 {
font-size: 14px;
color:#0075a4;
padding:0 0 10px 0;
margin:0px }

p, pre, br{
margin:0;
padding:3px 0;
}

ul,li {
list-style-image:url(../images/pfeil.gif);
margin:10px;
padding:0;
}

a {color: #007fb2;}
a:visited {color:#62b9dc;}
a:hover {color: #564b47;}
a:active { color:#007fb2;}

/* pop up */

#leftcolumn{
float:left;
width:150px;
height: 200px;
padding:10px;
border:2px solid #c2e0ed;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #CCC;
}

#leftcolumn a:hover{
background-color: #eaf8fe;
}

#rightcolumn{
float:left;
width:340px;
min-height: 280px;
margin-left: 10px;
padding:10px;
border:2px solid #c2e0ed;
}

* html #rightcolumn{ /*IE only style*/
height: 280px;
}

.subline {
	color: #007fb2;
}
