@charset "utf-8";
/* CSS Document */


* {
	margin:0; padding:0;
}

/*Workaround, damit Inhalt bei kleinem Browserfenster nicht nach links oben verschwindet. Nur für IE 8.*/
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}


	/********************** Seite **********************************************
************************************************************************************************/

body {
	position: relative;
	min-height: 518px;
	min-width:1014px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:19px;
}

#seite {
	width:1014px;
	height: 518px;
	text-align:left;
	background: url(bilder/hg_inhalt.jpg) repeat-y;
	/*vertikale Zentrierung: */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -259px; /*halbe Boxhöhe */
	margin-left: -507px; /* halbe Boxbreite */
}

#kopf {
	width:1014px;
	height:172px;   /* 177 minus padding-top = 167 */
	background: url(bilder/kopf.jpg) no-repeat;
	padding-top:5px;   /* damit Navigation englisch Abstand zum oberen Rand hat*/
	text-align:right;

}

    #navigation {
		margin: 0;
		padding: 0;
		float: left;
		width: 227px;
		height: 295px;
		text-align: left;
    }
	
	
	#inhalt {
		margin-left: 227px;
		width: 787px;
		height: 295px;
		text-align:left;
	}
	
	
	#impressum {
		clear: both;
		width: 1014px;
		height: 22px;
		background: url(bilder/hg_inhalt.jpg) repeat-y;
	}
	

	#fuss {
		clear: both;
		width: 1014px;
		height: 24px;
		background: url(bilder/fuss.jpg) no-repeat;
	}
	

	/********************** Schriften, Design **********************************************
************************************************************************************************/
	
	#inhalt h1 {
		font-size:16px;
		font-weight:bold;
		line-height:21px;
		color:#9A9A9A;
		padding: 24px 60px 10px 28px;
	}
	
	#inhalt p {
		padding: 0 50px 10px 28px;
	}
	
	#inhalt table {  /* Angabe nur für IE 5 nötig */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:19px;	
	}
	
		#inhalt blockquote {
		font-size:12px;
	line-height:16px;
	color:#BBB;
	}
	
	

	/********************** Navigation Sprachen **********************************************
************************************************************************************************/
	
	#kopf ul {
		font:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#AEAEAE;
		text-decoration:none;
		display:inline;
		padding-right:30px;
		/*background-color:#C69;*/
	}
	
	#kopf li {
		display:inline;
	}
	
	#kopf a {
		font:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#AEAEAE;
		text-decoration:none;
	}
	
	#kopf a:hover {
		color:#FFF;
	}


	/********************** Impressum **********************************************
************************************************************************************************/

	#impressum a {
		font:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#888;
		text-decoration:none;
	}
	
	#impressum a:hover {
		color:#000;
	}
	
	#impressum ul {
		margin-left:62px;
		list-style:none;
	}


