 /* screen.css by formarteam Design Studio*/
 
 /* Normalisieren von margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalisieren der Schriftgröße für Überschriften */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
 
/* Entfernen von list-style aus Listen */
ol,ul {
	list-style: none;
}

/* Normalisieren von font-style und font-weight auf Normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Entfernen von list-style aus Listen */
table {
	border-collapse: separate;
	border-spacing: 0;
}

/* Entfernen von border aus fieldset und img */
fieldset,img {
	border: 0;
}

/* Linksbündigkeit von Text in caption and th */
caption,th {
	text-align: left;
}

/* Entfernen von Anführungszeichen aus q */
q:before, q:after {
	content: '';
}

/* Startup font weight */

h1,h2,h3,h4,p,a,li {
	font-weight: normal;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Standard-Schriftformatierung  */
h1 {
	font-size: 115%;
	line-height: 120%;
}
h2 {
	font-size: 110%;
	padding-top: 21px;
}
h3 {
	font-size: 90%;
	color: #ff00ff;
}
h4 {
	font-size: 70%;
}
h5 {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 2px;
}
p {
	font-size: 80%;
	line-height: 125%;
	text-decoration: none;
}
.banner {
	font-size: 80%;
	margin-top: 9px;
	line-height: 120%;
}
p.impr {
	font-size: 70%;
	margin-bottom: 4px;
	line-height: 100%;
}
.bold {
	font-weight: bold;
}
.boldbsp {
	font-size: 95%;
	font-weight: bold;
	padding: 9px 0 8px 0;
}
.pink {
	color: #ff00ff;
}
p.dark {
	color: #270127;
	font-weight: bold;
}

/* Links */
h3 a, h3 a:link, p.bold a, p.bold a:link {
    color: #ff00ff;
    text-decoration: none;
	font-weight: bold;
}
a, a:link {
    color: #ff00ff;
    text-decoration: none;
}
a:active, a:hover, h3 a:active, h3 a:hover, p.bold a:active, p.bold a:hover {
    color: #ffffff;
}
a.bildlink {
	display: block;
	border: #ff00ff 1px solid;
}
a:active.bildlink, a:hover.bildlink {
	border-color: #ffffff;
}
p.dark a, p.dark a:link {
	color: #ff00ff;
	text-decoration: none;
	font-weight: bold;
}
p.dark a:active, p.dark a:hover {
	color: #270127;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Seiteneinstellungen */
html {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
body {
	text-align: center; /* IE-Hack */
	margin: 0;
	background-color: #000000;
	color: #ffffff; /* Schriftfarbe für alle divs incl. Vererbungen */
}
/* Zentrieren der Seite */
div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 80%;
	min-width: 1024px;
	min-height: 800px;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Seitencontainer, Seitenränder*/
div#sitec {
	position: relative;
	width: 100%;
}
div#randl, div#randr {
	width: 20px;
	min-height: 800px;
	background-color: #f900f9;
}
div#randl {
	position: absolute;
	top: 0;
	left: 0;
}
div#randr {
	float: right;
}
div.randi {
	width: 100%;
	min-height: 800px;
	background: url(../images/bgside.jpg) repeat-x;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Header */
div#header {
	height: 200px;
	background: url(../images/bghead.jpg) repeat-x;
}
div#headspacer {
	position: relative;
	width: 100%;
	height: 15px;
	background: url(../images/transparent.gif);
}
div#headimg {
	width: 100%;
	height: 183px;
	background: url(../images/headimg.jpg) no-repeat;
}
div#logo {
	position: absolute;
	top: 44px;
	left: 60px;
	width: 302px;
	height: 100px;
	/*background: url(../images/cdlogo.png) no-repeat;*/
}
div#headertext {
	width: 290px;
	height: 145px;
	float: right;
	margin: 26px 25px 0 0;
}
div#aufmacher {
	position: absolute;
	width: 393px;
	height: 183px;
	top: 16px;
	right: 37%;
	background: url(../images/aufmacher.png) no-repeat;
}
div#headc {
	height: 183px;
	border-top: 1px solid #605960;
	border-bottom: 1px solid #605960;
	margin: 0 54px 0 54px;
	background: url(../images/headc.jpg) repeat-x;
}
div#headl {
	position: absolute;
	top: 15px;
	left: 40px;
	width: 14px;
	height: 185px;
	background: url(../images/headl.png) no-repeat;
}
div#headr {
	position: absolute;
	top: 15px;
	right: 40px;
	width: 14px;
	height: 185px;
	background: url(../images/headr.png) no-repeat;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Container Mitte*/
div#mid {
	position: relative;
	width: 100%;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Menüelemente */
div#menuc {
	position: absolute;
	top: 0;
	left: 20px;
	width: 214px;
	min-height: 600px;
	background-color: #0c000c;
}
div.menuci {
	width: 100%;
	min-height: 600px;
	background: url(../images/bgmenu.jpg) repeat-x;
}
div#menuci_inhalt {
	width: 184px;
	margin-left: 15px;
	padding-top: 30px;
}
div.trennliniem {
	width: 174px;
	height: 1px;
	margin: 18px 0 18px 0;
	background-color: #5b305a;
}
/* Menüformatierung */
ul.navi, .navi li {
	margin-left: 12px;
	list-style: none;
	font-size: 95%;
}
.navi li.active {
	display: block;
	padding: 4px 0 4px 14px;
	color: #ffffff;
	background: transparent url(../images/menuarrow.png) 0 -37px no-repeat;
}
.navi a {
	display: block;
	padding: 4px 0 4px 14px;
	color: #ffffff;
	background: transparent url(../images/menuarrow.png) 0 7px no-repeat;
}
.navi a:active, .navi a:hover {
	background-position: 0 -37px;
}
/* Adressfeld */
div.maddress {
	width: 161px;
	margin: 8px 0 0 23px;
}
div.logokl {
	width: 94px;
	height: 14px;
	margin: 50px 0 8px 23px;
	background: url(../images/cdlogo_kl.png) no-repeat;
}
div.logomed {
	width: 168px;
	height: 28px;
	margin-bottom: 16px;
	background: url(../images/cdlogo_med.png) no-repeat;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Content */
div#contentc {
	margin: 0 20px 0 234px;
	min-height: 600px;
	background-color: #950096;
}
div.contentci {
	width: 100%;
	min-height: 600px;
	background: url(../images/bgcontent.jpg) repeat-x;
}
/* h2-Header */
div.h2boxc {
	height: 47px;
	margin: 0 42px 0 45px;
	background: url(../images/h2boxc.png) repeat-x;
}
div.h2boxl {
	position: absolute;
	top: 16px;
	left: 257px;
	width: 22px;
	height: 31px;
	background: url(../images/h2boxl.png) no-repeat;
}
div.h2boxr {
	position: absolute;
	top: 16px;
	right: 40px;
	width: 22px;
	height: 31px;
	background: url(../images/h2boxr.png) no-repeat;
}
div.content {
	min-height: 470px;
	margin: 27px 46px 27px 46px;
}
div.contentil {
	float: left;
	width: 47%;
}
div.contentir {
	float: right;
	width: 47%;
}
div.contentic {
	float: left;
	width: 100%;
	margin-top: 21px;
}
div.contentic_1 {
	float: left;
	width: 100%;
}
div.trennliniec {
	width: 100%;
	height: 1px;
	margin: 7px 0 7px 0;
	background-color: #5b305a;
}
div.w3 {
	text-align: right;
	margin-top: 6px;
}
ul.textliste {
	font-size: 80%;
	line-height: 125%;
	list-style: disc inside;
}
div.bildcont_283px {
	float: right;
	width: 285px;
	padding-bottom: 6px;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Lightbox */
div.lb_hintergrund {
	position: absolute;
	width: 100%;
	height: 105%;
	top: 0;
	left: 0;
	background: url(../images/grau.png) repeat;
}
div.lb_frame {
	position: absolute;
	top: 35px;
	left: 30%;
	border: #ffffff 20px solid;
}
div.lb_textcont {
	padding-top: 12px;
	background-color: #ffffff;
}
div.lb_text {
	float: left;
	text-align: left;
	width: 85%;
	background-color: #ffffff;
}
div.lb_link {
	float: right;
	text-align: right;
	width: 15%;
	background-color: #ffffff;
}

/*  --------------------------------------------------------------------------------------------------------------- */
/* Footer */
div#copy {
	position: absolute;
	bottom: 12px;
	right: 40px;
	text-align: right;
}