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

body {
	margin: 0;
	padding: 0;
	text-align: center;
}
body, th, td, input, textarea {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}
img {
	border-width: 0;
}
hr {
	background-color: #022851;
	height: 2px;
	border: none;
	margin-bottom: 1em;
}
.blau,
strong,
a {
	color: #022851;
}

#container {
	width: 950px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: url(images/layout/bg_container.png) no-repeat right bottom;
}
#nav {
	width: 300px;
	height: 650px;
	float: left;
	background: url(images/layout/bg_nav.png) no-repeat left top;
}
#nav ul {
	margin: 100px 0 0 40px;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	margin: 0;
	padding: 5px 0;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li.current a,
#nav ul li a:hover {
	color: #FF9900;
}

#chead {
	width: 650px;
	height: 150px;
	float: left;
	text-align: right;
	background: url(images/layout/bg_chead.png) no-repeat left top;
}
#logo {
	margin: 25px 30px 0 0;
}

#cbody {
	width: 500px;
	float: left;
	text-align: left;
	padding-bottom: 50px;
}
#cbody ul {
	margin: 0;
	padding: 0 0 1em 1em;
}
#cbody p,
#cbody form {
	margin: 0;
	padding: 0 0 1em 0;
}
#cbody p.list {
	padding: 0.5em;
}
#cbody p.colored {
	background-color: #FFFFAA;
}
#kontaktformular input.itext,
#kontaktformular textarea {
	width: 350px;
}
#kontaktformular textarea {
	height: 100px;
}

#csidebar {
	width: 150px;
	float: left;
	text-align: right;
	padding: 10px 0 5px 0;
	background: url(images/layout/bg_sidebar.gif) no-repeat left bottom;
}
#csidebar img {
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	cursor: pointer;
}

#cfoot {
	height: 100px;
	float: none;
	clear: both;
	background: url(images/layout/bg_cfoot.png) no-repeat left top;
}