@charset UTF-8;

/* !Allgemein */
/* ---------------------------------------------------------------------- */	

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	line-height: 13px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

img {
	border:0;
}

img a,
img a:link,
img a:visited,
img a:active {
/*
	line-height : 50px;
	
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
*/
}

td {
	padding:0!important;
}

.spacer {
	height:1px;
	width:1px;
	overflow:hidden;
/*
	border : 1px dashed red;
*/
	
/* Damit der IE auch kleine div-Höhen erlaubt.
 Es liegt daran, dass der IE in den Elementen eine gewisse
Zeilenhöhe (10-12px) für Text reserviert, auch wenn keiner
enthalten ist, und da die Elementhöhe "nur" einen Pixel
betragen soll, wird ihm mit overflow:hidden mitgeteilt, wie
er mit dem "Übergroßen" Inhalt umzugehen hat.overflow:hidden;
*/
}

.SpaltenAbstand {
	width:15px;
}

/*
#table1 {
	border : 1px dashed black;
}
#table2 {
	border : 1px dashed red;
}
#table3 {
	border : 1px dashed green;
}
#table4 {
	border : 1px dashed blue;
}
#table5 {
	border : 1px dashed orange;
}
#table6 {
	border : 1px dashed yellow;
}
#table7 {
	border : 1px dashed magenta;
}
*/

textarea,input {
	border:1px solid black;
	padding:2px;
	font-size:100%;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-decoration:none;
}


	
/* Wenn man das so angibt wird der Focus im IE6 auch für <input type="image"> Elemente angewendet */
/*
textarea:focus,
input:focus {
	background-color : #E6E4FF;
	outline : none;
}
*/

input {
	border:1px solid #999999;
	padding:2px;
}

iframe {
	border:0;
}




/* !General */
/* ---------------------------------------------------------------------- */

#mainWrapper {
	width: 970px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 118px;
}

#header {
	height: 30px;
	width: 946px;
	margin-bottom: 95px;
}

#logo {
    cursor: pointer;
	margin-left: 7px;
	width: 260px;
}

.logoLink {
    cursor: pointer;
	width: 260px;
}

.logoLink h1 {
    cursor: pointer;
	width: 260px;
}

#contentWrapper {
	width: 946px;
}

#menuWrapper {
	width: 420px;
	height: 430px;
	float: left;
	position: relative;
	margin-left: 11px;
}

#mainMenu {
	position: absolute;
	top: 0px;
	left: 155px;
	width: 125px;
	height: 295px;
}

#subMenu {
	position: absolute;
	top: 0px;
	left: 280px;
	width: 135px;
	height: 295px;
}

#teaser {
	position: absolute;
	top: 295px;
	left: 155px;
	
	width: 265px;
	height: 40px;
}

#content {
	width: 470px;
	height: 335px;
	float: left;
	margin-left: 45px;
}

#contentSlider {
	display: none;
}





/* !mainMenuItem */
/* ---------------------------------------------------------------------- */
	

.mainMenuItem {
}

.mainMenuItem a,
.mainMenuItem a:link,
.mainMenuItem a:visited,
.mainMenuItem a:active {
}

.mainMenuItem a:hover {
}


/* !mainMenuItemSelected */
/* ---------------------------------------------------------------------- */
	

.mainMenuItemSelected {
	color: #000000;
}

.mainMenuItemSelected a,
.mainMenuItemSelected a:link,
.mainMenuItemSelected a:visited,
.mainMenuItemSelected a:active {
	color: #000000;
}

.mainMenuItemSelected a:hover {
	color: #000000;
}

/* !mainMenuItemSub */
/* ---------------------------------------------------------------------- */
	

.mainMenuItemSub {
	margin-left: 14px;
}

.mainMenuItemSub a,
.mainMenuItemSub a:link,
.mainMenuItemSub a:visited,
.mainMenuItemSub a:active {
}

.mainMenuItemSub a:hover {
}


/* !mainMenuItemSubSelected */
/* ---------------------------------------------------------------------- */
	

.mainMenuItemSubSelected {
	margin-left: 14px;
	color: #000000;
}

.mainMenuItemSubSelected a,
.mainMenuItemSubSelected a:link,
.mainMenuItemSubSelected a:visited,
.mainMenuItemSubSelected a:active {
	color: #000000;
}

.mainMenuItemSubSelected a:hover {
	color: #000000;
}


/* !subMenuItemSub */
/* ---------------------------------------------------------------------- */
	

.subMenuItem {
}

.subMenuItem a,
.subMenuItem a:link,
.subMenuItem a:visited,
.subMenuItem a:active {
}

.subMenuItem a:hover {
}


/* !subMenuItemSubSelected */
/* ---------------------------------------------------------------------- */
	

.subMenuItemSelected {
	color: #000000;
}

.subMenuItemSelected a,
.subMenuItemSelected a:link,
.subMenuItemSelected a:visited,
.subMenuItemSelected a:active {
	color: #000000;
}

.subMenuItemSelected a:hover {
	color: #000000;
}

/* !FCE: Slider */
/* ---------------------------------------------------------------------- */

#sliderTextWrapper {
	width: 470px;
}

#sliderText {
	width: 470px;
	height: 295px;
	overflow-y: auto;
}

#sliderFooter {
	height: 40px;
	width: 470px;
}

#sliderFooter1 {
	float: left;
	width: 89px;
	margin-left: 4px;
}

#sliderFooter2 {
	float: left;
	width: 89px;
	margin-left: 4px;
}

#sliderFooter3 {
	float: left;
	width: 89px;
	margin-left: 4px;
}

#sliderFooter4 {
	float: left;
	width: 89px;
	margin-left: 4px;
}

#sliderFooter5 {
	float: left;
	width: 89px;
	margin-left: 4px;
}

/* !FCE: text Under Slider */
/* ---------------------------------------------------------------------- */
#textUnderSliderWrapper {
	width: 470px;
	margin-top: 20px;
}


/* !Login */
/* ---------------------------------------------------------------------- */

.csc-form-label-req {
	margin-top: 3px;
	margin-right: 10px;
}

