@charset "UTF-8";

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	}
A:hover img {
	border: 0;
}

#container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 529px 290px;
	} 

#wikiContainer {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	} 
		
#header {
	width: 900px;
	height:100px;
	}
	
#logo {
	padding: 15px 0 0 25px;
	float:left;
	width:270px;
	}

#metamenu {
	font-size: 11px;
	float:right;
	width:400px;
	hight:20px;
	text-align:right;
	margin-top: 0px;
	}
	
#metamenu A {
	color: #999999; 
	text-decoration: none; 
	}
	
#metamenu A:hover {
	color: #0099CC; 
	text-decoration: none;
	border-bottom:1px dotted #0099CC;
	}

#navbox {
	width:900px;
	padding: 0px;
	height:55px;
	background-image:url(../images/menu_BG.jpg);
	background-repeat: repeat-x;
	}
	
#menu {
	float:left;
	width:695px;
    	padding: 0px;
	height:55px;
	}
	
#search {
	float:right;
	padding: 0px;
	width:205px;
	height:55px;
	background-image:url(../images/search_BG.jpg);
	}

#search FORM {
	margin-left:40px;
	margin-top:15px;
	}
	
#search .searchbutton {
	margin:0 0 0 5px;
	border:0px;
	}	

#search .searchbox {
	font-size:14px;
	color:#999999;
	border:0px; 
	margin:0px; 
	width:125px; 
	height:20px; 
	background:transparent;
	}
	
#submenu {
	padding: 0px;
	width:900px;
	height:135px;
	background-color:#d5d5d5;
	background-image: url(../images/layer_END.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
#submenulayer {
	float:left;
	margin:0px;
    	padding: 0px;
    	width:545px;
	height:120px;
	}
	
#subMenuLeft {
	margin:0px;
	padding: 0px;
	width:500px;
	height:60px;
}

#subMenuLeft UL {
	width:510px;
	padding-top:5px;	
}

#subMenuLeft LI {
	float:left;
	width:230px;
	height:15px;
	list-style-type:none;
	padding-left:15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#subMenuLeft A {
	text-decoration: none;
}

#subMenuLeft A:hover {
	text-decoration: none;
	border-bottom:1px dotted #0099CC;
}

#subtitle {
	font-size:14px;
	font-weight:bold;
	color:#0099CC;
	width:530px;
	height:15px;
	padding-top:0px;
	padding-left:15px;
	margin-top:0px;
}

#teaser {
	z-index:5;
	float:right;
    	padding: 0px;
	width:355px;
	height:120px;
	}
	
#content {
	margin: 0 0 0 0;
	width:900px;
	}

#mainContent {
	float:left;
	margin: 0 0 0 0;
	padding: 30px 30px;
	width:480px;
	line-height:18px;
	}
			
#mainContent h1,
#wikiContent h1 {
	margin: 0;
	color:#0099CC;
	text-decoration:none;
	font-size:24px;

	line-height:22px;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	}
	
#mainContent p, 
#wikiContent p {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#mainContent IMG.spacer-gif {
	border:0px #FFFFFF;
}
    
#sidebar {
	float: right;
	width: 290px;
	padding: 15px 30px;
	font-size:11px;
	line-height:13px;
	}
    
#sidebar h1 {
	margin: 0;
	padding: 5px 0;
	color:#0099CC;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	}
	
#sidebar p {
		margin-top: 3px;
		margin-bottom: 1px;
	}
	
#tagcloud {
	padding:15px;
	width:260px;
	color:#0099CC;
	border: 1px solid #b5c9d5;
	background-image: url(../images/ecke.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
	}
	
#tagcloud a {
	font-weight:normal;
	text-decoration: none;
}
#tagcloud a:hover {
	font-weight:normal;
	text-decoration: none;
	border-bottom:1px dotted #0099CC;
}
#tagcloud SPAN.size1 {font-size: 24px}
#tagcloud SPAN.size2 {font-size: 22px}
#tagcloud SPAN.size3 {font-size: 20px}
#tagcloud SPAN.size4 {font-size: 18px}
#tagcloud SPAN.size5 {font-size: 16px}
#tagcloud SPAN.size6 {font-size: 14px}
#tagcloud SPAN.size7 {font-size: 12px}
#tagcloud SPAN.size8 {font-size: 10px}
#tagcloud SPAN.size9 {font-size: 8px}



#wikiContent {
	margin: 0 20px 0 20px;
	padding: 30px 30px;
	line-height:18px;
	}

	
#footer {
	padding: 0 10px 0 340px;
	font-size: 11px;
	color: #CCCCCC;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	}
	
.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
	}
