/* CSS Document */

body {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	}
	
	a:link, a:visited {
			
		text-decoration:none;
		border:none;}
	
#main {
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #ffffff;
	width: 840px;

	}	
	
	#info {
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #ffffff;
	width: 400px;

	}	
	
#kopf {
	
	}
	
#banner {
	padding-top: 10px;
	height: 210px;
	text-align: center;
	clear:both;
	border: 0;
	}	
	
	
	#banner a:link, a:visited {
	text-decoration: none;
	border:0px;
		
		}

#bild {
	padding-top: 10px;
	padding-bottom: 10px;
	
	}
	
	
#inhalt {
	text-align: left;
	background-image: url(../images/hintergrund.jpg);
	background-repeat:no-repeat;
	padding: 10px;
	height: 340px;
	
	}
	
form {
	text-align: left;
	
	}
	
h1 {
	color: #6e3232;
	font-weight: bold;
	font-size:24px;
	}
	
.frage {
	font-family:Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 15px;
	text-align: center;
	color: #6e3232;
	}
	
	
.frage a:link, a:visited {
	text-decoration: none;
			color: #6e3232;
	}	
	
.klein {		
	font-size:13px;
		}
		
		.klein a:link, a:visited {
	text-decoration: none;
			color: #144238;
	}	
		
		
		.beschr {		
	font-size: 12px;
	color: black;
	text-align: left;
	width: 600px;
		}

.beschr a:link, a:visited {
	color: #144238;
	}
		
		
		.danke {
	font-family:Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 15px;
	text-align: center;
		color: #6e3232;
		vertical-align: middle;
		}
		
		
#bild_links{
	float: left;
	width:279px;
	height: 130px;
	text-align:left;
	vertical-align:middle;
	}		
	
		
#bild_mitte{
	float: left;
	width:279px;
	text-align:center;
	vertical-align:middle;
		height: 130px;

	}	
	
	#bild_rechts{
	float: left;
	width:279px;
		  text-align:right;
		vertical-align:middle;
			height: 130px;

	}	
	
	
	#links{
	float: left;
	width:200px;
	text-align:left;
	font-weight: bold;
	}		
	
		
#mitte{
	float: left;
	width:200px;
	text-align:center;
	}	
	
	#rechts{
	float: left;
	width:200px;
	text-align:right;
		font-weight: bold;

	}	
	
	#info{
	width: 600px;	
		
		}
	
	
