@charset "utf-8";
/* Sitelayout */
* {
    margin:0;
    padding:0
}
body {
	background-color:#e9e9e9;
}
#outer {
	background-color:#fbfbfb;
	background-image:url(../images/navi.gif);
	background-repeat:repeat-y;
	min-width:760px;
	max-width:970px;
	margin:auto;
}
html>body #shadowtop {
	background-image:url(../images/shadow-top.gif);
	background-repeat: repeat-x;
	background-position:top;
	height:10px;
}
html>body #shadowbottom {
	background-image:url(../images/shadow-bottom.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height:10px;
}
html>body #shadowtopleft {
	background-image:url(../images/shadow-topleft.gif);
	width:10px;
	height:10px;
	float:left;
}
html>body #shadowtopright {
	background-image:url(../images/shadow-topright.gif);
	width:10px;
	height:10px;
	float:right;
}
html>body #shadowbottomleft {
	background-image:url(../images/shadow-bottomleft.gif);
	width:10px;
	height:10px;
	float:left;
}
html>body #shadowbottomright {
	background-image:url(../images/shadow-bottomright.gif);
	width:10px;
	height:10px;
	float:right;
}
#inner {
	background-image:url(../images/shadow-right.gif);
	background-position:right;
	background-repeat:repeat-y;
    overflow:hidden;
	clear:both;
	margin:0px;
}
#pagemargin {
	margin:0px 10px;
}

#header {
    height:168px;
	background-image:url(../images/header.jpg);
	overflow:hidden;
}
#heading {
	position: relative;
	margin-left: 215px;
	top: 35px;
}
#navi {
	float:left;
	width:200px;
	margin:5px 0px 13px 15px;
}
#counter {
	margin:0px auto;
	background-image: url(http://tools.freecity.de/counter/bethusy-huc);
	background-position: top;
	display: block;
	height: 22px;
	width: 68px;
}
#content {
	margin:5px 15px 13px 245px;
}
#title {
	float:left;
	margin:5px 0px 0px 17px;
	height:20px;	
}
#title * {
	border:solid 0px;
	background-color:transparent;
}
#footer {
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
    margin:auto;
    height:25px;
    clear:both;
}
#footermargin {
	margin:0px 15px;
}

/* Textlayout */

#navi ul {
	color: #4d4d4d;
	list-style-type:none;
}
#navi ul a {
	text-align:left;
	background-image:url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position:left top;
	display:block;
	width:190px;
	padding-left: 10px;
}
#navi ul a:hover {
	color: #d6312d;
	background-image:url(../images/arrowhover.gif);
	background-repeat: no-repeat;
	background-position:left top;
	background-color:#ede8dd;
}
.thissite {
	color: #d6312d !important;
	background-color: #ede8dd !important;
}
.hn {
	font-weight:bold;
	margin-top:10px;
}
#navi hr {
	border-color:#fff;
	margin:10px 0px;
}
#footer *{
	text-align:center;
	font-size:10px;
}
#title {
	word-spacing: -0.15em;
}
.inline {
	display:inline;
}
