html {
  height: 100%;
}

body {
	bgcolor: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

hr {
	height: 1px;
	color: #999999;
	background-color: #999999;
	border: 0px;
}

td.content {
	background-color: #f2f2f2;
	padding-left: 20px;
	padding-right: 20px;
}
td.contentbg {
  background-color: #f2f2f2;
}
td.content_lesspadding {
	background-color: #f2f2f2;
	padding-left: 20px;
	padding-right: 0px;
}

/* formulare */
.search {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #999999;
	font-family: Arial;
	font-size: 10px;
	width: 90px;
	height: 10px;
	text-transform: lowercase;
}

input, select, optgroup, option {
	font-family: Arial;
	font-size: 12px;
}
input, select {
	border: 1px solid #999999;
}


a:link {
	color: #009999;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* bilder */
.pic {
	border: 1px solid #999999;
}

.lead {
	font-family: Arial;
	font-size: 12px;
	/*text-align: justify;*/
	color: #1e1e1e;
}
.text {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.4em;
	/*text-align: justify;*/
	color: #808080;
	border:0px;
}

.text1 {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.4em;
	/*text-align: justify;*/
	color: #FFFFFF;
	font-weight: bold;
}

.text2 {
	font-family: Arial;
	font-size: 10px;
	line-height: 1.4em;
	/*text-align: justify;*/
	color: #FFFFFF;
	font-weight: bold;
}

th {
	font-weight: bold;
	font-size: 13px;
}

.table_table {
	background-color: #FFFFFF;
}
.th_r {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	font-size: 13px;
}
.th {
	font-weight: bold;
	border-bottom: 1px solid #999999;
	font-size: 13px;
}
.td_r_1 {
	border-right: 1px solid #999999;
	background-color: #EEEEEE;
	font-size: 13px;
	vertical-align: top;
}
.td_r_2 {
	border-right: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 13px;
	vertical-align: top;
}
.td_1 {
	background-color: #EEEEEE;
	font-size: 13px;
	vertical-align: top;
}
.td_2 {
	font-size: 13px;
	vertical-align: top;
}

/* scrollbare Divs*/
div.scrollbaredivs {
	
	width:400px;
	height:300px;
	overflow:visible;
	overflow-x:hidden;
	overflow-y:auto;

}
/* scrollbare Divs*/
div.scrollbaredivs1 {
	
	width:480px;
	height:300px;
	overflow:visible;
	overflow-x:hidden;
	overflow-y:auto;

}

/* scrollbare Divs*/
div.scrollbaredivs2 {
	
	width:480px;
	height:20px;
	overflow:visible;
	overflow-x:hidden;
	overflow-y:auto;

}

/* scrollbare Divs*/
div.scrollbaredivs3 {
	
	width:580px;
	height:300px;
	overflow:visible;
	overflow-x:hidden;
	overflow-y:auto;

}

/* rundes_Bild Div*/
div.rundesBild {
	
	position:absolute;
	width:300px;
	height:300px;
    left:550px; 
	top:13px;
	z-index:1;
}

/* rundes_Bild Div*/
div.linkes_Bild {
	
	position:absolute;
	width:300px;
	height:300px;

    left:2px; 
	top:1px;
	z-index:1;
}

/* scrollbare Divs*/
div.Infobox {
	
	position:absolute;
	width:490px;
	height:20px;
	left:2px; 
	top:325px;
	z-index:1;

}

div.bannerbild {
background-color:CC99EE;

	position:absolute;
	height:100%
	width:100%
	z-index:500;
	padding:5px;
}

div.hintergrundbild {
background-image: url('img/content.jpg');
background-color:FFFFFF;
padding:5px
}
