html,body {
	color: #000000; 
	background-color: #336699;
	width: 100%; height: 100%;
	margin: 0px; padding: 0px;
	font-family: Arial, sans-serif; 
	font-size: 90%; 
	line-height: 1.8;
}

#container {
	background-image: url('/cms/templates/bgweiz/images/container/container.gif');
	width: 1000px;  
 	position: absolute; 
/*	top: 10px; left: 50%; 
  	margin-left: -500px;    */
	z-index: 1;
}

#sidebar {
	background-image: url('/cms/templates/bgweiz/images/container/sidebar.gif');
	width: 94px; height: 779px; 
	position: absolute;
	top: 0px; left: 0px;
	z-index: 3;
}

#menu {
	width: 100px;  
	position: absolute;
	top: 270px; left: 90px;
	z-index: 2;
	line-height: 15px;
}

#links {
	width: 180px;  
	position: absolute;
	top: 90px; right: 13px; /* left: 810px; */
	z-index: 2;
	text-align: center;
}

#banner {
/*  	background-image: url('banner.gif'); */
	width: 1000px; height: 266px;
}

#text {
 	padding-left: 230px; 
/*	padding-left: 210px;*/
	padding-right: 230px;
	margin-top: -93px;
	margin-bottom: 10px;
	min-height: 520px;
}

#footer {
	background-image: url('/cms/templates/bgweiz/images/container/footer.gif');
	width: 1000px; height: 120px;
	margin: 0px;
	padding: 0px;
}


#copyright {
	margin: 0px;
	padding-top: 5px;
	background-color: #336699;
	width: 1000px; height: 10px;
	color: #fff;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

#frontpage {
/* 	border: 1px solid #333; */
	padding-left: 10px;
	padding-right: 10px;
}

#page {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#search {
	padding: 0px;
	margin: 0px;
}

.inputbox {
	text-align: center;
}

img  {
	border: 0px;
}

a {
	color: #990000;
	
}

h1, h1 span {
	font-size: 16pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.oben, a.oben {
	text-align: right;
	margin: 5px;
	color: #ccc;
}

a.oben:hover {
	color: #990000;
}

div {
	padding: 0px;
	margin: 0px;
}

.table_container {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
