/* BASIC CSS */
body {
	background-color: #9d1021;
}

P, OL, DIV, TD {
	font-family: verdana, arial;
	font-size: 12px;
}

H1, H2, H3 , SPAN {
	font-family: verdana, arial;
}

H1 {
	font-size: 20px;
}
H2 { font-size: 18px; }
H3 { font-size: 16px; }

HR {
  height: 1px;
  color: #eeeeee;
}

P { margin: 0px 0px 1px 0px;}
H1 { margin: 15px 0px 10px 0px; }
H2, H3 { margin: 5px 0px 1px 0px;}
INPUT, TEXTAREA { margin: 0px 0px 0px 0px; }
SPAN { margin: 0px 0px 0px 2px; }

DIV {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

A {
	text-decoration: none;
	color:black;
}
A:hover {
	text-decoration: underline;
	color: #9d1021;
}

/* LAYOUT */
div#box {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

div#box_center {
	position: relative;
	z-index: 1;
	text-align: left;
	width: 950px;
	background-image: url('../images/box.jpg');
	background-repeat: repeat-y;
	float: left;
}

/* HEADER */
div#header {
	position: relative;
	text-align: left;
	width: 950px;
	height: 25px;
	background-color: #9d1021;
}

div#header P {
	font-size: 10px;
	color: #FFFFFF;
}

div#header A {
	color: #FFFFFF;
}

/* TOP */
div#top {
	position: relative;
	width: 950px;
	height: 125px;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	/*cursor: pointer;
	link();
	onclick = "window.location.href = 'http://www.url.com';
	onmouseover */
}

div#top a {
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
}

/* NAVI */
div#navi_area {
	position: relative;
	z-index: 7;
	width: 950px;
	height: 24px;
}

div#navi_space {
	position: relative;
	width: 203px;
	height: 24px;
	/*margin-left: 5px;*/
	margin-left: 25px;
	background-image: url('../images/menu_spacer.jpg');
	background-repeat: repeat-x;
	float: left;
}

div#login_link {
	margin-left: 5px;
	width: 100px;
	height: 24px;
	/*background-image: url('../images/login.gif');
	background-repeat: no-repeat;*/
}
div#login_link a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
}

div#menu_top {
	position: relative;
	width: 695px;
	height: 24px;
	/* margin-right: 7px;*/
	margin-right: 27px;
	float: right;
	text-align: center;
}

/* DROP DOWN */
.menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.menu, ul.menu ul {
	list-style-type: none;
}

ul.menu a {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

ul.menu a.active {
	padding-top: 5px;
	background-image: url('../images/mmenu_r_a.jpg');
	background-repeat: no-repeat;
	color: #9d1021;
	height: 24px;
	width: 139px;
}
ul.menu a.inactive {
	padding-top: 5px;
	background-image: url('../images/mmenu_r_ia.jpg');
	background-repeat: no-repeat;
	color: #000000;
	height: 24px;
	width: 139px;
}

ul.menu ul a {
	padding: 1px 5px 1px 5px;
	font-weight: normal;
}

ul.menu li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

ul.menu li.menu_2 {
	border: 1px solid #b1b1b1;
}

ul.menu ul {
	padding: 0px 0px 0px 0px;
	margin: -4px 0px 0px 0px;
	position: absolute;
	background-color: #ffffff;
	display: none;
	min-width: 138px;
	text-align: left;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
	width:138px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
	display:block;
}

ul.menu ul li {
	float:none;
	background-color: transparent;
}

/* SUB AREA */
div#sub_area {
	z-index: 4;
	position: relative;
	margin-top: 5px;
	width: 950px;
}

/* SUB_NAVI */
div#sub_navi {
	position: relative;
	width: 200px;
	/*margin-left: 8px;*/
	margin-left: 28px;
	margin-top: 15px;
	float: left;
}

/* LOGOSPACE */
TD#logo_space {
	padding-left: 5px;
}

/* LEVEL 2 */
TD#menu_sub {
	/*height: 300px;*/
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

TD#menu_sub DIV {
	width: 95%;
	height : 16px;
	padding-top: 4px;
	padding-bottom: 2px;
}

TD#menu_sub DIV A {
	/*color: #9d1021;*/
	text-decoration: none;
}
TD#menu_sub DIV A:hover {
	text-decoration: underline;
	color: #9d1021;
}

/* LEVEL 2 normal state (NO) */
TD#menu_sub DIV.menusub-level2-no {
	font-size: 12px;
	padding-left: 5px;
}

/* LEVEL 2 active state (ACT) */
TD#menu_sub DIV.menusub-level2-act {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	background-color: #9d1021;
}

TD#menu_sub DIV.menusub-level2-act A {
	color: white;
}

/* LEVEL 3 normal state (NO) */
TD#menu_sub DIV.menusub-level3-no {
	font-size: 11px;
	padding-left: 13px;
}

/* LEVEL 3 active state (ACT) */
TD#menu_sub DIV.menusub-level3-act {
	font-size: 11px;
	font-weight: bold;
	padding-left: 13px;
}

TD#menu_sub DIV.menusub-level3-act A {
	color: #9d1021;
}

/* CONTENT */
div#contents {
	position: relative;
	/* margin-right: 15px;*/
	margin-right: 35px;
	float: right;
	width: 680px;
}

div#contents input, select, textarea {
	font-size: 12px;
	/*color: #111111; */
	color: #9d1021;
	font-family: verdana, Arial;
	background: #ffffee;
	border: 1px solid #4A4A4C;
	padding: 1px;
	
	-moz-border-radius-bottomleft:4px; /*Moz-Chrome*/
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius: 4px;	/*Safari*/
}
div#contents input:hover, select:hover, textarea:hover {
	border: 1px solid #9d1021;
}
div#contents input {
	width: 200px;
	height: 20px;
}

div#contents input.button {
	padding: 3px 12px 3px 12px;
	width: 100px;
	height: 25px;
}
div#contents input.button:hover {
	background: #9d1021;
	border: 1px solid #4A4A4C;
	color: #ffffff;
}

div#contents td {
    vertical-align: top;
    margin: 0;
}

TD#content P.bodytext {
	max-width: 680px;
	overflow: hidden;
}

TD#content TABLE.imgtext-table {
	max-width: 680px;
}

/* BOTTOM */
div#bottom {
	clear: both;
	position: relative;
	width: 950px;
	height: 89px;
	background-image: url('../images/bottom.jpg');
	background-repeat: no-repeat;
}

/* BUTT */
div#butt {
	position: relative;
	width: 950px;
	height: 30px;
	background-color: #9d1021;
}

/* STYLES */
div.csc-textpic-intext-left {
	position: relative;
	clear: both;
}

div.csc-header {
	position: relative;
	clear: both;
}

h1.csc-firstHeader {
	color: #9d1021;
}

.align-center {
	text-align: center;
}

span.red {
	color: #9d1021;
}

#content {
	line-height: 1.5;
	color: #666666;
    padding-right: 5px;
}

#content A {
	text-decoration: underline;
	color: #666666;
}

#content A:hover {
	text-decoration: underline;
	color: #9d1021;
}

div.rootline {
	height: 0px;
}
div.rootline, div.rootline a {
    font-size: 9px;
    color: #666666;
}

div#news {
    width: 195px;
    border-left: 1px dotted #bd2925;
    padding-left: 5px;
    padding-top: 5px;
    color: #666666;
}

div#news br.clear {
    clear: both;
}

div#news h3 a {
    text-decoration: underline;
	color: #666666;
}
div#news h3 a:hover {
	text-decoration: underline;
	color: #9d1021;
}

div#news .news-latest-date a {
    text-decoration: none;
    color: #666666;
}
div#news .news-latest-date a:hover {
    text-decoration: underline;
    color: #9d1021;
}

div#news strong {
    font-weight: normal;
}

.news-single-item h3 {
    line-height: 1.3;
}

/* Don't display spacer GIF (included around News images, etc) */
img.spacer-gif {
    display: none;
}

/* TMAIL */
div.tx-pilmailform-pi1 div, legend, input {
	line-height: normal;
}

div.tx-pilmailform-pi1 div {
	padding-top: 4px;
	padding-top: 4px;
}

div.tx-pilmailform-pi1 .normal {
	font-weight: bold;
}

div.tx-pilmailform-pi1 .normalerror_form {
	font-weight: bold;
	color: #9d1021;
}

div.tx-pilmailform-pi1 fieldset {
	margin-bottom: 5px;
	border: 1px solid #9d1021;
	padding: 10px 10px 10px 10px;
}
div.tx-pilmailform-pi1 legend {
	border: 1px dotted #9d1021;
}

div.tx-pilmailform-pi1 label {
	float: left;
	width: 35%;
	margin-right: 7px;
	padding-top: 4px;
	text-align: right;
}

/*FE Login*/
div.csc-mailform-field label {
	float: left;
	width: 165px;
	margin-right: 7px;
	padding-top: 4px;
	text-align: right;
}

div.csc-mailform-field {
	padding-top: 4px;
	padding-top: 4px;
}

div.csc-mailform-field #mailformsubmit {
	margin-left: 172px;
	width: 100px;
	height: 24px;
}
