html, body {
	height: 100%;
}

form {
	height: 100%;
	margin: 0;
	padding: 0;
}

#mainTab {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
	color: #333;
	background-color: #FFF;
}

div#container {
	width: 944px;
	height: 640px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

.redBarS {
	width: 100%;
	height: 1px;
	background-color: #A30000;
}

.redBarM {
	width: 100%;
	height: 14px;
	background-color: #A30000;
}
.redBarL {
	width: 100%;
	height: 68px;
	background-color: #A30000;
}

.whiteBar {
	height: 15px;
	width: 100%;
	background-color: #FFF;
}

#mainText span {
	background-color: #FFE67A;
}

div#mainText {
	float: left;
	font-size: 12px;
	line-height: 20px;
	width: 353px;
	margin-top: -2px;
}

div#mainText a {
	color: #A30000;
	text-decoration: none;
}

div#mainText a:hover {
	color: #A30000;
	text-decoration: underline;
}

img#columnImage {
	float: left;
}

div#columnDivider {
	float: left;
	width: 75px;
	height:400px;
	background-image: url(../img/column_bg.gif);
}

div#columnText {
	float: left;
	width: 186px;
	font-size: 12px;
	line-height: 18px;	
	margin-top: -2px;
}

div#columnText a {
	color: #A30000;
	text-decoration: none;
}

div#columnText a:hover {
	color: #A30000;
	text-decoration: underline;
}

div#columnText img#top {
	margin-top: 2px;
}

div#footerLeft {
	float: left;
	width: 322px;
	padding-top: 14px;
}

div#footerRight {
	width: 571px;
	float: left;
	text-align: right;
	padding: 25px 51px 0 0;
}

img.weiter {
	vertical-align: text-bottom;
}