/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:13px sans-serif;
}

/* general */
a {
	color:#002080;	/* #9c0; */
	text-decoration:none;
}
a[name] {
	color:#666;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* header */
#header {
	background:#323232 url('image/background_header.jpg') center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:30px sans-serif;
	height:90px;
	line-height:40px;
	margin:10px 0 0 20px;
}
#header_inside ul {
	float:right;
	height:100px;
	list-style:none;
	padding-right:1px;
}
#header_inside ul li {
	border-left:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 15px 0 15px;
	text-align:center;
	text-decoration:underline;
}
#header_inside ul li a:hover {
	background:#fff;
	color:#111;
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
	text-decoration:none;
	cursor:default;
}

/* content */
#content {
	background:#fff url('image/background_content.jpg') center repeat-y;
	clear:both;
	width:100%;
}
#content_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#content_inside_sidebar {
	clear:both;
	float:right;
	min-height:800px;
	line-height:175%;
	margin:5px 0;
	padding:0 10px;
	width:200px;
}
#content_inside_sidebar h2 {
	border-bottom:1px solid #e9e9e9;
	background:#fff;
	color:#000;
	font-size:110%;
	font-weight:400;
	padding:5px 0;
	text-align:right;
	margin-top:10px;
}
#content_inside_sidebar ul {
	list-style:none;
	margin:0 0 10px;
}
#content_inside_sidebar ul li {
	list-style:none;
}
#content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:right;
	width:194px;
}
#content_inside_sidebar ul li a span {
	display:block;
	color:#323232;
}
#content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
#content_inside_main {
	background:#fff;
	float:left;
	line-height:150%;
	margin:0 auto;
	padding:10px;
	width:559px;
	border-right:1px solid #bbb;
	margin:20px 0;
}
#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	font-size:125%;
	padding:0 0 2px;
}
#content_inside_main h2 {
	font-size:135%;
	text-align:left;
	margin-top:30px;
}
#content_inside_main p {
	padding:10px 0 10px 0;
}
#content_inside_main ul {
	margin-top:5px;
	padding-left:15px;
}
#content_inside_main .bild {
	text-align:center;
}
#content_inside_main .hauptinhalt {
	border: 1px solid #666;
	padding: 10px 15px;
	text-align:justify;
}
#content_inside_main blockquote {
	text-align:center;
}

/* footer */
#footer {
	background:#323232 url('image/background_footer.jpg') center repeat-y;
	clear:both;
	height:100px;
	width:100%;
	color:#666;
}
#footer a {
	color:#666;
}
#footer_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	height:100px;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	line-height:100px;
	text-align:center;
}
#impressum {
	color:#fff;
	display:none;
}