@charset "utf-8";

/* Farben
hellblau: #B4B2FF
*/

body { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 12px;
	margin-top: 10px;
	background-color: #D5D5D5;}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
img {
	border: 0;}
.tsgrau {
	background-color: #B8B8B8;}

#seite {
	margin: 10px auto; 
	width: 740px; 
	padding: 10px;
	border-style: outset;
	border-width: 1px;
	border-color: #a8a8a8;
	background-color: white;
}

#kopf { 
	height: 134px;
}
#logo { 
	float: left;
}
#bild { 
	margin-left: 10px;
	float: left;
}
	
#menu { 
	padding: 10px 10px 10px 148px;
	float: left;}
#menu a { 
	padding: 5px 5px 5px 0;
	color: #a7a7a7;
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;}
#menu a:hover {
	text-decoration: underline;
}
#menu a.selected { 
	color: black;
	text-decoration: underline;
}
#slogan {
	float: right;
	padding: 10px 0 10px 0;
	text-align: right;
	color: #a7a7a7;
	font-size: 12px;}
	
#inhaltmenu {
	position: relative;
	margin-top: 10px;
	clear: both;}
	
#submenu {
	width: 147px;
	margin-top: 10px;
	float: left;
}
#submenu p {
	margin-bottom: 10px;
}
#submenu p a {
	text-decoration: none;
	color: #a7a7a7;
	font-size: 12px;
}
#submenu p a:hover {
	text-decoration: underline;
}
#submenu p a.selected {
	color: black;
	text-decoration: underline;
}

#inhaltsubmenu { 
	float: left;
	width: 560px;
}	
#inhaltsubmenu h1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;}
#inhaltsubmenu ul, #inhaltsubmenu ol {
	margin-left: 20px;
}
#inhaltsubmenu li, #inhaltsubmenu p, #inhaltsubmenu td {
	font-size: 12px;
	line-height: 20px;}
#inhaltsubmenu p {	
	margin-top: 10px;}
#inhaltsubmenu a {
	color: black;
}
#inhaltsubmenu a:hover {
	background-color: #a7a7a7;
}
#inhaltsubmenu a:hover img {
	background-color: white;
}
#inhaltsubmenu td {
	vertical-align: middle;}
#inhaltsubmenu img {
	padding-top: 10px;
}
#inhaltsubmenu td {
	vertical-align: top;}
#inhaltsubmenu td.links {
	width: 230px;
}
#inhaltsubmenu td.rechts {
	padding-left: 20px;}
	
#footer {
	position: relative;
	clear: both;
	padding: 20px 0 10px 0;
	letter-spacing: 0.1em;
	text-align: center;
	color: #a7a7a7;
}
#footer a {
	color: #a7a7a7;
}