/* content */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#0959BA;
}

a{
text-decoration:none;
color:#0959BA;
}

a:hover {color:#6D6E70;}

h1 { 
font-size:16px; 
}
h2{font-size:12px;
}
.pseudoh1 {
font-size:16px;
font-weight:bold;
 }

#content {
	font-size:12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#content a{
text-decoration:underline;
}

#content ul{
list-style:disc;
list-style-image:url(img/point.gif);
display:block;
color:#FBE400;
font-size:20px;
padding-left:5px;
line-height:150%;
}

#content td { 
padding-bottom:10px;

} 

#content div {
color:#0959BA;
font-size:12px;
line-height:150%;
}

td { 
text-align:left;
}
.footer {
font-size:10px; }

input, textarea {
	background-color:#FFFFFF;
	border-width:1px;
	border-left-style:solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color:#0959BA;
}

.point {
padding-right:10px;
}

/* Hintergrund */

.bg_left {
	background-image: url(img/back_left.jpg);
	background-repeat: repeat-y;
} 

.bg_right {
	background-image: url(img/back_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
} 

/* NAVI */

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:14px;
}

li { /* all list items */
	float: left;
	position: relative;
}

li ul { /* second-level lists */
	padding-top:13px;
	display: none;
	position:absolute;
	top: 1em;
	left:0;
	white-space:nowrap;
	font-size:12px;
}

li ul a:active, .active {
font-weight:bold;
 }
 
.activeist {
font-weight:bold;
text-decoration:underline; }

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}