body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004987;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

table {
    border: 0px;
    margin: 0px;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #3188d2;
}

a:active {
	text-decoration: none;
	color: #3188d2;
}

a.content_link:link {
    text-decoration: underline;
    color: #004987;
}

a.content_link:visited {
	text-decoration: underline;
	color: #004987;
}

a.content_link:hover {
    text-decoration: none;
    color: #004987;
}

a.content_link:active {
    text-decoration: none;
    color: #004987;
}

a.lpc:link {
    text-decoration: none;
    color: #242424;
}

a.lpc:visited {
	text-decoration: underline;
	color: #242424;
}

a.lpc:hover {
    text-decoration: underline;
    color: #242424;
}

a.lpc:active {
    text-decoration: underline;
    color: #242424;
}

a.dots:link {
    text-decoration: none;
    color: #004987;
}

a.dots:visited {
	text-decoration: none;
	color: #004987;
}

a.dots:hover {
    text-decoration: none;
    font-weight: bold;
    color: #004987;
}

a.dots:active {
    text-decoration: none;
    color: #004987;
}

.headline {
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}
   
.inhalt {
    padding-left: 10px;
    padding-right: 35px;
}

.content_td {
    background: #3188d2;
    border-right: 5px solid #fe9901;
    padding-left: 20px;
}

.contact_td {
    background-color: #3188d2;
    padding-right: 20px;
}


.nw_text {
    color: #fe9901;
    font-weight: bold;
}

.menu_td {
    background: #004987;
    border-right: 5px solid #fe9901;
    border-bottom: 1px solid #fe9901;
    padding-right: 0px;
}

.outer_frame {
    border-right: 1px solid #004987;
}

.copyright {
    font-size: 10px;
    color: #242424;
    padding-top: 0px;
}

.content_scrolling {
    padding-right: 20px;
    padding-left: 10px
}

.menu_table {
    padding-right: 0px;
}

.floating_image {
    float: left;
    margin-right: 10px;
    border: 4px solid #ffffff;
}

.gallery {
    margin-left: 10px;
    margin-right: 28px;
    margin-top: 20px;
    margin-bottom: 18px;
    border: 4px solid #ffffff;
}


/*Menue*/
.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:right;
}

.topmenutitle{
	display:block;
	width:110px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:110px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}
#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {

}

.topmenutitle {
	text-indent:3px;
    background-color:#004987;
	text-decoration: none;
	border-left: 1px solid #fe9901;
	padding:3px;
	line-height:12px;
}

.submenuul {
	margin-top:0px;
	background-color:#004987;
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom:1px solid #fe9901;
	border-right:1px solid #fe9901;
	border-left:1px solid #fe9901;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #ffffff;

}

.submenuli a:hover{
	text-decoration: none;
	background:#3188d2;
	color: #ffffff;
}


