/* CSS Document */

body { background-image:url('/images/bg.jpg'); background-repeat:repeat-x; padding: 0px; margin:0px }
body,td,th {
	font-family: Tahoma, Trebuchet MS, sans-serif, Arial, Arial Narrow;
	font-size: 80%;
	color: #333333;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #816F3D;
}
a:active {
	text-decoration: none;
	color: #666666;
}
p { }
p.head { }
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, "Trebuchet MS", sans-serif, Arial, "Arial Narrow";
	font-weight: normal;
}
h1 {
	color: #FFFFFF;
	font-size: 180%;
}
h2 {
	font-size: 120%;
}
h3 {
}

#main { position: relative; top: 0px; width: 940px; text-align: centre; margin-top: 0px; margin-right: auto; margin-left: auto;}
#NavBox {
	height: 40px;
	margin-right: 0px;
	margin-left: auto;
	width: 53%;
}
#image img {
	float: right;
}

.nav {
	float: left;
	list-style-type: none;
	padding-right: 20px;
	font-size: 90%;
	text-decoration: none;
}

.nav a {
	color:#FFFFFF;

}

#logo { width: 50%; margin-right: 0px; margin-left: auto; }
#image {
	text-align: center;
	float: left;
	width: 470px;
	padding-bottom: 4px;
}
#txt {
	float: right;
	width: 469px;
	margin-top: 14px;
}

#bottom {
	clear: both;
	background-image: url(/images/line-horizon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 12px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}
.bottom { color: #996633; font-size: 80%; text-align: Right}
#modus {
	clear: both;
	padding: 10px 0px 0px 0px;
}
.modus { text-align: left}

