.bg1 {
	background-image: url(img_1000.jpg);
	background-repeat: repeat-x;
	height: 494px;
}
.rahmen {
	background-color: #C9CBCF;
	border: 1px solid #000000;
    display: block;
	padding: 2px;
}
.rahmen2 {
	background-color: #C9CBCF;
	border: 1px solid #000000;
	margin: 2px;
}
.content {
	margin-top: 2px;
	margin-right: 2px;
}
.content2 {
	margin-top: 2px;
	margin-left: 2px;
}
.wme:link {
	color: #0066FF;
	text-decoration: none;
}
.wme:visited {
	color: #0066FF;
	text-decoration: none;
}
.wme:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.wme:active {
	color: #0066FF;
	text-decoration: none;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #DFA41A;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
.maincontent {
    margin-top: 2px;
    margin-right: 2px;
    font-family: sans-serif;
    font-style: normal;
    background-color: C6CBCF;
    border-width: 1px;   
}