body {
	background-image:url(grafiken/hintergrund.gif);
	background-repeat: repeat;
	text-align: center;
	color: #999;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin:auto;
	padding-top: 20px;
}

h1 {
	font-size:20px;
	font-weight: normal;
	}

h2 {
	font-size:18px;
	font-weight: normal;
	}

h3{
	font-size:16px;
	}
	
h4{
	font-size:14px;
	}

.rahmen {
	margin: 0 auto;
	text-align:left;
	width: 836px;
	}
	
.head {
	background-image:url(grafiken/head-grafik.jpg);
	height: 170px;
	width: 836px;
	border: 1px solid #ccc;
	background-color:#FFF;
	}

.inhalt {
	width: 838px;
	/*height: 520px;*/
	padding-bottom:10px;
	}

.sprachauswahl {
	padding-left: 10px;
	padding-right: 10px;
	}

.sprachauswahl ul {
	list-style: none;
	color:#666;
	line-height: 20px;
	display:inline-block;
	margin-left: -37px;
	}
	
.sprachauswahl a:link, .sprachauswahl a:visited, .sprachauswahl a:active {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.sprachauswahl a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}

.menu {
	float: left;
	background-color:#FFF;
	width: 199px;
	font-weight: bold;
	padding: 0px;
	}

#menu {
	width: 202px;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	}

#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}

#menu li a:link, #menu li a:visited {
	color: #777;
	display: block;
	background: url(grafiken/menu.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
	
	*/margin-top: -7px;
	}

#menu li a:hover, #menu li #current {
	color: #fff;
	background: url(grafiken/menu.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}

#menu li a:active {
	color: #fff;
	background: url(grafiken/menu.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu li li {
	font-weight: normal;
	}

.content {
	float: right;
	width: 604px;
	/*height: 50px;*/
	background-color: #d7d8d8;
	padding: 15px;
	color: #333;
	/*display:block;
	overflow:auto;*/
}

.content a:link, .content a:visited, .content a:active {
	color: #333;
	text-decoration: underline;
}

.content a:hover {
	color: #333;
	text-decoration: none;
}

.content input, .content textarea {
	background:#fff url("grafiken/bg-input.gif") left top repeat-x;
	border: 1px solid #999;
}

.content input.button {
	background:#fff url("grafiken/bg-footer.jpg") left top repeat-x;
	color:#333;
	font:bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	cursor:pointer;
}

img a {
	border: 0px;
}

.footer {
	font-size:10px;
	text-align:right;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #999;
	text-decoration: none;
}

.footer a:hover {
	color: #999;
	text-decoration: underline;
}