@charset "UTF-8";

body,td,th {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	text-align: justify;
	line-height: 2.4ex;
}
body {
	background-color: #d6d4c3;
	margin-left:0px;
	margin-top: 0px;
}

p {
	margin-top:8px;
	margin-bottom:2px;
}

ul {
	margin-top:5px;
}


a:link { 
 text-decoration:none;
 color:#003366;
}
a:visited { 
 text-decoration:none;
 color:#003366;
}
a:hover { 
 text-decoration: underline;
 color:#003366;
}
 
a:active {
 text-decoration:none;
 color:#003366;
}

/* custom classes */

.planungtd {
/*background-image:url(assets/planung_zeichnung_gr.jpg);
background-repeat:no-repeat;*/
}

.container {
	
	background-color: #FFF; 
	height:600px; 
	width:940px;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.contentbox{
	display:block; width:900px; height: 480px; margin:auto; margin-top:25px; border: 0px dotted #cccccc; position:relative;
}

.dstitle {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	font-style: italic;
}

.dstitle_small {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

.dstitle_normal {
	font-weight: bold;
	color: #003399; 
	font-style:italic;
}

.navibox {
	display:block; width:767px; height:100px; margin-left:20px; margin-top:25px; border-top: 1px solid #41539F;
	
}

.dslogo {
	position:absolute; top:530px; right:25px;
}


.navilink {
	display:block;
	padding:5px;
	padding-left:0px;
	padding-right:10px;
	border:1px;
	float:left; 
	font-size:13px;
}

.navilink_selected {
	display:block;
	padding:5px;
	
	padding-left:0px;
	padding-right:10px;
	border:1px;
	float:left; 
	color:#003399;
	font-size:13px;
}

.footnote{
	font-size:8px;
	position:absolute; 
	color:#666666;
	right:5px;
	bottom:0px;
}


.jubilaeum {
	background-image: url(assets/50_jahre.png);
	
	width: 100px;
	height: 102px;
	position:absolute;
	top:559px;
	right:-50px;
}


.angebote {
	width:899px; height:440px; overflow:auto;
}