* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #dddddd;*/
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	font-size: 12px;
	color: #515151;
}

p {
	line-height: 1.5em;
}

a:LINK, a:HOVER, a:VISITED {
	color: rgb(255, 136, 25);
}

#floating {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -215px;
	width: 1000px;
	height: 430px;
}

#top {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#navigation {
	float: left;
	width: 600px;
	margin-top: 29px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
	text-align: center;
	margin-right: 10px;
}

#navigation a {
	color: #515151;
	display: block;
	width: 105px;
	height: 14px;
	text-decoration: none;
}

#navigation a:HOVER, #navigation a.act {
	background-color: rgb(255, 136, 25);
	color: #ffffff;
}

#logo {
	float: right;
	width: 250px;
}

#content {
	float: left;
	width: 100%;
	border: 1px dotted #515151;
}

#content_image {
	float: left;
	width: 450px;
	border-right: 1px dotted #515151;
}

#content_image_border {
	float: left;
	width: 400px;
	height: 300px;
	margin: 24px;
	border: 1px solid #515151;
}

#content_text {
	float: left;
	width: 549px;
	background-image: url('images/linie.jpg');
}

#content_text_border {
	float: left;
	margin: 25px;
	height: 300px;
}

#content_text_justify {
	text-align: justify;
}

#content_text h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

#content_text h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

#content_text ul {
	list-style: none;
}

#content_text ul li {
	margin-bottom: 10px;
}

#prev {
	float: left;
	clear: both;
}

#next {
	float: right;
}

#bottom {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#bottom a {
	color: #515151;
	text-decoration: none;
}

#bottom a:HOVER {
	text-decoration: underline;
}