
body{
	top: 300px;
	left: 200px;
	/*background-color: #2B2B2B; PNG Gamma Bug!*/
	margin: 0;
	padding: 0;
	background-image:url(images/bg.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p {
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	line-height: 135%;
	margin-top: 0px;
	margin-bottom: 8px;
	/*text-indent: 15px;*/
}

p.backlink {
	margin-top: 25px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

h1
{	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
}

h2
{	font-size: 18px;
	color: #efefef;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:link {
	color: #efefef;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

img{
	border: 0;
}

.main {
position:absolute;
left: 50%;
top: 50%;
width: 735px;
height: 450px;
margin-top: -200px; 
margin-left: -350px;  
/*border: 1px solid #333;*/
/*background-color: #eee;*/
}

#scrollcontainer{
	position:absolute;
	overflow-x:auto;
	overflow-y:auto;
	left:43px;
	top:45px;
	height:325px;
	width:720px;
}

#scrollsep {
	position:absolute;
	left:356px;
	top:45px;
	width:65px;
	height:330px;
	background-image:url(images/bg.png);
	z-index:255;
}

#logo {
	position:absolute;
	right:0px;
	top:0px;
	width:213px;
	height:36px;
}

#menu-top{
	position:absolute;
	left:45px;
	top:25px;
	width:313px;
	height:15px;
}

#menu-bottom {
	position:absolute;
	left:423px;
	top:370px;
	width:313px;
	height:14px;
}

.menu-item {
	float:left;
	margin-right: 10px;
}

#overlay {
	position:absolute;
	left:420px;
	top:45px;
	width:314px;
	height:314px;
	z-index:250;
	background-image:url(images/overlay.png);
	background-repeat:no-repeat;
}

#balken{
	position:absolute;
	top: 150px;
	left: 30px;
	width:720px;
	height:105px;
	z-index:251;
	background-color: #DDDDDD;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#textboxStartseite{
	position:absolute;
	top: 155px;
	left: 55px;
	width: 300px;
	height: 90px;
	z-index:252;
}

#textboxStartseite h2{
	font-size: 12px;
	margin: 0.2em 0.1em 0.2em 0;
	color: #c90000;
	font-weight: bold;
}

#textboxStartseite p{
	color: #000000;
	margin: 0;
}
.maintext{
	width:313px;
	height:313px;
	background-color: #C90000;
	border: 3px solid #FFFFFF;
	float:left;
}

.square{
	position: relative;
	width:313px;
	height: 313px;
	float: left;
}

.pos_re{
	margin-left: 60px;
	margin-bottom: 60px;
}

.box_re{
	margin-left: 60px;
}

.square img{
	width: 313px;
	height: 313px;
	border: 3px solid #FFFFFF;
}

.textbox{
	margin-top: 5px;
	padding: 1em;
	height: 280px;
	width: 285px;
	overflow: auto;
	scrollbar-darkshadow-color: #C90000; 
	scrollbar-track-color: #C90000; 
	scrollbar-face-color: #C90000; 
	scrollbar-shadow-color: #C90000; 
	scrollbar-highlight-color: #C90000; 
	scrollbar-arrow-color: #ffffff;
	color: #ffffff;
	font-size: 0.8em;
}

ul.newslist{
	margin: 0;
	padding-left: 0px;
	list-style-type:none;
}

ul.newslist li{
	margin-bottom: 13px;
}
a.more {
	float: right;
	margin-right: 10px;
	display:block;
}

#home {
	position:absolute;
	left:0px;
	top:383px;
	width:23px;
	height:23px;
}

#mail {
	position:absolute;
	left:0px;
	top:422px;
	width:23px;
	height:24px;
}

#beschriftung{
	position:absolute;
	left:-10px;
	bottom:80px;
	width:42px;
}

.label{
	position: absolute;
	bottom:40px;
	width:250px;
	background-color:#efefef; 
	padding:5px 15px 5px 30px; 
	font-size: 10px;
	color:#878176;
	z-index:255;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 20px;
background-color: white;
}
.vscrollerbar {
width: 20px;
background-color: black;

}
.hscrollerbase {
height: 10px;
border-bottom: 2px solid #686868;
}
.hscrollerbar {
height: 10px;
background-color: #767F87;
border: 1px solid #efefef;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}