@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	height: 860px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#wrapper .content #div1 #div_button {
	height: 200px;
}
#header {
	height: 100px;
	background-image: url(../images/header.png);
}
#navi {
	background-color: #004595;
	height: 760px;
	width: 100px;
	float: left;
}
#main {
	float: left;
	position: absolute;
	width: 877px;
	margin-left: 100px;
	left: 190px;
	top: 105px;
	height: 729px;
}
#datum {
	margin-left: 45px;
}
#back_button {
	background-color: #FF0000;
	float: right;
	margin-right: 200px;
}
#footer {
	height: 140px;
	float: right;
	width: 830px;
	background-image: url(../images/DCD_logo.gif);
	background-position: right;
	background-repeat: no-repeat;
	display:inline
}
#hinweis {
	float: left;
	width: 250px;
	padding-left: 20px;
}
#bild3 {
	background-color: #D3031C;
}
#bild2 {
	background-color: #D3031C;
	margin-top: 18px;
	margin-bottom: 18px;
}
#bild1 {
	background-color: #D3031C;
	margin-top: 310px;
}
#pressetext {
	float: left;
	padding-left: 20px;
	padding-top: 50px;
}
#flyer {
	float: right;
	padding-top: 50px;
	padding-right: 250px;
}
#sponsor {
	padding-top: 50px;
	padding-left: 260px;
}
a:visited {
	color: #004595;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
