* {
	margin: 0;
	padding: 0;
}
body {
	background: #fdfdfd url(../img/bg_site.gif) repeat-x;
	color: #656f83;
	font: 0.8em Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
* html body, html, body {
	height: 100%;
}
img {
	border: 0;
}
#inhalt img {
	margin: 0 4px 0 0;
}
a:link, a:visited, a:hover, a:active, strong, #footer a.lang:link, #footer a.lang:visited, #footer a.lang:active {
	text-decoration: none;
	color: #c993be;
}
a:hover, #footer a:hover, #footer span, #footer a.lang:hover {
	color: #656f83;
}
h1 { 
	font: 1.6em "Trebuchet Ms","Lucida Sans","Lucida Sans Unicode","Lucida Grande",sans-serif;
	text-transform: uppercase;
}
p, h1 {
	margin-bottom: 16px;
}
.fbig {
	font-size: 1.6em;
}
#inhalt ol, #inhalt ul {
	padding-bottom: 16px;
	margin-left: 24px;
}
#inhalt ol li, #inhalt ul li {
	margin-bottom: 2px;
}
/* nav */
#uln {
	margin-top: -2px;
}
* html #uln {
	margin-top: 0;
}
#uln li {
	list-style: none;
	display: inline;
	margin-right: 35px;
}
/* site */
#site {
	font-size: 0.9em;
	width: 880px;
	min-height: 98%;
	margin: 0 auto;
	background: transparent url(../img/bg_content.gif) 0 294px no-repeat;
}
* html #site {
	height: 98%;
}
#inhalt {
	padding-top: 6px;
}
.left, .right {
	float: left;
	width: 410px;
	padding-right: 20px;
}
#footer {
	width: 880px;
	margin: 0 auto;
	font-size: 0.7em;
}
#footer, #footer a {
	color: #c2c2c2;
}
#footer span, #footer a {
	margin-right: 16px;
}

/* gbwindow */
#overlay {
	background: #333;
}
#filecontainer {
	top: 80px;
}
#outline {
	background: #fdfdfd;
	color: #000;
	padding: 10px;
}
#bottom {
	padding: 10px 0 0 0;
}
#closewindow {
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	padding: 0 0 0 8px;
	border-left: 1px solid #333;
}
#pagerinfo, #pagerprev {
	margin-right: 4px;
}
a#pagernext:hover, a#pagerprev:hover, a#closefile:hover {
	color: #656f83;
}
#info {
	font-size: 0.7em;
	text-align: left;
}