body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image:url(Bilder/back.jpg);
	background-repeat:repeat-x;
	background-color:#9ec3cc;
}

h1 {
	margin-top: -5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9ec3cc;
	}
	
h2, h3, h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9ec3cc;
	}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.menu {
	width:160px;
	float:left;
	text-align:left;
	}
	
	
/* =-=-=-=-=-=-=-[Menu CSS Tab]-=-=-=-=-=-=-=- */
		
#menu3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

#menu3 {
    width: 160px;
    border: 1px solid #ccc;
    margin-top: 10px;
	background-color: #ececec;
    }

#menu3 li a {
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
    }

#menu3 li a:link, #menu3 li a:visited {
    color: #000;
    display: block;
    background: url(Bilder/menu3.gif);
    padding: 8px 0 0 30px;
    }

#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
    color: #000;
    background: url(Bilder/menu3.gif) 0 -32px;
    padding: 8px 0 0 30px;
    }
		
.Rahmen {
	background-color:#FFF;
	width:941px;
	overflow:hidden;
	padding:8px;
	}
	
.content {
	float:right;
	width:760px;
	
	color: #666;
	text-align:left;
	
	padding-top:20px;
	padding-right:0px;	
	
	line-height: 18px;
	word-spacing: 1px;
	}
	
.content img {
	float:right;
	margin-left:20px;
	border: 1px solid #ccc;
	}
	
.content ul, .content li {
	margin-left: -10px;
	}
	
.footer {
	color:#333;
	}
	
.footer a:link, .footer a:visited, .footer a:active {
	color: #333;
	text-decoration: underline;
}

.footer a:hover {
	color: #333;
	text-decoration: none;
}