html,body {
	color: #000000; 
	background-color: #284177; /* #336699; */
	background-image: url('/cms/templates/bgweiz/images/container/rect2985.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed; 
/*	width: 100%; height: 100%; */ 
	margin: 0px; padding: 0px; 
	font-family: Arial, sans-serif; 
	font-size: 90%; 
}

#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;
  -moz-box-shadow:    0 0 2px #eee; /* #fff8b8; */
  -webkit-box-shadow: 0 0 2px #eee;
  box-shadow:         0 0 2px #eee;
}

#sidebar {
	background-image: url('/cms/templates/bgweiz/images/container/sidebar.gif'); 
	/* background-image: url('/cms/templates/bgweiz/images/container/sidebar_snow.png'); */
	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;
}

#werbung {
        width: 100px;
        position: absolute;
        top: 800px; left: 25px;
        z-index: 4;
        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;
/*	position: absolute; */
}

#text {
 	padding-left: 230px; 
/*	padding-left: 210px;*/
/*	padding-right: 230px; */
	margin-top: -93px;
	margin-bottom: 10px;
	min-height: 820px;
	width: 540px;
	line-height: 1.8;
}

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

#copyright {
	margin: 0px;
	/* margin-top: 5px; */
        background-color: #284177; /* #336699; */
	width: 1000px; height: 0px;
	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;
}

#snow {
	position: fixed;
        width: 1000px;
	bottom: 0px;
	left: 50%;
	margin-left: -500px;
	height: 1px;
}

hr {
	border: 1px solid #eee; 
	height: 0px;
}

