@charset "UTF-8";

@media all

{
	body {
		background-image: url(../images/back_img.bmp);
		background-repeat: repeat-x;
	}
		
	#center {
		text-align: center;
		display: block; 
		border: 1px solid #ccc;
  		margin-left: auto; 
		margin-right: auto;
		width: 700px;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	
	#header {
		margin: 0 0 0 1em;

	}
	
	#header p {
		padding-top: 3em;
		font-size: 1.2em;
		text-align: left;
	}
	
	#header img{
		float: left;
		margin-top: 0.5em;
		margin-bottom: 1.5em;
		margin-right: 2em;
	}
	
	#header a {
		text-decoration: underline;
		color: black;
	}
	
	#nav {
		clear: both;
		padding-bottom: 7px;
	}
	
	#nav2 {
		font-size: 0.9em;
		clear: both;
		padding-top: 3px;
		padding-bottom: 7px;
		background-image: url(../images/nav_back.bmp);
		background-repeat: repeat-x;
		color: #FFFFFF;
	}
	
	#vert-line {
		float:left;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#content-left {
		font-size: 0.8em;
		float: left;
		width: 340px; 
		text-align: justify;
		margin-left: 5px;
		padding-bottom: 2em;
	}
	
	#content-right {
		font-size: 0.8em;
		margin-left: 360px;
		width: 335px; 
		text-align: justify;
		padding-bottom: 2em;
	}
	
	#inhalt {
		text-align: left;
		margin-left: 5em;
		
	}
	
	#inhalt h2 {
		font-size: 1.2em;
		color: #6495ED;
	}
	
	#footer {
	 	margin-top: 2em;
	 	width: 700px;
	}
	
}
