@charset "utf-8";
/* CSS Document */

#container {
	margin:auto;
	margin-top:2%;
	padding-bottom:10px;
	width:820px;
	background-color:#FFFFFF;
}
	
#header {
	background-image:url(pictures/header.png);
	height:180px;
}
	
body {
	background-color: #EEEEEE;
	background:url(pictures/hintergrund.png) left top repeat-x fixed;
}

#menuklein {
	padding-left:235px;
	padding-top:150px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	word-spacing:17px;
}

#menuklein a{
	text-decoration:none;
	color:#FFFFFF;	
}

#menuklein a:hover{
	text-decoration:none;
	color:#CCCCCC;
}

#content {
	float:left;
	width:820px;
	background-color:#FFFFFF;
	padding-top:15px;
	padding-bottom:20px;
	margin-bottom:20px;
}

#untermenu {
	margin-left:30px;
	float:left;
	width:200px;
	color:#6C6C6C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:24px;	
}

#untermenu a{
	color:#6C6C6C;
	text-decoration:none;	
}

#untermenu a:hover{
	color:#006600;
	text-decoration:none;	
}

#text {
	margin-left:235px;
	width:530px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	letter-spacing:1px;
	line-height:17px;
}

#text a{
	color:#333333;
	text-decoration:none;	
}

#text a:hover{
	color:#006600;
	text-decoration:none;
}
	
.tabelleinnen {
	text-align: center;
}

.tabelleuber {
	font-weight:bold;
	text-align: center;
}

.submit, .reset{
	background-color:#ffffff;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


.textfeld {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#ffffff;
}
	
h1{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin-bottom:20px;
	letter-spacing:2px;
	border-bottom: 1px dotted #333333;
}

ul {
	list-style-type:square;
}