body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #84B5FF;
	font-size: 12px;
	//background-image: url(img/back_b.gif);
	//background-repeat: no-repeat;
	//background-position: right bottom;
}
h1 {
	display: block;
	float: left;
	height: 300px;
	width: 300px;
	margin:0;
	padding:0;
	margin-right: 15px;
	text-indent: -3000px;
}

.tab {
	background-color: #FFFFFF;
	float: left;
	height: 300px;
	width: 15px;
	margin-right: 15px;
	text-align: center;
}

.tab a{
	display: block;
	width: 100%;
	height:100%;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

.tab a:hover{
	display: block;
	width: 100%;
	height:100%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0052C8;
}

#all {
	position: absolute;
	top: 50%;
	margin-left: 20px;
	height: 300px;
	margin-top: -150px;
	width: 980px;
	
}

.open {
	height: 300px;
	width: 500px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 15px;
}
.text {
	margin: 15px;
	background-color: #DDDDDD;
	height: 260px;
	padding: 5px;
}

#theme a{
	color: #AAAAAA;
	text-decoration: none;
}

#theme a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#theme {
	clear: both;
	color: #CCCCCC;
	padding: 3px;
	margin-top: 15px;
	background-color: #FFFFFF;
	float: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.feld {
	width: 130px;
	display: block;
	float: left;
}

input {
	width: 300px;
}
textarea {
	height: 100px;
	width: 300px;
}
