/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, SPAN{
	font-family: arial;
	/*font-size: 12px;*/
}
H1 { font-size: 18px; }
H2 { font-size: 16px; }

P, H1, H2 {margin: 0px 0px 5px 0px;}

/* Änderung für Links von Hannes */
 a { color: #DA251D; text-decoration:none; font-weight:bold; }
 a:visited { color: #666666; }
 a:hover { text-decoration:underline; } 
 
li	{ list-style-type:	disc;}
/*li	{ list-style-type:	none;
list-style-image:	url(/LI-markers/checkmark.gif); 
 }*/



.bodytext, UL {
	font-family: arial;
	font-size: 15px;
}

@media screen {
    html, body {
 //     height: 100%; overflow-y: hidden; 
 	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
    } 
}	
#container {
	position: relative;
	top: 0px;
	margin-top: -8px;
	//margin-top: -15px;
	width: 1000px;
	//height: 100%;
	text-align: left;
}
#top {
	position: fixed;
	top: 0px;
	width: 1000px;
	background-color: #ffffff;
	z-index: 99;
}
#logo {
	position: absolute;
	margin-top: 50px;
	margin-left: 20px;
	z-index: 100;
}

#nav {
	position: relative;
	width: 1000px;
	text-align: right;
	background-color: #ffffff;
	z-index: 97;
}
#nav img {
	margin-left: -17px;
}
#nav .vordergrund {
	position: relative;
	z-index: 98;
}
#flash {
	position: relative;
	width: 1000px;
	text-align: right;
	background-color: #ffffff;
	z-index: 97;
}
#trennlinie {
	position: fixed;
	//position: absolute;
	top: 150px;
	width: 1000px;
	height: 31px;
	background-image:url(../images/leiste.png);
	margin-top: -1px;
	z-index: 100;
}

/* Menu */
#left {
	position: fixed;
	//position: absolute;
	//height: 100%;
	top: 0px;
	bottom: 14px;
	//margin: 0px 0px 0px 0px;
	width: 250px;
	//width: 251px;
	border-right: 1px solid black;
	z-index: 15;
}
#menu {
	position: relative;
	top: 180px;
	border-top: 1px solid black;
	background-color: white;
	z-index: 20;
	
}
	
#menu .menu1-level1-no {
	padding: 10px;
	border-bottom: 1px solid #000000;
	background-image:url(../images/leiste-h.png);
	background-repeat: repeat-y;
	background-position: right;
}
#menu .menu1-level1-act {
	padding: 10px;
	border-bottom: 1px solid #000000;
	background-image:url(../images/leiste-h.png);
	background-repeat: repeat-y;
	background-position: right;
}
#menu .menu1-level1-act a {color: #DA251D;}
#menu a {
	font-size: 13px;
	color: black;
}
#bild {
	position: absolute;
	margin: 0px 0px 0px 0px;
	bottom: 2px;
	//bottom: 0px;
	/*border-right: 1px solid black;*/
	z-index: 13;
}
/* Content Zelle */
#content-container {
	
	//position: absolute;
	//float: left;
//	top: 0px;
//	left 0px;
//	height: 100%;
//	width: 100%;
	//overflow-y: scroll;

}

#content {
  	position: relative;
  	/*height: 101%;
   	overflow: auto;*/

   
   	top: 0px;
  	padding-left: 271px;
	//margin-left: 14px;
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	width: 720px;
	z-index: 5;
	//width: 1000px;
	margin-bottom: 60px;
	/*border-right: 1px solid black;
	border-left: 1px solid black;*/
}

#bottom {
	position: fixed;
	font-size: 12px;
	//position: absolute;
	bottom: 0px;
	//bottom: -16px;
	background-color: #ffffff;
}
#abhinten {
	position: fixed;
	//position: relative;
	width: 100%;
	/*text-align: right;*/
	bottom: 61px;
	//bottom: 168px;
	z-index: 0;
	//z-index: -10;
}
#abvorn {
	position: relative;
	z-index: 10;
}
#link {
	position: absolute;
	bottom: 13px;
	//bottom: 9px;
	right: 7px;
	width: 1000px;
	z-index: 100;
	text-align: right;
	vertical-align: top;
	color: #666666;
	font-weight: bold;
}
#link img { margin: 0px 7px -3px 7px;}
#link nobr {height: 18px;}
#link a {color: #666666;}

#service {
	position: fixed;
	//position: absolute;
	margin-left: 270px;
	top: 180px;
	width: 730;
	line-height:150%;
	background-color: #ffffff;
	z-index: 100;
}
#trennlinie2 {
	height: 25px;
	width: 730px;
	background-image:url(../images/leiste2.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	z-index: 110;
}

/* -------------------------                          --------------------------------*/
/* -------------------------  Styles für Formulare    --------------------------------*/
/* -------------------------                          --------------------------------*/
.nohover a:hover {
	text-decoration: none;
}
input, select, textarea {
    font-family: arial;
	font-size: 15px;
	}
   

.csc-mailform {
    vertical-align:top;
}

.csc-form-labelcell {
	width:160px;
	vertical-align:top;
	padding-top:10px;
	padding-left: 40px;
	font-size:15px;
}

csc-form-fieldcell{
	vertical-align:top;
	padding-top:10px;
}

.csc-form-label {
    vertical-align:top;
}

.csc-form-commentcell {	
    padding-left: 10px;
	font-weight:bold;
    font-size:16px;
}


