/*Maincontent*/

a:link, a:visited{
	color:#333;
}


.contentmain li {
	background-image: url(pics/dot-red.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}


h1{
	color: #333;
	font-size:30px;
display:inline;


}

h2{
	color: #D9001B;
	font-size:22px;
	font-weight:bolder;
margin-top:-8px;

}

h3{
	color: #D9001B;
	font-size:16px;
	font-weight:bolder;
display:inline;

}


h4, h5{
	color: #333;
}

ul, ol {
	margin-top:0px;

}

p{
margin-top:0px;

}


/*tabellen */
.tabborder {
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	padding:2px;
	padding-right:6px;
}

.tabborder th{
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	text-align:left;
}

.tabheader{
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	text-align:left;
	font-weight:bold;
	background-color:#cccccc;

}

.adresse{
	border: 0px;
	border-top: 1px solid #999999;
	padding-left:16px;
padding-top:4px;

}

.contentmain li{
	list-style-type: none;
	background: url(arrow.gif) no-repeat 0 .4em;
	padding-left: 10px;
	margin-left: -30px;
}


