@import "/css/menu.css";
@import "/css/submenu.css";
html {
	height: 100%;
	width: 100%;
}
body {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #32322D;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #8C8C87;
	height: 100%;
	width: 100%;
}
#wrapper {
	min-height: 100%;
	text-align: center;
}
#container {
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow-x: hidden;
}
h1 {
	margin: 0px;
	background: #5A0032 url(/img/logo.gif) no-repeat center 22px;
	color: #FFFFFF;
	text-align: center;
	height: 105px;
	cursor: pointer;
}
h1 span {display: none; }
#mood {
	margin: 0px;
}
h2 {
	font-weight: bold;
	font-size: 125%;
}
h3 {
	font-weight: bold;
	font-size: 100%;
}


#content {
	clear: both;
	min-height: 400px;
	float: left;
	width: 800px;
	padding: 0px 0px 30px 0px;
	margin: 20px 0px 0px 0px;
}
#content a {
	color: #C86400;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	text-decoration:underline;
}
#container hr {
	margin: 0px;
	border: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	border-collapse: collapse;
	visibility: hidden;
}
img {border: 0px; }

input, select, textarea {
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #ffffff; 
	font-size: 100%;
}
input:focus, textarea:focus {
	border: 1px solid #C86400; 
}
.button, .buttonBlock, .backBlock {
	background: #C86400;
	color: #FFFFFF !important;
	padding: 1px !important;
	border: 0px !important;
}
.button:hover, .buttonBlock:hover, .backBlock:hover {
	background: #5A0032;
	cursor: pointer;
	text-decoration: none !important;
}
.buttonBlock, .backBlock {
	width: 134px;
	text-align: center;
	display: block;
	padding: 3px !important;
}
.backBlock {
	background: #C86400 url(/img/pfeil_back.gif) no-repeat 0px center;
}
.backBlock:hover {
	background: #5A0032 url(/img/pfeil_back.gif) no-repeat 0px center;
}
.input135 {
	width: 125px;
}
.input250 {
	width: 250px;
}
.checkbox {
	margin: 2px 7px 3px 0px;
	background: #D4D4D2;
	border: 0px solid #777777;
	vertical-align: middle;
}
.clearer {
	border: 0px;
	padding: 0px;
	margin: 0px;
	clear: both;
	visibility: hidden;
}

table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 2px 0px 2px 0px;
}

#contentP input, #contentP textarea {
	margin: 0px 4px 0px 0px;
	width: 230px;
}

.sternchen {
	width: 204px; 
	float: right; 
}
.sternchen table {
	float: left;
	display: inline !important;
}
.sternchen table td {
	padding: 0 0 5px 0 !important;
	font-size: 85%;
}
.sternchen table .first {
	width: 40px !important;
}

