/* CSS Document */
html, body {
	position: relative;
	height: 100%;
}

body {
	background-image:url(../img/bg_site.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color:#1a171b;
	margin:0;
	padding:0;
}

#top {
	width: 1px;
	height: 50%;
	margin-bottom: -280px; /* halbe Höhe des Containers */
	float: left;
}

#container {
	position:relative;
	margin: 0 auto;
	height: 560px;
	width: 1000px;
	clear: left;
}

#navi {
	width:120px;
	height:560px;
	margin:1px 0px 0px 9px;
	float:right;
	outline: none;
	padding:0;
	list-style:none;
}

#navi .navitem {
	width:120px;
	height:30px;
	margin-bottom: 2px;
	padding:0;
	background-image:url(../img/navitem.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
}

#navi .navitem:hover{
	height:auto;
	background-position:-120px 0px;
}

#navi .navitem:active{
	height:auto;
	background-position:-240px 0px;
}

#navi #tactive {
	height:auto;
	background-position:-360px 0px;
}

#navi #tactive:hover {
	height:auto;
	background-position:-240px 0px;
}

#navi .navitem .topitem {
	width:120px;
	height:22px;
	display:block;
	padding: 8px 0px 0px 0px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	color: #c7c7c7;
}

#navi .navitem .topitem:visited {
	height:22px;
	padding: 8px 0px 0px 0px;
	color: #c7c7c7;
}
#navi .navitem .topitem:hover {
	height:21px;
	padding: 9px 0px 0px 0px;
	color: #FFFFFF;
}
#navi .navitem .topitem:active {
	height:21px;
	padding: 9px 0px 0px 0px;
	color: #ffffff;
}

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

#navi .navitem .subitem {
	width:110px;
	height:17px;
	display:block;
	margin: 4px 0px 2px 10px;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	color: #000000;
	display:block;
}

#navi .navitem .subitem:visited {
	color:#000000;
}
#navi .navitem .subitem:hover {
	color:#990000;
}
#navi .navitem .subitem:active {
	color:#FF0000;
}

#navi #sactive {
	color:#990000;
}

#bgpic {
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#content {
	width:840px;
	height:560px;
	overflow:auto;
	position:relative;
	padding:0px 30px 0px 0px;
	margin:0;
}

.tbox_tc h1, .tbox2_tc h1 {
	margin: 8px 0px 0px 0px;
	font-size:16px;
	font-family:"Courier New", Courier, monospace;
	color:#e7e7e7;
	font-weight:bold;
	letter-spacing:1px;
}

.tbox_c h2, .tbox2_c h2 {
	margin: 13px 0px 7px 0px;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:1px;
}

.tbox_c h4, .tbox2_c h4 {
	margin: 10px 0px 4px 0px;
	font-size:13px;
	font-family:"Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:normal;
}

.tbox_c, .tbox2_c {
	color:#e7e7e7;
	font-family:"Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:15px;
}

.tbox_c p, .tbox2_c p {
	margin: 10px 0px 10px 0px;
}

.tbox_c ul, .tbox2_c ul {
	color:#e7e7e7;
	font-family:"Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:17px;
	list-style-image:url(../img/liststyle.png);
	margin:10px 0px 10px 15px;
	padding:0;
	text-align:left;
	outline:none;
}

#content p em {
	font-size:13px;
}

#content p.small {
	margin:0;
	font-size:10px;
}

#content a:link {
	color: #e7e7e7;
	text-decoration:underline;
}
#content a:visited {
	color: #e7e7e7;
	text-decoration:underline;
}
#content a:hover {
	color: #a72121;
	text-decoration:none;
}
#content a:active {
	color: #FF0000;
	text-decoration:none;
}

.clear {
   clear:both;
   }
