/*Allgemein*/
body {
	font-size:101%;
	text-align:center;
}

body div,span,td,p{
	color:black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:-10px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-bottom:-10px;
}

body a {
 	color:#93aee5;
}

body a:hover {
	text-decoration:none;
}

body a img {
	border: none;
}

.print-link {
	background-image:url(/fileadmin/style/img/printer.png);
        background-repeat:no-repeat;
        background-position:left;
        padding-left:20px;
}

.top-link {
	background-image:url(/fileadmin/style/img/up.png);
        background-repeat:no-repeat;
        background-position:left;
        padding-left:20px;
}

.news-list-title a {
	color:black;
	text-decoration: none;
}

/*STYLES*/

#header-top {
	border-top: 5px solid white;
	height:25px;
	background-color:#93aee5;
}

#header {
	height:100px;
	width:850px;
	background-image:url(/fileadmin/style/img/header.png);
	background-repeat:no-repeat;
}

#search {
        border-top:5px solid #93aee5;
        width:200px;
        padding-top:8px;
        background-color:#93aee5;
}

#bradcrumb  {
	border-top:5px solid #93aee5;
        height:15px;
        background-image:url(/fileadmin/style/img/bg-nav-top.png);
	background-position:right top;
	background-repeat: no-repeat;
	padding-left:35px;
	border-right:1px solid #93aee5;
}

#left {
        margin:0px;
        width:200px;
        background-color:#e8e8e8;
        padding-bottom:50px;
}

#boxes-left {
	margin-top:25px;
	text-align:center;
}

#main {
	padding-top:20px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:50px;
	border-right:1px solid #93aee5;
}

#boxes-right {
	margin-top:25px;
	text-align:center;
}

#footer {
	border-top:5px solid #93aee5;
	height:30px;
	padding-top:20px;
	padding-left:235px;
	background-image:url(/fileadmin/style/img/bg-nav-top.png);
	background-position:right top;
	background-repeat: no-repeat;
}

#footer a {
	text-decoration:none;
	color:black;
}

#rahmen_blau {
	background-color: #c6d7f7;
	border: 1px solid #93aee5;
	text-align:left;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	
}

.marker-layer {
	background-color: #c6d7f7;
	border:1px solid #93aee5;
	padding:5px 5px 5px 5px;
	width:200px;
}

#dhtmltooltip {
        position: absolute;
        width: 400px;
        border: 1px solid black;
        padding: 2px;
        font-size:12px;
        background-color: lightyellow;
        visibility: hidden;
        z-index: 100;
        }
        
#dhtmltooltip td {
	color:#0D376C;
	font-size:12px;
	}