@CHARSET "UTF-8";
<style type="text/css">
	



body{
margin:0;
padding:0;
line-height: 1.5em;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666699;
}
a:active {
	text-decoration: none;
}

b{font-size: 110%;}
em{color: red;}


#topsection{
background: white;
height: 110px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
margin-top: 40px;
}

#top_text{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#bottom_text{
margin-left: 200px; 
margin-bottom: -10%;            
}
             
#nav_column{
float: left;
width: 200px; /*Width of left column*/
/*background:url(./src/onepx_line.gif) 80% 0% repeat-y;*/
padding:30px 0;
font-color: black;
text-decoration: none;
margin-top: 80px;
margin-left: -100%;
}

#nav_column ul {
	list-style:none;
	margin:0;
	padding:0;
}


#nav_column li {
	margin:0;
	padding:0;
}

#nav_column a:link, #nav_column a:visited {
	display:block;
	margin:10px 0;
	padding:10px 10px 10px 20px;
	/*font-size:12px;*/
	font-color: black;
	line-height:16px;
	border:0px solid #667553;
	/*background: white url(./src/sign_menue_intern.gif) 90% 0% no-repeat;*/
	color:grey; text-decoration:none;
	/* die Höhenangabe ist für den IE, damit die gesamte FLäche des Links klickbar ist */
	height:1em;
	}


/* diese Angabe ist für fast alle anderen Browser, damit die Höhe wieder aus den Angaben für
Schriftgröße, padding und border berechnet wird */	
html>body #nav_column a:link, html>body #nav_column a:visited  {
	height:auto;
}
	
#nav_column a:hover {
	text-decoration: none;
	color: black;
	background: white url(./src/AKTIVE_STATE.gif) 95% 0% no-repeat;
	/*background-position:90% 0%;*/
}

#bibliothek #nav_bib a, #nachgefragt #nav_frage a, #moinsen #nav_moinsen, #log #nav_log, #contact #nav_contact a{ 
	background: white url(./src/sign_menue_intern.gif) 95%  no-repeat;

cursor: default;
}
#-- {background: white url(./) 95% 0% no-repeat;}

#footer{
clear: left;
margin-bottom: 0px;
width: 100%;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

#wiki{
	font-variant:small-caps ;
	font-size:88%; 
	letter-spacing:1px;
}	

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;
}

    
/* VCards should not be displayed */    
    div.vcard { display:none; }
/* Geo Tags should not be displayed */
    div.geo { display:none; }

#iframe_wiki {

background-image: #FFFFFF;
scrollbar-arrow-color: #000066; /* dunkelblau*/
scrollbar-face-color: #FFFFFF; /* weiss*/
scrollbar-highlight-color: #5AE100; /* grün*/
scrollbar-3dlight-color: #FF9900; /* orange*/
scrollbar-shadow-color: #FF0000; /* rot*/
scrollbar-darkshadow-color: #000000; /* schwarz*/
scrollbar-track-color: #cedcff; /* hellblau*/
float: right;
text-align: justify;
width: 800px;
height: 600px;
background: #CCCCCC;
.abstand_iframe{
padding: 100px;
}


.scrollbereich {
overflow: auto;
width: 180px;
height: 180px;
}

 

.scrollbarabstand{
padding-right: 20px;
} 

</style>