a.links:link {
	color:#cfcfcf;
	font-weight:bold;
	text-decoration:none;
}

a.links:visited {
	color:#aaaaaa;
	font-weight:bold;
	text-decoration:none;
}

a.links:hover {
	color:#eeeeee;
	font-weight:bold;
	text-decoration:none;;
}

a.links:active {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

a {
     color:#CC6600;
	 font-weight:bold;
	 text-decoration:none;
	 text-transform:uppercase;
}

a:hover, a:active  {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

body {
     font-family:helvetica,arial,sans-serif;
     background-color:black;
     padding-top:20px;
     padding-left:50px;
     color:#eeeeee;
     font-size:10pt;

}

small, div.titel {
     color:#dddddd;
     font-size:11px;
     font-weight:bold;
     text-transform:uppercase;
     letter-spacing:1px;
}


h3 {
    color:#dddddd;
     font-size:9pt;
     font-weight:thin;
     text-transform:uppercase;
     letter-spacing:1px;

}


h3 strong {
	 color:#ffffff;
     font-size:9pt;
     font-weight:bolder;
     text-transform:uppercase;
     letter-spacing:1px;

}



body.links {
		background-color:#666666;
}

body.links * {
		font-size:12pt;
		font-weight:bold;
}

table.standard {
	vertical-align:center;
}


.langtext {
    color:#cccccc;
    font-size:8pt;
    font-weight:normal;
    text-transform:none;
}

.frameLinks {
	background-color:#666666;
	color:#eeeeee;
	font-size:10pt;
	font-weight:normal;
	padding:15px;
}

.weiter {
	padding:5px;
	color:#cccccc;
	font-weight:bold
}
.weiter a {
	text-decoration:none;
	color:#cccccc;
}

.weiter a:hover{
	color:#ffffff;
}



span.miniueber {
	font-size:9pt;
}

strong {
	font-weight:bold;
	color:#f0f0f0;
}

img {
	border:none;
}

div.rahmen {
		   position:absolute;
		   top:40%;
		   left:20%;
		   width:50%;
		   height:10%;
		   padding:20px;
		   border:1px solid #cccccc;
}

div#container {
	position:absolute;
	top:20; left:50;
	padding:0;
	margin:0;
	border:none 1px red;
	height:600px; width:580px;
}

body,frameset,frame,html {
  scrollbar-base-color:#000000;
  scrollbar-3dlight-color:#CC6600;
  scrollbar-arrow-color:#CC6600;
  scrollbar-darkshadow-color:#666666;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#CC6600;
  scrollbar-shadow-color:#CC6600;
  scrollbar-track-color:#000000;
}


/*
Die versetzten kleinen, weißen Kästchen vor einem Link
*/
	   .kaestchen {
	   			  position:relative;
				  float:left;
				  height:18px;
				  width:18px;
				  border:solid 2px white;
				  background:transparent;
				  padding:0;
				  margin:0;
	   }

/*
Der passende Link nach solch einem Kästchen
*/
	   .kaestchenlink {
	   				  position:relative;
	   				  left:-9px;
					  top:7px;
	   				  padding:0;
					  margin:0;
					  font-weight:bold;
					  font-size:11pt;
					  background:black;
					  display:block;
					  
		}