/*SETTINGS APPLIED TO ALL TAGS*/
*{
  font-family:  Georgia; 
  color: #000000;
}   


/*TOPOGRAPHIC INFORMATION*/
html,body{
  width:100%;
  height:100%;
  /*Gesamthintergrund*/
  background-color: #333333;
  margin:0px;
  padding:0px;
  font-size:12px;
}

#naviContainer{
   width:1136px;
   z-index: 1;
   position:relative;
   margin:0px auto; 
}

#container{
  z-index:0;
  position:relative;
  height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
  
  margin:0px auto; 
   
	width:1136px;
  
background: #333333 url(./bg.gif) repeat-y center;
  
}





#banner{
  position:fixed;
  top:0;
  margin:0;
  padding:0;        
	height:91px;
}


* + html #banner{
  position:fixed;
  top:0px;
  left:0;
  margin:0;
  padding:0;        
	height:92px;
}


#bannerContent{
  position:relative;
  top:0;
  margin: 0px auto 0 auto;  
  padding:0;
	width:1136px;
	height:90px; 
  min-height:92px;   
	border-bottom-style: solid;
	border-bottom-color: #8AD9F2;
	border-bottom-width: 2px;
 	background-color: #8AD9F2; 
	background-image: url(./background.jpg);
	background-size: 1136px 100px;
	background-repeat:  no-repeat;

}
     
#wikiLogo{
  margin:0;
  padding:0;
}

     
/*SIDEBARS*/    
#content{
	
	margin-top:93px;
	padding-bottom:7em;
	background-color: #6AA8CC;
	
}



#center{
  margin-left:223px;
	width: 690px;               
	background-color: #6AA8CC;
	position:relative;
  height:auto !important; 
  height:100%;  
		
	
}

#centerContent{
  margin-left: 20px;
  margin-right:20px;
  padding-top:22px;
 
}


#wikilogo{

  float:left;

}

#topNavi{

     
     font-size: 9px;
       
}


#searchForm {

  float:left;
  margin-left:270px; 
  padding: 0px;
  margin-top: 59px;  
 
}



#editTop li, #editTop ul,#printTop li, #printTop ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
 
}

#editTop{

  float: left;
  margin-top: 60px;
  margin-left: 35px;
  margin-right: 20px;

}


#printTop{
float: left;
margin-top: 60px;

}



input{

  height: 14px; 
  font-size: 9px; 
  background-color: #767676;
  color: #8AD9F2; 
  border: 1px solid #767676;

}


/*LEFT SIDEBAR*/
#left{
 position:fixed;
  top:98px;
	width: 215px;
	float: left;
	 min-height: 300px; 
	
	background-color: #FFFFFF;
		
	
}


#leftContent{
  min-height: 300px;
	
	padding-top: 44px;
	padding-left:20px;
	margin-right: 0px;
	
	background-color: #000;
}


#left li, #left ul{ 
  list-style-type: none;
  padding: 0px;
  margin:0px;
  
} 

#left .wikilink{ 
  
  color: #8AD9F2;
  text-decoration: none;
  
} 


/*Right SIDEBAR*/
#right{
  position:fixed;
  top:98px;
  margin-left:921px;
	width: 215px;
  min-height: 300px; 
	float: left;

	
	background-color: #000;	
	
}


#rightContent{
  min-height: 300px;              
	padding-top: 44px;
	padding-left:17px;  
	
	background-color: #000;

}

} 

#right .wikilink{ 
  
  color: #8AD9F2;
  text-decoration: none;
  
} 


/*FOOTER*/

#footer{
  
  position: absolute;
  bottom:0;
	
}


#footerContent{

  margin:0px auto;  
	padding-top:10px;
	padding-bottom:10px;
	width:1136px;
	
	background-color: #6B6B6B;;
	border-top-style: solid;
	border-top-color: #8AD9F2;
	border-top-width: 2px;

}

#footerContent *{
  margin-left:15px;
}

                                       
/*CLASSES*/

h1{	
  font-size: 24px;
  font-weight: normal;
  margin-bottom:12px;
  
}

h2{
  font-size: 12px;
  font-weight:bold;
  margin-top:0;
  margin-bottom:12px;

}



.wikilink, .urllink{
  color:  #8AD9F2;
  text-decoration:none;
  
}
  
.wikilink:hover{
  color:  #FFFFFF; 
  
}

#left a.wikilink:hover{
  color:  #FFFFFF; 
  
}

#right a.wikilink:hover{
  color:  #FFFFFF; 
}
   

INPUT[type="checkbox"]{ outline:0px; background-color:#000; margin:0.5em 0.5em 0.5em 0em; }
INPUT[type="submit"], INPUT[type="reset"]{ outline:0px; border:0px; background-color:#767676; margin:0.5em 0.5em 0.5em 0em; }
INPUT[type="text"]{ outline:1px; border:1px; background-color:#000;; margin:0.5em 0.5em 0.5em 0em; }



/* These are for the edit form. */

#searchForm input{
  vertical-align: middle;
  margin:0px;
  padding:0px;
  height: 14px; 
  font-size: 9px; 
  background-color: #222222;
  color: #8AD9F2; 
  border: 1px solid #767676;

} 

.inputboxSearchbox{
  width:130px;
}

html + * INPUT.inputboxSearchbox{
  width: 115px;
}

table.quickref{ background:#767676; margin-top:1em;}

form { margin:0px; width:100%; }

textarea { width:100%; background: #FFFFFF; border:0; }



.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

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

#wikicmds li { 
	display:inline; 
	margin:0px 5px; 
} 


