document, body {
	/* Used to be able to use height: 100% on elements in the page */
	height:						100%;
	/* Set default font attributes for the whole document */
	font-family: Arial, Helvetica, sans-serif;
	font-size:					10pt;
	color: #333333;
}

body {
	margin: 				0px;
	margin-top:				0px;
	/* Set the padding, Opera's default is not zero. */
	padding:				0px;
	/* Also, we set the background color to white, because Netscape 6 Mac defaults to a background color of gray. */
	
	/* Used to center content in IE, but you need to set "text-align: left;" in contained divs */
	text-align:				left;
}

#divBody{
    width: 837px;
 	height: 502px;
	position: absolute;
 	top: 50%;
 	left: 50%;
	margin-top: -251px;
	margin-left: -417px;
	border:1px solid;
	border-color: #CCCCCC;
	
}

#divMainNav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 837px;
	height: 75px;
	overflow: hidden;
}

#divLogo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 381px;
	height: 75px;
	overflow: hidden;
}
#divNav {
	position: absolute;
	left: 381px;
	top: 0px;
	width: 456px;
	height: 75px;
	overflow: hidden;
}

#divMainContent {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 837px;
	height: 382px;
	overflow: hidden;
}

#divMainContentCenter {
	position: relative;
	width: 787px;
	height: 500px;
	padding: 6px 0 0 0;
	overflow: hidden;
	text-align: center;
	background-color: #e3e3e3;
}

#divContentLeft {
	position: absolute;
	left: 26px;
	top: 20px;
	width: 515px;
	height: 320px;
	overflow: hidden;
}
#divContentLeft_new
{
	position: absolute;
	left: 26px;
	top: 20px;
	width: 515px;
	height: 320px;
	overflow: hidden;
	background-image: url(../images/clouds.jpg);
	background-repeat: no-repeat;
}
#fader
{
	position: absolute;
	left: 26px;
	top: 20px;
	width: 515px;
	height: 320px;
	overflow: hidden;

}
#fader img{
	position: absolute;
	top: 0;
	left: 0;
}
#sqPicL{
	width: 136px;
	height: 136px;
	border: 1px solid #903;
	position: absolute;
	top: 88px;
	 left: 2px;
}
#sqPicM{
	width: 136px;
	height: 136px;
	border: 1px solid #903;
	position: absolute;
	top: 88px;
	left: 188px;
}
#sqPicR{
	width: 136px;
	height: 136px;
	border: 1px solid #903;
	position: absolute;
	top: 88px;
	left: 375px;
}
#divContentRight {
	position: absolute;
	left: 590px;
	top: 20px;
	width: 222px;
	height: 320px;
	overflow: hidden;
}

a{
  color: #903f38;
  text-decoration: none;
}



a:hover{
  
  text-decoration: none;
  font-weight: bold;
}


.tableBorder tr {
	display: block;
	border: 1px solid;
	border-color:#00FF00;
}

#divFooter {
	position: absolute;
	left: 0px;
	top: 482px;
 	height: 20px;
	width: 837px;
}

.bionames{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #990000;
}
.tabelle_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.tabelle_text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.tabelle_text_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #333333;
}
.Seite_Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #990000;
}
.Lauftext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 18px;
	color: #666666;
}

.Lauftext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
#table_grid{
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-color:#FFFFFF;
}


#table_grid td{
border-top:2px solid;
border-right: 2px solid;
border-color:#FFFFFF;
}
.tabelle_text_2_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

