@font-face {
	font-family: Gothic;
	local: Gothic;
	src: url(/fileadmin/fonts/GOTHIC.TTF);
}

@font-face {
	font-family: Mufferaw;
	local: Mufferaw;
	src: url(/fileadmin/fonts/mufferaw.ttf);
}

* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Century Gothic', Gothic, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #272727;
}

#page_wrap {
	background: #fff url('/fileadmin/layout/dunkelblau.png') repeat-x top;
	width: 100%;
	height: 346px;
}

#header {
	width: 886px;
	margin: 0 auto;
}

#navigation {
	width: 886px;
	height: 60px;
	margin: 0 auto;
	border-bottom: 2px solid #f7931e;
}

#content_wrap {
	width: 886px;
	margin: 0 auto;
	height: 89%;
}

#subnav {
	float: left;
	width: 180px;
	min-height: 200px;
}

#content {
	float: left;
	width: 480px;
	padding: 40px 10px 10px 10px;
}

#content_right {
	float: left;
	width: 196px;
	min-height: 200px;
	font-size: 90%;
	padding: 40px 0 10px 10px;
}

#footer_wrap {
	clear: both;
	background: url('/fileadmin/layout/hellblau.png') repeat-x bottom;
	width: 100%;
	height: 165px;
}

#footer {
	background: url('/fileadmin/layout/Footer.png') no-repeat bottom;
	width: 886px;
	height: 165px;
	margin: 0 auto;
}


/* Überschriften */

h1, h2, h3, h4 {
	background:#fff;
	font-weight: normal;
	font-family: Mufferaw;
	margin-bottom:0.5em;
}

h1 {
	color: #c7070c;
	font-size: 160%;
	padding-top: 10px;
}

h2 {
	font-size: 140%;
	color: #c7070c;
}

#content_right h1, #content_right h2 {
	color: #009966;
}

#content_right h1 a {
	color: #009966;
}

/* Navigation */
#navigation li, #navigatoin ul {
	display: inline;
}

#navigation li {
	height: 100%;
	padding: 0 20px 0 0;
}

#subnav ul {
	padding: 40px 0 0 0;
}

#subnav li {
	display: block;
	padding: 0;
	list-style: none;
}

#content ul, #content li {
	margin: 0 0 0 40px;
	line-height: 1.5em;
}

/* Links */
a, a:active, a:visited {
	text-decoration: none;
	color: #272727;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #f7931e;
}

/* Diverses */

div.csc-default {
	margin-bottom: 1em;
}
