/* =====================================
Stylesheet "Lexim Mobile"
Datum: 06.04.2008
Autor: Thorsten Wessels

Aufbau:	1. Allgemeine Styles
		2. Styles für Layoutbereiche
		3. sonstige Styles
=====================================*/

/* ========================
	1. Allgemeine Styles	
	=====================*/
	
	* {
		margin: 0;
		padding: 0;
	}
	
	h1 {
		color: #38322A;
		font-size: 20px;
		padding-top: 35px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 30px;
	}
	
	body {
		background-image: url(bilder/oben.gif);
		background-repeat: repeat-x;
		background-color: #38322A;
		color: #BEBCB5;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;	
		text-align: center;	
	}

	#logo {
		position: absolute;
		width: 270px;
		height: 80px;
	}
	
	img {
		border: 0;
	}

	/* ====================
		Hyperlinks		 */	
	
	a {
		color: #BEBCB5;
		font-size: 15px;
		text-decoration: none;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 5px;
		padding-bottom: 5px;
		border: 0;
	}

	a:hover {
		color: #B7A17F;
		background-color: #38322A;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		border: 1px solid #B7A17F;
	}
	
	#here {
		text-decoration: none;
		color: #B7A17F;
		font-size: 15px;
		background-color: #38322A;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		border: 1px solid #B7A17F;
	}

/* ==============================
	2. Styles für Layoutbereiche	
   ============================*/
   #kasten {
   		background-image: url(bilder/bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-position:top;
  	 	text-align: left;
   		width: 977px;
		margin-left: auto;
		margin-right: auto;

   }
   
   #imp {
		margin-left: 400px;
		width: 11px;
		height: 11px;
	}
   
   #navigation {
   		padding-top: 145px;
		padding-left: 195px;
		padding-bottom: 10px;
   }
		
		.nav {
			list-style-image: url(bilder/nav.gif);
			list-style-type: none;
			display: inline;
		}
		
		#suche {
			float: left;
			margin-top: 115px;
			margin-left: 35px;
			padding-top: 30px;
			padding-bottom: 10px;
		}
   
   		#clear {
			clear: both;
		}
   
   #inhalt {		
		width: 720px;
		height: 920px;
		background-image: url(bilder/bestandoben.jpg);
		background-repeat: no-repeat;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;	
		margin-bottom: 10px;
		border-bottom: 1px solid #BEBCB5;
   }
   
   		#bestand {
			padding-left: 20px;
		}
	   
	   p {
	   		padding-top: 15px;
			padding-left: 0px;
			padding-right: 0px;
			padding-bottom: 25px;
	   }
	   
	   

	#fussbereich {
		text-align: center;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	
		address {
			padding-top: 12px;
		}
		
		#fussbereich span a {
			font-size: 12px;
			color: #8A9E60;
		}

/* ====================================
	3. sonstige Styles	
	=================================*/
		
	#clear {
		clear:both;
	}
		
/* ====================================
	Ende des Stylesheets
	=================================*/
