/*
	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: 0.8em/100% 'Trebuchet MS', 'Tahoma Unicode', Verdana, sans-serif;
	line-height: 1.0em;
}

/* general */
a {
	color:#9C0;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* header */
#header {
	background:#0D0D75 url('../bilder/background_header_blau.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:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:100px;
	line-height:100px;
	margin:0 0 0 0px;
	width:180px;
}
#header_inside h1 span {
	color:#9c0;
}
#header_inside ul {
	float:right;
	height:100px;
	list-style:none;
	width:380px;
}
#header_inside ul li {
	border-right:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
	width:75px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#header_inside ul li a:hover {
	background:#fff;
	color:#111;
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
}

#header_inside_left {
	background: #fff url('../bilder/dothinkknow_419_100.jpg') center no-repeat;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 419px;
	height: 100px;
	background-color: #fff;
}

#header_inside_right {
	float: right; 
	margin-top: 0px;
	width: 380px;
}

/* content */
#content {
	background:#fff url('../bilder/background_content.jpg') center repeat-y;
	clear:both;
	width:100%;
}
#content_inside {
	clear:both;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#content_inside_sidebar {
	border-left:1px solid #bbb;
	clear:both;
	float:right;
	height:auto;
	line-height:175%;
	margin:5px 0;
	padding:0 13px;
	width:125px;
}
#content_inside_sidebar h2 {
	background:#fff;
	color:#000;
	font-size:110%;
	font-weight:400;
	padding:5px 0;
	text-align:right;
}
#content_inside_sidebar ul {
	letter-spacing:-1px;
	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:125px;
}
#content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
#content_inside_main {
	background:#fff;
	float:left;
	letter-spacing:-1px;
	line-height:175%;
	margin:0 0 0 100;
	padding:10px;
	width:620px;
	text-align: justify;
}
#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	font-size:125%;
	padding:0 0 2px;
}
#content_inside_main h2 {
	color:#ccc;
	font-size:115%;
}
#content_inside_main p {
	padding:0 0 10px;
}

#content_inside_main ul li {
	letter-spacing: -1px;
	list-style: disc inside;
	margin: 0 0 0 100;
}

/* footer */
#footer {
	background:#0D0D75 url('../bilder/background_footer_blau.jpg') center repeat-y;
	clear:both;
	height:120px;
	width:100%;
}
#footer_inside {
	border-left:1px solid #ffff;
	border-right:1px solid #ffff;
	height:120px;
	margin:0 auto;
	width:800px;
}
#footer_inside_left {
	height: 120px;
	margin: 0 0 0 0;
	width: 200px;
	float: left;
}
#footer_inside_middle {
	height: 120px;
	margin: 0 200 0 200;
	width: 400px;
}
#footer_inside_right {
	height: 120px;
	margin: 0 0 0 600;
	width: 200px;
	float: right;
}
#footer_inside p {
	color: #bbb;
	line-height: 100%;
	text-align: left;
	font-size: 90%;
	padding: 10px;
	float: none;
}
#footer_inside_middle p {
	color: #bbb;
	line-height: 100%;
	text-align: left;
	font-size: 80%;
	padding: 10px;
	float: left;
}

/* css für tabbed Panels */
	
.tab{
	color: #9c0;
	background-color: white;
	border: thin solid #ccc;
	text-align: center;
	font: 9pt Verdana,sans-serif;
	z-index: 2;
	padding: 2px 5px 5px 5px;
	cursor: pointer;
	position: absolute;
}
	
.panel{
	float: left;
	margin-top: 23px;
	margin-left: 0px;
	height: 570px;
	width: 600px;
	visibility: hidden;
	font: 12pt Verdana,sans-serif;
	color: #9c0;
	border: thin solid #ccc;
	padding: 3;
	position: absolute;
}
