@charset "utf-8";
/* ==========================================
Stylesheet zur Formatierung am Bildschirm
Datei: monitor.css
Datum: 090728
Autor: creativwerk  
=================================== */

/* ????????sternchenselector??????????? */ 



@media screen { 

/* ======================================
   1. nur index
   ====================================== */
h1 { font-size:20px; font-weight:100; color: #990000; padding:15px 0 0 0;}
h6 { font-size:9px; font-weight:100; color: #666; padding:5px 0 0 20px; line-height:10px;}
#wrapper {background-image: none;}
#ticker{ visibility:hidden;}
#header {
   position: relative;
   background-color: #fff;
   padding: 10px 20px 0 20px;
   margin: 0;
   border-bottom:#CCCCCC solid 1px;
   min-width: 500px;
}
	   
#info { 
	position:absolute; top: 250px; right: 10px; 
	margin: 0px; padding: 0px; 
	width: 200px; height: 60px;
	color: #666; background-color: #fff; 
/*	background-image: url(../layout/higr_info.jpg); background-repeat:repeat-y; */
	border: 1px solid #dedede; border-right: 1px solid #dedede;
}

#service { border-bottom: 1px solid #dedede; padding-left:20px; color:#999999;}
#thema { border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; padding-left:20px; color:#999999;}

#indexapfel {    
	position: relative;
   background-color: #fff;
   text-align: center;
   margin: auto;

/*  background-image: url(../layout/index_apfel.jpg); 
   background-position:center; 
   background-repeat:no-repeat;
*/
}
#indexapfel a { border-bottom: 0;}
#indexapfel a:hover { border-bottom: 0;}
#indexapfel a:focus { border-bottom: 0;}

#menu1  { margin: 0; height:25px; background-image:none;    border-bottom:#CCCCCC solid 1px;
	
	}

#menu1 span { 
	font-size: 100%; font-weight:bold; color: #CC0000; 
	background-image: none; 
	padding:5px 25px 5px 0px;  
	border: none; 
	}
	
		ul#navi1  {margin:0; padding: 0 15px; height: 25px;  border-bottom:#CCC solid 1px;  border-top:0;  
	}
	ul#navi1 li { display:inline; font-size: 18px;  }
	ul#navi1 span { padding: 4px 10px 0 0px; }
	ul#navi1 a { padding: 2px 0 0 20px; background:url(../layout/selectbox_o_kakerl.gif) left top no-repeat; border:none; }
	ul#navi1 a:hover, ul#navi li#active { padding: 2px 0 0 20px; background:url(../layout/selectbox_m_kakerl.gif) left top no-repeat;}


#content {
	position: relative;
   background-color: #fff; 
   margin: 0;
   padding: 0px;

}
#text { margin:0; position:relative;
		text-align: left; 
		background-image:url(../layout/higr_text.jpg); background-repeat:repeat-x; background-position: }


	#text ul {
		list-style-type:none;
		overflow:hidden;
		}
		#text ul li { 
		float:left;
		/*width: 30%;*/
		list-style-type:none;
		padding: 0px 10px;
		margin: 5px 0;
		border-left: 1px solid #dedede;
		border-top: 1px dotted #dedede;
		overflow:hidden;
		background:none;
		}
	#text img {float: right; margin: 10px 0px 0px 10px ; border-left: 1px solid #dedede; overflow:hidden;}


#info { position:absolute;
	margin: 0;
	top: 15px;
	right: 0;
   width: 200px;
   color: #666; 
   padding: 2px 5px 10px 5px;
 
}

/* ==================================== 
   3. Sonstige Styles 
   ==================================== */

} /* Ende @media - nicht löschen! */ 

/* ======================================= 
   E N D E  bildschirm.css 
   ======================================= */