﻿/* CSS-Datei */

	body {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 background-color:#efdfd6;
	}
	h1 {font-size:xx-large;
		color:#333333;
	}
	h2 {
		font-size:x-large;
		color:#000000;
		font-weight: bold;
	}
	h3 {
		font-size:large;
		color:#000000;
		font-weight: bold;
	}
	h4 {
		font-size:large;
		color:#000000;
		font-weight: normal;
	}
	h1.titel{color: #ffffff;}
	h2.titel{font-size:x-large;color:#ffffff;}
	h3.titel{font-size:large;color:#ffffff;}
	
	
	
	hr{height:1px;}
	
	a:link, a:visited, a:active, a:hover{
		text-decoration:none;
		color: #000099;
		font-size:small;		
	}
	a:active, a:hover{		
		text-decoration: underline;
	}

	#title {	
		height:105px;
		width:100%;
		padding:10px 0px;
		text-align:center;
		background-color:#ab2323;
		font-family: Verdana, Arial, Helvetica, sans-serif;		
		background-image: url(../images/logo_m13.jpg);
		background-repeat: no-repeat;
		background-position: right center;	
	}
	#adresse{	float:left;
				margin:1px 5px;
				font-family:"Times New Roman", Times, serif;
				font-size:small;
				color: #CCCCCC; 
				padding:1px 1px;
				border:1px solid #ff9933;
			
	}
	
	#horizontal a {
		color: #FFFFFF;
		display:inline;
}
	#horizontal{		
		margin:10px 0px;	
		padding:5px 0px;		
		width:100%;
		border-top: 2px solid;
		border-bottom:2px solid;
		background-color: #999999;
		border-color: #FFFFFF;
		text-align: center;
	}
	
	#left {
		float:left;
		width:16%;
		/*height:600px;*/
		margin-top:2em;
		padding:1px 1px;
		border:1px solid #ffcc99;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		color:  #000000;
		
	}
	/* Der Inhalt */
	#content {
		float:right;
		width: 80%;
		margin-top:2em;
		
		
		
	}
	#inhalt{					
				/*padding:5px 0px;*/
				margin-bottom:1em;
				width:100%;
				text-align: left;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: small;
				border:1px solid #ffcc99;			
	}
	#inhalt h4{	width:80%;
				background-color:  #CCCCCC;
				padding-left:5px;
				border-left:10px solid #999999;
	}
	#inhalt ul{ 
		list-style-type:none;
	 }
	
	td.unten{border-bottom:1px solid #000000;}	
		
	tr.kasten{border:1px solid #000000;}
	
	#left h4{ 	font-weight:bold;
				font-size:small;	
				background-color:  #CCCCCC;
				/*padding-left:2px;				*/
	}
	
	#footer{	clear:both;
				width:100%;
				text-align:center;
				font-size:x-small;
				color:#666666;				
	}

