html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:100%;
}

form {
	margin: 0px;
	padding: 0px;
}
img { border:none; }

body { color:#000; background-image: url("back.gif"); background-repeat: repeat-x; background-attachment: fixed; }

h1 { padding:90px 20px 0px 20px; margin:0px; line-height:50px; color:#999999; }
h2 { color:#999999; margin:0px; padding:20px 0px 0px 0px; }
h3 { font-size:14px; color:#565656; }

a { color:#B00030; text-decoration:none; }
a:hover { color:#CC0000; text-decoration:underline; }

#col1 { position:fixed; top:0px; left:30px; width:204px; background-color:#ffffff;
		/*padding-top:150px;*/
		/*background-image: url("logo180.gif"); background-repeat: no-repeat; background-position: 10px 40px;*/ }
#col2 { margin-top:0px; margin-left:260px; width:820px; background-color:#ffffff; min-height:100%; }

#col2 #titel { height:150px; border-bottom:1px solid #dddddd; }

#col2 #content { padding:20px; padding-bottom:40px;}

#menufooter { position:fixed; bottom:0px; left:260px; width:820px; height:40px; background-color:#fff; border-top:1px solid #fff;
			background-image: url("back_footer.gif"); background-repeat: repeat-x; }

tr.storno td { background-color:#FFCCCC !important; }

.right { text-align:right; }
.center { text-align:center; }

#rex { position:absolute; top:0px; left:0px; }

#logo { margin:40px 0px 12px 10px; }

table { border:0px solid #000; border-spacing: 0px; }
table td { padding:0px 20px 0px 0px; }

.ulcolor {}
.ulcolor ul { margin:0; padding:0; list-style-type:none; }
.ulcolor li { background-color:#6C111D; color:#fff; padding:10px; margin-bottom:5px; width:75%;}

.ulbutton {}
.ulbutton ul { margin:0; padding:0; list-style-type:none; }
.ulbutton li {
	background-image:url(button.png); background-repeat:no-repeat; background-position: 0px 0px;
	width:200px;
	height:29px;
	color:#fff;
	padding-top:10px;
	text-align:center;
	margin-bottom:5px;
}

.tablecolor { border-collapse: collapse; border: none; }
.tablecolor td {
	color:#fff;
	padding:10px;
	background-color:#6C111D;
	border-right:2px #fff solid;
	border-bottom:2px #fff solid;
}