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,
b, u, i, center, 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;
	vertical-align: baseline;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
/* ============== Structure ============== */
body{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 100%;
}

textarea{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
}

#copy a{
	color: #fff;
	border-bottom: 1px dashed;	
}
#copy a:hover{
	border-bottom: 1px solid;
}

#container{
	width: 946px;
	height: 759px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/* background: url('/fileadmin/templates/img/eph_bkg_1.jpg') no-repeat 170px 45px; */
	z-index: 1;
}

#frame{
	position: absolute;
	width: 946px;
	height: 759px;
	background: url('/fileadmin/templates/img/border.gif') no-repeat;
	z-index: 100;
}

#content{
	position: relative;
	width: 492px;
	height: 355px;
	top: 280px;
	left: 365px;
	color: #fff;
	overflow: hidden;
}

#sidebar{
	position: absolute;
	width: 157px;
	height: 560px;
	top: 60px;
	left: 11px;	
	z-index: 200;
}

/* ============== Navi ============== */
ul#navi{
	margin: 25px 0 0 0;
	text-align: right;	
}

ul#navi li{
	margin: 0 0 6px 0;
	padding: 2px 0 2px 0;
}

ul#navi li a{
	background: #000;
	display: block;
	padding: 4px 5px 1px 0;
	color: #f8b334;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

ul#navi li a.active,
ul#navi li a:hover{
	color: #000;
	background: #a7b7c4;
}

ul#navi ul{
	margin: 2px 0 0 0;
	padding: 2px 0;
	background: none;
}

ul#navi ul li{
	background: none;
	margin: 3px 0 5px 0;
	padding: 0;
}

ul#navi ul li a{
	display: inline;
	color: #fff;
	background: #a7b7c4;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 5px 3px 10px;
}

ul#navi ul li a.active,
ul#navi ul li a:hover{
	color: #000;
}

#logo{
	margin: 0 0 7px 17px;
}

#claim{
	margin: 0 0 0 14px;
}

#lang_select{
	position: absolute;
	top: 640px;
	left: 5px;
}

#lang_select a{
	color: #333;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: bold;
}

#lang_select a:hover{
	color: #F8B334;
}
/* ============== content ============== */
#headline, 
#subline{
	text-align: right;
	margin: 0 0 8px 0;
}
#content h1{
	text-transform: uppercase;
	background: #000;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: -0.03em;
	display: inline;
	padding: 7px 4px 6px 5px;
	line-height: 35px;
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.75;
}
#content h2{
	text-transform: uppercase;
	background: #000;
	font-weight: normal;
	font-size: 18px;
	display: inline;
	padding: 6px 4px 3px 5px;
	line-height: 28px;
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.75;
}
#copy{
	/*overflow: hidden;*/
	height: 230px;
	width: 490px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#content p.bodytext{
	background: #000;
	padding: 10px 55px 25px 15px;
	line-height: 17px;
	margin-bottom: 40px;
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.75;

}

#copy table.contenttable p.bodytext{
	padding: 0;
}

#copy table.contenttable{
	width: 100%;
	background: #000;
	font-size: 11px;
	margin: 10px 0 40px 0;
}

#copy table.contenttable td{
	padding: 2px 0 2px 5px;
}

#copy table.contenttable tr.tr-odd{
	background: #222;
}

#copy table.contenttable tr.tr-0{
/*	background: #999;
	color: #000;*/
}

#copy table.divided-rows{
	width: 90%;
	background: #000;
	font-size: 10px;
	margin: 10px 0 20px 0;
}

#copy table.divided-rows td{
	padding: 1px 0 1px 1px;
}

#copy table.divided-rows tr.tr-odd{
	background: #000;
}

#copy h1{
	display: block;
	margin-top: -7px;
	font-size: 21px;
	padding: 10px 10px 0 15px; 
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.75;
}

#copy h1.csc-firstHeader{
	margin-top: 0;
}

#copy fieldset{
	background: #000;
	padding: 10px;
	margin: 10px 0;
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.75;
}

#copy label{
	float: left;
	width: 130px;
}

#copy label[for=mailformJa_informieren_Sie_mich_zuknft],
#copy label[for=mailformJa_senden_Sie_mir_die_aktuelle]{
	float: left;
	width: 310px;
}

#copy #mailformGeschlecht legend{
	display: none;
}

#copy input.csc-mailform-radio{
	padding: 0 10px;
}

fieldset#mailformGeschlecht{
	padding: 0;	
}

#copy label.radio_caption{
	width: 60px;
	float: none;
}

#copy span.error{
	color: #f90000;
	background: #fff;
	padding: 2px 4px;
	margin: 0 0 2px 0;
	display: block;
}

#copy .csc-mailform-field{
	clear: both;
	margin: 0 0 5px 0;
}

#copy .csc-textpic-image img{
	border-width: 5px;
}


/* ============== scrolling classes ================*/
.jScrollPaneContainer {
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
	padding: 5px 0;
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.75;
}
.jScrollPaneDrag {
	position: absolute;
/* 	background: #454545; */
	background: #F8B334;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #000 url('/fileadmin/templates/img/ctrl_up.gif') no-repeat 0 5px;
	height: 20px;
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.75;
}
a.jScrollArrowUp:hover {
	background: #000 url('/fileadmin/templates/img/ctrl_up_act.gif') no-repeat 0 5px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #000 url('/fileadmin/templates/img/ctrl_down.gif') no-repeat 0 5px;
	height: 20px;
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.75;
}
a.jScrollArrowDown:hover {
	background: #000 url('/fileadmin/templates/img/ctrl_down_act.gif') no-repeat 0 5px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* ============== scrolling classes ================*/

