@charset "iso-8859-1";

body {
	background-image: url(../images/bg.jpg);
	margin: 0px 0px 0px 0px;

}
/* CSS Document */

.CONTAINER {
	background-color: #FFF;
	height: 650px;
	width: 970px;
	margin: 5px auto;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
}
.TOPLEFT {
	background-image: url(../images/left_top.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 133px;
	float: left;

}
.HEADER {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat;
	height: 56px;
	width: 627px;
	float: left;
	}
.TOPRIGHT {
	background-image: url(../images/top_right.gif);
	width: 210px;
	height: 56px;
	float: left;
	background-repeat: no-repeat;

}

.NAVIGATION {
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
	height: 594px;
	width: 142px;
	float: left;
}
.BUTTONS {
	border: none;
	vertical-align: bottom;
}

.BAER {
	background-image: url(../images/navigation/baer_nav.gif);
	height: 157px;
	width: 100px;
	position: relative;
	top: -175px;
	left: 5px;
}

#MAINWINDOW {
	float: right;
	width: 828px;
	margin-top: 5px;
	height: 450px;
}

.TITEL {
	width: 600px;
	height: 70px;
	background-image: url(../images/titel.jpg);
	float: left;
	margin-left: 100px;
}
.BESUCHER {
	background-color: #FFF;
	height: 69px;
	width: 810px;
	float: left;
}

.FOOTERINFO {
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	color: #CCCCCC;
}

#DATETIME {
	width:210px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9E6B05;
	margin-top: 26px;
	margin-left: 0px;
}

/* Links */
a:focus {outline: none;
}

hr {
	color: #CCCCCC;
	width: 99%;
}
.FOOTER2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCC;
	width: 970px;
	margin: 0px auto;
}

