body {
	background-color: #FFF;

	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;
	color: #000;

	overflow-y: scroll;
}

#seite {

	position: absolute;

	top: 10px;
	left: 50%;

	width: 960px;
  	margin-left:-480px;
  	margin-top:0px;

  	z-Index: 1;
}

#seite #kopf {
	position: absolute;

	top: 0px;
	left: 0px;

    width: 960px;

}

#seite #kopf .kopf_schatten_l_bg {
	background-image:url(../images/schatten_links.gif);
	background-repeat: repeat-y;
	height:150px;
}

#seite #kopf .kopf_mitte_bg {
	background-image:url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

#seite #kopf .kopf_schatten_r_bg {
	background-image:url(../images/schatten_rechts.gif);
	background-repeat: repeat-y;
	height:150px;
}


#seite #kopf .kopf_schatten_l_bg2 {
	background-image:url(../images/schatten_links.gif);
	background-repeat: repeat-y;
	height:150px;
}

#seite #kopf .kopf_schatten_r_bg2 {
	background-image:url(../images/schatten_rechts.gif);
	background-repeat: repeat-y;
	height:150px;
}



#seite #kopf #logo_li {
	position: absolute;

	top: 0px;
	left: 55px;

    width: 100px;
    height: 130px;

    /*border: 1px solid #fff;*/

    text-align: center;
}

#seite #kopf #menu_oben_mi {
	position: absolute;

	top: 15px;
	left: 365px;

    width: 210px;
    height: 20px;

    /*border: 1px solid #fff;*/

    text-align: center;
}

#seite #kopf #menu_li {
	position: absolute;

	top: 150px;
	left: 10px;

    width: 210px;
    height: 25px;

    /*border: 1px solid #fff;*/

    text-align: left;

	background-image:url(../images/leiste_grau.gif);
	background-repeat: repeat-x;
}

#seite #kopf #menu_mi {
	position: absolute;

	top: 150px;
	left: 220px;

    width: 520px;
    height: 140px;

    /*border: 1px solid #fff;*/

    text-align: left;

    background-color: #FFF;

    z-Index: 50;

}

#seite #kopf #menu_re {
	position: absolute;

	top: 150px;
	left: 740px;

    width: 210px;
    height: 25px;

    /*border: 1px solid #fff;*/

    text-align: left;

	background-image:url(../images/leiste_grau.gif);
	background-repeat: repeat-x;
}

#seite #kopf #sprachwahl {
	position: absolute;

	top: 124px;
	right: 20px;

    width: 210px;
    height: 15px;

    /*border: 1px solid #fff;*/

    text-align: right;
}

#seite #kopf #suchbox {
	position: absolute;

	top: 10px;
	left: 740px;

    width: 210px;
    height: 20px;

    /*border: 1px solid #fff;*/

    text-align: left;
}

#seite #kopf #kopf_bilderbereich {
	position: absolute;

	top: 175px;
	left: 0px;

    width: 960px;
    height: 120px;

    /*border: 1px solid #999;*/
    z-Index: 20;
}

#seite #kopf #kopf_bilderbereich .kopf_bilderbereich_schatten_l_bg {
	background-image:url(../images/schatten_links.gif);
	background-repeat: repeat-y;
}

#seite #kopf #kopf_bilderbereich .kopf_bilderbereich_schatten_r_bg {
	background-image:url(../images/schatten_rechts.gif);
	background-repeat: repeat-y;
}

#seite #kopf #kopf_bilderbereich #kopf_bild_li {
	position: absolute;

	top: 0px;
	left: 10px;

    width: 210px;
    height: 120px;

    /*border: 1px solid #999;*/
	background-image:url(../images/kopf_bild_links.jpg);
	background-repeat: no-repeat;
}

#seite #kopf #kopf_bilderbereich #kopf_bild_mi {
	position: absolute;

	top: 0px;
	left: 220px;

    width: 540px;
    height: 120px;

	/*border: 1px solid #999; */
}

#seite #kopf #kopf_bilderbereich #kopf_bild_re {
	position: absolute;

	top: 0px;
	left: 740px;

    width: 210px;
    height: 120px;

    /*border: 1px solid #999;*/
	background-image:url(../images/kopf_bild_rechts.jpg);
	background-repeat: no-repeat;
}




#seite #kopf #statusbereich {
	position: absolute;

	top: 295px;
	left: 0px;

    width: 960px;
    height: 25px;

    /*border: 1px solid #999;*/
    z-Index: 50;
}

#seite #kopf #statusbereich .kopf_statusbereich_schatten_l_bg {
	background-image:url(../images/schatten_links.gif);
	background-repeat: repeat-y;
}

#seite #kopf #statusbereich .kopf_statusbereich_schatten_r_bg {
	background-image:url(../images/schatten_rechts.gif);
	background-repeat: repeat-y;

}

#seite #kopf #statusbereich #status_kategorie {
	position: absolute;

	top: 0px;
	left: 10px;

    width: 210px;
    height: 25px;

	background-color: #CCC; /* 0099FF */

    /*border: 1px solid #999;*/
}

#seite #kopf #statusbereich #status_sub_kategorie {
	position: absolute;

	top: 0px;
	left: 220px;

    width: 520px;
    height: 25px;

	background-color: #CCC; /* 0099FF */
    padding-top: 6px;
    /*border: 1px solid #999;*/
}

#seite #kopf #statusbereich #login_titel {
	position: absolute;

	top: 0px;
	left: 740px;

    width: 210px;
    height: 25px;

	/*
    background-image:url(../images/verlauf_gelb_25px.jpg);
	background-repeat: repeat-x;
	*/
	background-color: #CCC; /* 0099FF */

}

#seite #inhalt {
	position: absolute;

	top: 415px;
	left: 0px;

    width: 960px;

    /*border: 1px solid red;*/
    /*background-color: #fff;*/

    /*display: none;*/
    z-Index: 50;
}

#seite #statusline .inhalt_schatten_l_bg,
#seite #kopf .inhalt_schatten_l_bg,
#seite #inhalt .inhalt_schatten_l_bg {
	background-image:url(../images/schatten_links.gif);
	background-repeat: repeat-y;
}

#seite #statusline .inhalt_schatten_r_bg,
#seite #kopf .inhalt_schatten_r_bg,
#seite #inhalt .inhalt_schatten_r_bg {
	background-image:url(../images/schatten_rechts.gif);
	background-repeat: repeat-y;
}




#seite #inhalt #inhalt_td_li {

	width: 210px;
 	vertical-align: top;
    text-align: left;

    background-image: url(../images/hg_verlauf_menue.gif);
    background-repeat: repeat-x;
    background-color: #FFEEBB;
}

#seite #inhalt #inhalt_td_li #hauptmenu {

	padding-left: 0px;
	padding-right: 10px;
	padding-top: 15px;
}

#seite #inhalt #inhalt_td_mi {


 	vertical-align: top;
    text-align: left;
	width: 520px;
    background-color: #FFF;
}

#seite #inhalt #inhalt_td_mi #seiteninhalt {

	padding: 10px;
	padding-top: 25px;
	width: 500px!important;
	background-color: #FFF;

}

#seite #inhalt #inhalt_td_re {

	width: 210px;
 	vertical-align: top;
    text-align: left;

    background-image: url(../images/hg_verlauf_menue.gif);
    background-repeat: repeat-x;
    background-color: #FFEEBB;

}

#seite #inhalt #inhalt_td_re #spalte_re {
	padding-top: 25px;
	padding-left: 10px;
}

#seite #inhalt #inhalt_td_spacer {
	height: 3px;
}

#seite #inhalt #inhalt_td_spacer_grau {
	height: 10px;
    background-color: #ccc;
}

#seite #inhalt #inhalt_td_spacer_weiss {
	height: 10px;
    background-color: #FFF;
}

#seite #inhalt #inhalt_td_layout_fuss {

	height: 35px;
	width: 960px;

	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;

	text-align: right;
    vertical-align: top;

	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;

	/*border: 1px solid red;*/
}

#seite #inhalt #inhalt_td_text_fuss {

	padding-right: 10px;
	text-align: right;
    vertical-align: top;

	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;

}


.menu_oben_mitte_txt {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

.menu_oben_mitte_txt a {
	color: #FFF;
	text-decoration: none;
}

.menu_oben_mitte_txt a:hover {
	text-decoration: underline;
}

#seiteninhalt .csc-textpic-imagewrap {
	width: 490px;
	padding-left: 16px;
	padding-top:10px;
	height: 80px;
}



