/* BODY AND CONTAINER */

		body {
			background: rgb(255, 210, 210);
						font-size: 12px;

			}

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 12px;
			line-height: 1.6em;
			color: #666666;
			background-color: white;
			border: 4px solid rgb(170, 0, 10);
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background: url(bilder/uebsback.jpg) rgb(215, 224, 254);
			padding: 5px;
		}
		
		a {
			color: #66749A;
			text-decoration: none;
		}

		a:hover {
			color: #566590;
		}

				
		input, select, textarea {
			background-color: #d7e0fe;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER */

		#header {
			border-bottom: 4px solid rgb(22, 60, 186);
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			background-image:  url(bilder/headerback.gif);
			height: 140px;
		}
		
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #EFEFEF;
		}
		
		#header h1 {
			text-indent: -2000px;
		}

/* NAVIGATION */
	
		#menu1 {
			width: 150px;
			margin-left: 5px;
			border-style: solid solid none solid;
			border-color: #3D261D;
			border-width: 1px;
			border-style: solid;
			border-bottom: none;
			float: left;
		}
	
		#menu1 li a {
			height: 32px;
  			voice-family: "\"}\""; 
  			voice-family: inherit;
  			height: 24px;
			text-decoration: none;
		}	
	
		#menu1 li a:link, #menu1 li a:visited {
			color: white;
			display: block;
			background:   url(bilder/menu1.gif);
			padding: 8px 0 0 40px;
		}
	
		#menu1 li a:hover {
			color: rgb(187, 203, 255);
			background:   url(bilder/menu1.gif) 0 -32px;
			padding: 8px 0 0 40px;
		}	

		#menu1 ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 

		
/* CONTENT */

		#content {
			width: 550px; 
			margin-left: 180px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px dashed #D1C9BE;
		}
		
		#content a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}


/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color: rgb(215, 224, 254);
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#footer p {
			color:red;
			font-weight: bold;
			fint-size: 14px;
			padding: 2px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
