g/* ---Allgemein--- */

html, body{
	height:100%;
}
body,form{
	margin:0; 
	padding:0;
	/*dyn background: #000;*/
}
body, p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
a{
	text-decoration: none;
}
a img{
	border:0px;
}

.headerPic{
	text-align:center;
	width:970px;
}

.trennlinie_h{
	border-bottom:1px dashed #9c9c9c;
}

.errMsg{
	color:red;
	font-weight:bold;
}

.infMsg{
	color:black;
	padding-left:20px;
	background: url(/img/m/msg_ok.gif) no-repeat 0 0px;	
}


/* ---Seiteneinteilung--- */

#komplettrahmen{
	width:970px;
	min-height:400px;
	height:auto!important;
	height:400px;
	/*dyn background: #000;*/
}
#kopfzeile{
	min-height: 10px;
	height: auto !important;
	height: 110px;
	/*dyn background: #000;*/
}

#inhalt{
	float:left;
	width:740px;
	min-height:400px;
	height:auto!important;
	height:400px;	
}

#fusszeile{
	clear:both;
	padding:10px 10px 10px 230px;
	text-align:center;
	/*dyn background: #000;*/
}



/* ---Kats-Links--- */

#hauptmenue_start{
	float:left;
	width:205px;
	padding:0 7px;
	font-size:12px;
	height: 100%;
}
#hauptmenue_start p, #hauptmenue_start ul, #hauptmenue p, #hauptmenue ul{
	margin:0;
	padding:0;
}
#hauptmenue{
	float:left;
	padding:0 7px;
	font-size:12px;
}

#hauptmenue_start ul, #hauptmenue li{
	list-style-type:none;
}
#hauptmenue_start ul, #hauptmenue ul{
	padding-left:5px;
}
#hauptmenue_start li{
	margin-top:0px;
}

.catEntry{
	height: 20px; 
	overflow: hidden;
	white-space:nowrap;
}

.trennlinie{
	background:url(/img/m/bg_trennlinie.gif) bottom repeat-x;
	height: 2px;
	margin-top:15px;
	margin-left:10px;
	margin-right:15px;
}


/* ---Reiter--- */

.start_teaser{
	min-height:250px;
	height:auto!important;
	height:250px;
/*background:#f2f2f2 url(/img/m/gruen_oben_740.gif) top left no-repeat;*/
}
.start_teasermenue{				
	height:23px;
	padding:22px 0 0 25px;
	padding:2px 0 0 25px;
	overflow:hidden;
}
.start_teasermenue ul, .start_teasermenue li{
	margin:0;
	padding:0;
	list-style-type:none;
}
.start_teasermenue li, .start_teasermenue .on{
	float:left;
	line-height:23px;
	margin-right:2px;
	/*dyn background:#f2f2f2 url(/img/m/startteaser_reiter_left.gif) top left no-repeat;*/
}
.start_teasermenue li a, .start_teasermenue .on a{
	display:block;
	padding:0 10px;
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
	/*dyn background:url(/img/m/startteaser_reiter_right.gif) top right no-repeat;*/
}



/* ---Inhalt--- */

.scrollkasten_sp{
	/*dyn background:#000;*/	
	overflow:auto;
	min-height:550px;
	height:auto!important;
	height:550px;
}

.cmscont1{
	padding:5px;
	margin:7px;
}
.cmscont2{
	padding:0px;
	margin:0px;
}

.eintrag{
	margin-bottom:10px;
	padding-bottom:10px;
}

#listentyp1 .detail{
	margin-bottom:10px;
}

/* ---Intern--- */

.register input, .register select{
	width:200px;
	border: 1px solid #999;
}
.register select{
	width:204px;
}

.contentFrame{
	background:#f6f6f6; 
	border:1px solid #999;
	padding: 10px;
}

.box_link_blau{
	padding-left:10px;
	font-size:11px;
	color:#0768ae;
	background: url(/img/detailseite/dot.gif) no-repeat 0 5px;
}

.ueberschrift2{
	width: 705px;
	background:#eee; 
	border:1px solid #999;
	padding-left: 10px;
	color: #666;
}


