@charset "utf-8";
/* Allgemeine Angaben*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #1c1c1c;
	color: #3a3a3a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
body#gray1 {
	background-color: #7f7f7f;
}
body#gray2 {
	background-color: #666666;
}
body#gray3 {
	background-color: #494949;
}
body#gray4 {
	background-color: #1c1c1c;
}
img {
	border: 0;
	vertical-align: top;
}
h1 {
	font-size: 1.33em;
	line-height: normal;
	margin-bottom: 0.5em;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
ul {
	margin: 0 0 1em 1.3333em;
}

div#holder {
	margin: 0 auto;
	text-align: left;
	width: 75em;
}

/*Head*/
div#logo {
	height: 4.8333em;
	margin: 6.6666em 0 0 7.4166em;
}
div#logoprint {
	display: none;
	visibility: hidden;
}
div#head {
	background: #1c1c1c url(../images/head1.gif) no-repeat;
	height: 5em;
	margin: 0 0 0.8333em 7.4166em;
	width:  64em;
}
div#head p {
	font-size: 0.75em;
	line-height: 1.25em;
	padding:  1.25em 0 0 9em;
}
div#headv3 {
	background: #1c1c1c url(../images/head1.jpg) no-repeat;
	height: 11.8333em;
	margin: 0 0 0.8333em 7.4166em;
	width:  768px;
}
div#headv3 p {
	font-size: 0.75em;
	line-height: 1.25em;
	padding:  10em 0.5em 0 46.5em;
}


/* Content*/
div#nav {
	float:  left;
	height:  auto;
	min-height: 19.25em;
	margin: 0 0 0 0;
	width:  7.4166em;
}
div#nav p {
	margin: 0 0 1em 0;
}

div#nav a {
	border-bottom: 2px dotted #3b74a0;
	color: #fff;
}
div#nav a.on {
	font-weight: bold;
}
div#content {
	background: url(../images/bg_content.gif) no-repeat;
	float: left;
	height: auto;
	min-height: 31.75em;
	padding: 2em 0 0 2em;
	width: 62em;
}
div#content p {
	margin: 0 0 1em 0;
}
div#content a:hover {
	font-weight: bold;
}
div#content div.ct_text {
	float: left;
	height:  26em;
	padding: 0;
	width: 30.1667em;
}
div#content div#ct_image {
	float: left;
	width: 25.5em;
}
div#content div.ct_drei {
	float: left;
	width: 20.6667em;
}
div#content div.ct_textwide {
	height: 28em;
	overflow: auto;
	padding: 0;
	width: 59.8333em;
}
div#content div.ct_textwide div.leftwrapper {
	clear: left;
	width: 57.3333em;
}
div#content div.ct_textwide div.left {
	float: left;
	width: 12em;
}
div#content div.ct_textwide div.leftlong {
	float: left;
	width: 45.3333em;
}
div#content div.ct_textwide div.leftimg {
	float: left;
	width: 29.6667em;
}
div#content div.ct_textwide div.leftimgtext {
	float: left;
	width: 27.6667em;
}


div#impressum {
	clear: left;
	color: #fff;
	font-size: 10px;
	margin: 0 0 0 8.75em;
	text-align: left;
	width: 100%;
}
div#impressum a {
	color: #fff;
}
div#impressum a:hover {
	font-weight: bold;
}

/* Foot */
div#foot {
	clear: left;
	height: 2em;
	margin: 0.75em 0 1em 0;
	width: 82.5em;
}
/* /Foot */

/* Formular */
input {
	background-color: transparent;
	border: 1px solid #000;
	height: 1.25em;
	margin-bottom: 0.25em;
	width: 16em;
}
input.send {
	border: 1px solid #fff;
	color: #fff;
	height: auto;
	margin-bottom: 0.25em;
	width: auto;
}

textarea {
	background-color: transparent;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 6em;
	width: 16em;
}


/*no see*/
div.ns {
	display: none;
}





