@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #00000;
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	background: #ffffff url(../images/dbu_main-bg.jpg) repeat-y;
}

/* Kopf */

#logo {
	margin-left: 30px;
	margin-top: 30px;
	width: 231px;
	height: 121px;
	background: url(../images/dbu_logo.jpg) no-repeat;
	clear: both;
}

#navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	color: #cab1a3;
	font-variant: small-caps;
	font-weight: bold;

	height: 16px;
	margin-left: 10px;
	padding-top: 105px;
	width: 550px;

	float: left;
	position: absolute;
	left: 271px;
	top: 30px;
}

#leistungen {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	color: #f3eeeb;
	font-variant: small-caps;

	height: 121px;
	margin-left: 50px;
	padding-top: 16px;

	float: right;
	position: absolute;
	left: 821px;
	top: 30px;
	
}

/* Inhalt */

#inhalt {
	position: absolute;
	margin-left: 30px;
	width: 450px;
	height: 370px;
	background-color: #ffffff;

	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
		
	left: 10px;
	top: 190px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;

}

#slideshow {
	position: absolute;
	width: 268px;
	height: 398px;
	background-color: #ffffff;
	left: 516px;
	padding: 1px;
	top: 190px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;

}	
	
	
#inhalt .headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}

#inhalt .text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	width: 350px;
}

/* Links */
#navigation a:link {
	color: #cab1a3;
	text-decoration: none;
}

#navigation a:hover {
	color: #cab1a3;
	text-decoration: underline;
}

#navigation a:active {
	color: #af9ba3;
	text-decoration: none;
	font-weight: bold;
}

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


#inhalt a:link {
	color: #000000;
	text-decoration: underline;
}

#inhalt a:hover {
	color: #000000;
	text-decoration: underline;
}

#inhalt a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#inhalt a:visited {
	color: #000000;
	text-decoration: underline;
}
