/* CSS Document */
body,td,th {
	color: #DDDDDD;
}

body {
  margin: 0;
  padding: 0;
  font: 12pt Verdana, Arial, Helvetica, sans-serif;;
  color: black;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

#topLogo {
	position: absolute;
	width: 550px;
	height: 150px;
	left: 0px;
	top: 0px;
	z-index: 7;
}
/*Oberer Bereich Ende*/
#content { 
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	position: absolute;
	width: 600px;
	height: 400px;
	left: 185px;   
	top: 140px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
	}


a, a:visited, a:hover, a:visited:hover {
  color: #065FA9;
  background: transparent;
  text-decoration: none;
}

a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " (Link auf <http://style-sheets.de " attr(href) ">) ";
}

#rightBox {
	position: absolute;
	right: 5px;
	top: 180px;
	width: 182px;
	height: 300px;
	border: 1px solid #6D806B;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #EEEEEE;
}

.rightBoxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	z-index: 3;
}

.Stil1 {
	color: #000000;
	font-weight: bold;
}
.kommentar { 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	}
/*Inhaltsbereich Ende*/

/* 
 *Footer Anfang
 */
#Footer {
	position: absolute;
	right: 0px;
	bottom: 1px;
	width: 100%;
	height: 23px;
	background: url(/images/gon_transparenz-bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 11px 0px 0px 0px;
	color: #EEEEEE;
	border-top: 1px solid #6D806B;
	z-index: 0;
}

#Footer a { 
	color: #EEEEEE;
	text-decoration: none;
	}
	
#Footer a:hover { 
	color: #6D806B;
	text-decoration: underline;
}
/*Footer Ende*/

