
/***************************************************************************** 
Name           : main.screen.css 
Description    : - 
Restrictions   : - 
Notes          : - 
Language       : CSS 
Copyright      : http://www.edevis.de/ 
Author         : Christian Spiessberger 
Date           : 2004-06-01 
Version        : 1.0
******************************************************************************/

/*************************************LAYOUT*************************************/

*{	margin: 0 0 0 0;	padding: 0 0 0 0;	}

body
{
}

#header
{
	clear:both;	float:left;	width:100%; height:105px;	
	z-index: 1;	
	background-image: url(images/bild_mitte_oben105.jpg);	
	background-position: top;	
	background-repeat: repeat-x;		
}

#header #bild_links
{		
	position:absolute;	top:0px;	left:0px;	width:679px; 
	height:105px;	z-index: 3;		
	background-image: url(images/bild_links_oben105.jpg);		
	background-position: left;	background-repeat: no-repeat;		
}

#header #bild_rechts
{
	float:right;	width:324px; height:105px;	z-index:2;		
	background-image: url(images/bild_rechts_oben105.jpg);		
	background-position: right;	background-repeat: no-repeat;	
}

#trennstrich
{
	clear:both;	float:left;	width:100%; height:20px;		
	z-index: 4;			
	background-image: url(images/trennlinie.png);	
	background-position: top;	background-repeat: repeat-x;	
}

#inhalt{	clear:both;		width:100%;	min-height:381px;	}

#inhalt #banner_links
{
	width:67px;
	background-color:#a8aaad;	
	background-position: top;	
	background-repeat: repeat-y;
}

#inhalt #banner_links_bild
{
	position:absolute;	top:105px; left:0px;	width:67px; height:400px;	
}

#leiste_unten
{
	clear:both;	float:left;		margin-bottom:0px;		
	background-image: url(images/trennlinie.png);	
	background-position: top;	background-repeat: repeat-x;	
	width:100%; height:50px;		z-index: 2;		
}

#leiste_unten #pfeil_suche
{
	float:left;	margin-top:11px;	margin-left:0.8em;		
}
	
#leiste_unten #eingabefeld_suche
{
	float:left;	margin-top:10px;	margin-left:0.3em;		
	margin-right:0.3em;	
}

#leiste_unten #spacer
{
	float:left;	margin-top:10px;		margin-left:1em;		
	margin-right:1em;		
}

#leiste_unten #links
{
	float:left;	margin-top:14px;		
	font-family: Microsoft Sans Serif, Arial, Helvetica, Sans-Serif;        
	font-size:0.7em;	
}

/*************************************NAVIGATION*************************************/

#navi
{
	z-index:4;	
	background-color: #555555;
	padding-left: 5em;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	margin-bottom: 0.8em;
}


/*************************************UEBERSCHRIFTEN*************************************/

h1 
{
	font-family:Microsoft Sans Serif, Sans-Serif;		 
	font-size:1.2em;	 margin-top:10px;	 margin-bottom:10px;	 	 
	color:#FF8000;	     
}     

h2 
{
	font-family:Microsoft Sans Serif, Sans-Serif;	 color:#FF8000;		 
	font-size:1em;	 margin-bottom:15px;	 
}	 

h3 
{
	font-family:Microsoft Sans Serif, Sans-Serif;	 color:#808080;font-size:1.2em;		 
	margin-top:5px;	 margin-bottom:15px;	 border-bottom-style:solid;	 
	border-bottom-width:1px;	 border-color:#808080;	     
}
	
/*************************************LINKS*************************************/	 	 
a:link 
{
	color:#FF8000;		 		 
	text-decoration:none		 
}		 

a:visited 
{
	color:#FF8000;						
	text-decoration:none;
}			
a:hover 
{
	color:#FF8000;
	text-decoration:underline;
}		  

a:active 
{
	color:#FF8000;		   		   
	text-decoration:underline;		   
}    

/*************************************SONSTIGES*************************************/
input {  font-size:0.75em;	     line-height:1.4em 	     }    	
select { width:224;		 font-size:0.75em;		 line-height:1.4em		 	 	 }
textarea { }			
ul 
{
	list-style-type:none; 	 
	list-style-image:url(images/listen_zeichen.gif);	 
	margin-top:0.8em;		 
	margin-bottom:0.8em;   	 
}
li { margin-left:2em;		}
