/*Test Divs*/
* {
  padding: 0;
  margin: 0;
}

#rahmen {
  width: 1001px;
  margin: 0 auto;
}

#kopfzeile {
  text-align: left;
  width: 999px;
  z-index:1;
  float: left;
}

#seitenblock{
  text-align: left;
  float: left;
  width: 200px;
  text-align: left;
}

	#seite{
	  text-align: left;
	  width: 198px;
	  margin-top: 2px;
	  margin-bottom: 2px;
	  background-color: #000000;
	}

#inhaltblock{
  text-align: left;
  float: left;
  width: 601px;
}

	#inhalt{
	  text-align: left;
	  width: 599px;
	  margin-top: 2px;
	  margin-bottom: 2px;
	  background-color: #000000;
	}

#KOPFIMG {
	padding: 0px;
}


/*Grundelemente*/

a {
	font-size: 10pt ;
	font-family: arial, helevatic; 
	font-weight: bold; 
	color: #FF8800;
} 
a:hover {color: #FF8800;} 
a:visit {color: #dddddd;} 
a:activ {color: #FF8800;} 
p {
	font-size: 10pt ;
	font-family: arial, helevatic; 
	color: #FFFFFF;
	padding: 3px;
} 
h1 {
	font-size: 16pt ;
	font-family: arial, helevatic; 
	font-weight: bold; 
	color: #FF8800; 
	text-align:center;
	padding: 3px;
} 
h2 {
	font-size: 12pt ;
	font-family: arial, helevatic; 
	font-weight: bold; 
	color: #FF8800; 
	text-align:center;
	padding: 3px;
} 
h3 {
	font-size: 10pt ;
	font-family: arial, helevatic; 
	font-weight: bold; 
	color: #FF8800; 
	text-align:left;
	padding: 3px;
} 
BODY {
	background-color: #FF8800;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:FF8800;
} 


hr {
	color: #FF8800;
	background-color: #FF8800;
	height: 2px;
}
IMG {
	padding: 3px;
}


.textbox{
		background-color: #000000;
		vertical-align:top;
}
/*	background-image: url(links.jpg);*/

pre {
	font-size: 10pt ;
	font-family: arial, helevatic; 
	font-style:Italic;
	color: #FFFFFF;
	background-color:#111111;
	white-space:pre-wrap;
	padding: 3px;
	border-width:1px;
	border-color:#FF8800;
	border-style:solid;
} 

/*Für Popup*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #FFFFFF;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-size: 10pt ;
font-family: arial, helevatic; 
font-weight: bold; 
color: #000000; 
line-height: 1.1em;
padding: 3px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000000;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #000000;
padding: 5px;
z-index: 5;
}
