body {
	font-family: Verdana, Arial, Luxi-Sans;
	background-color: #082027;
	color: #EEEEEE;
	font-size: 10px;
}
table {
	font-family: Verdana, Arial, Luxi-Sans;
	color: #333333;
	background-color: #DDDDDD;
	font-size: 10px;
}
table.haupt_schieben {
	position: relative;
	border: 0px none;
	top: -15px;
}
table.haupt {
	border: 0px none;
}
table.textbody {
	border: 0px none;
	background-color: #D1D1E7;
}

.heading1 {
	font-size: 12px;
	font-weight: bold;
}

.heading2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.heading3 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.small1 {
	font-size: 8px;
}


img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

input.textbox, textarea {
	margin-top:3px;
	border-type: solid;
	border-width:1px;
	border-color:#1D2A42;
	font-size:10px;
	font-family:Verdana;
	background: url('Design/text_background.jpg') repeat-x 0% 0%;
}

.select{
	font-family: Verdana, Arial, Luxi-Sans;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	color: #111111;
}

input.button {
	font-family: Verdana, Arial, Luxi-Sans;
	font-size: 9px;
	color: #330099;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	color: #111111;
}

a{
	cursor: hand;
	color: #404E6B;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	cursor: hand;
	color: #111111;
	text-decoration: underline;
	font-weight: bold;
}

a.menuitem{
	position: relative;
	cursor: hand;
	color: #DDDDDD;
	top: -3px;
	left: 10px;
	text-decoration: none;
}
a.menuitem:hover{
	position: relative;
	cursor: hand;
	color: #FFFFFF;
	top: -3px;
	left: 10px;
	text-decoration: underline;
}
a.darkmenuitem{
	position: relative;
	cursor: hand;
	color: #DDDDDD;
	top: -2px;
	left: 8px;
	text-decoration: none;
}
a.darkmenuitem:hover{
	position: relative;
	cursor: hand;
	color: #FFFFFF;
	top: -2px;
	left: 8px;
	text-decoration: underline;
}

.hover{
	cursor: hand;
	background-color: #333333;
}
.normal{
	cursor: default;
	background-color: #0F0F14;
}

