/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset Ende*/

body {
	background-color: #35291B;
	color:#404040;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:14px;
	margin:0;
}

#wrapper {
	position: relative;
	top:150px;
	width:908px;
	height:265px;
	margin:auto;
}

#logo {
	position:absolute;
	top:-40px;
	left: 0;
}

a:link {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	background-color: #000000;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a.active:link {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
a.active:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
a.active:visited {
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
}

/* Navi */
ul.nav1 {
	width: 150px;
	height: 260px;
	float: left;
	margin: 0;
	list-style-type:none;
	padding-top:5px;
}

ul.nav2 {
	position: absolute;
	left: 180px;
	top: 0;
	width: 150px;
	height: 260px;
	line-height:14px;
	list-style-type: none;
	padding-top:5px;
}

div.box3 {
	position: absolute;
	left: 345px;
	/* this is the trick to show the text at the bottom */
	bottom: 0;
	display: inline;
	vertical-align: bottom;
	/* trick end*/
	width: 150px;
	color: #ffffff;
}

ul.nav3 {
	padding-top: 10px;
}

ul.nav3 li {
	display: inline;
	margin-right: 7px;
}

ul.nav3 span {
	/*display: none;*/
}

ul.nav3 a {
	font-size: 8px;
	padding: 3px 4px;
	font-family: Helvetica, Arial, Sans-Serif;
	background: #000;
}
ul.nav3 a.active{
	background: #8f8e89;
}

ul.nav3 a img {
	width: 20px;
	height: 5px;
	background-color: #aaaaaa;
}
ul.nav3 a.active img {
	background-color: #ffffff;
}
ul.nav3 a:hover img {
	background-color: #ffffff;
}
/* Navi Ende*/

/* Content */
div.box3 p {
	padding-top:10px;
}

div#box4{
	float:right;
	width:400px;
	margin-top:0px;
	padding-top:0px;
}

/* allgemein */
img {
	border:none;
}

.csc-textpic-caption { color: #aaaaaa; }

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* Clearfix Ende*/