/* ------------------------------------------------------------------------ */
/* style sheets für evia, 2011							*/
/* realisation and author:  melanie randlkofer  	*/
/* ------------------------------------------------------------------------ */


/* -------------------------------------------------------------------- */
/* globale Einstellungen */
	
	body, html {
		margin: 0px;
		padding: 0px;
		height: 100%;
		}
	
	

/* -------------------------------------------------------------------- */		
/* Schriftklassen */
	
	body {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px; 
		line-height: 20px;
		color: #6d6d6d;
		background-color: #eee8e0;
	}
	
	
	/* allgemeine Linkdarstellung */
		a 			{ text-decoration: none; color: #a98b62; }
		a:hover 	{ color: #333333; }
		
		
	/* allgemeine Betonungen */
		h1 {
			font-size: 22px;
			line-height: 30px;
			font-weight: normal;
			font-style: normal;
			color: #d20069;
		}
		
	
		h2 {
			font-size: 12px;
			font-style: normal;
			font-weight: bold;
			margin: 0px;
			padding: 0px;
			color: #48310e;
		}
		
	
/* -------------------------------------------------------------------- */
/* Seitenaufbau */

	/* Seitenlayout */
		
	
	/* Navigation ----------------------------------------------------- */
		

			.navi {
				width: 700px;
				position: relative; 
				top: 224px;
				text-align: left;
				z-index: 10;
			}
			
			
			
			#navibox  {				
				width: 113px; height: 24px; font-size: 12px; color:#a98b62; text-align: middle; 
				margin-bottom: 3px;
				
				text-align: center; 
				
							
			}
			
			#navibox a {
				width: 113px;
				float:left;
				height: 24px;
				color: #a98b62;
				background-repeat: no-repeat;
				background: url(bilder/navi_bg2.jpg) ;
			}
			
			#navibox a:hover {
				background: url(bilder/navi_bg.jpg) ;
				background-repeat: no-repeat;
			}
		

			

		

		
		
	/* Inhaltsbereich -------------------------------------------------- */
		

		p {
			margin: 0px 0px 11px 0px;
			padding: 0px;
		}
		
		.clearer 	{ clear: both; }
		

		#inhalt		{ 
		width: 456px;
		text-align: left;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px; 
		border:solid 2px;
		border-color: #a98b62;
				
		background: url(bilder/plan.gif) no-repeat ;
		margin-bottom: 5px;
		
		}
		
	
	
			#impressum {
			position: relative;
			font-size: 11px;
			text-align: left;
			margin-left: 15px;	
				
				
				
		}
		
		#impressum a {
				color:#d8bf9c;
			}
			
					#impressum a:hover {
				color:#333333;
			}
	
	/* Seitenspezifische Objekte -------------------------------------------------- */	
	
		/* Start / Kontakt */	
		
			#kontaktbox {				
				background-color:#a98b62; width: 490px; height: 210px; font-size: 13px; color:#FFF;  padding-right: 10px; padding-top: 10px;
				margin-bottom: 3px;
			}
			
			#kontaktbox a {
				color: #ffffff;
			}
			
			#kontaktbox a:hover {
				color: #eee8e0;
			}


			

			
			
			                                                                              