@CHARSET "ISO-8859-1";

body {
	background-color:#222222;
	background-image: url(img/bg_body.jpg);
	margin:0px;
	color: LemonChiffon;
	font-family:arial;
	font-size:8pt;
}

table, td
{
    font-size:8pt;
}

a, a:visited, a:active {
	text-decoration:none;
	font-size:8pt;
	color:#c1a967;
}
	
a:hover {
	color:#ab955b;
}

#head {
	width: 100%;
	max-width: 1280px;
	position: relative;
}

#head_main
{
    width: 100%;
    padding: 0px;
}

#main
{
    width: 100%;
    vertical-align:top;
    text-align:left;
    min-width:650px;
    height:970px;
}

.main { border: 0px solid;border-collapse: collapse; }

#head_img
{
	background-image: url(img/header_neu.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    height:320px;
    vertical-align:top;
    position:relative;
}

.navi {
	background-image: url(img/bgnavi.jpg);
	background-repeat: repeat-y;
	vertical-align:top;
	width: 181px;
}

.navi_text {
	padding-left: 15px;
	padding-right: 15px;
	width: 151px;
}

.navi_text_right {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 151px;
}

.box_top {
	background-image: url(img/box_top.jpg);
    background-repeat: repeat-x;
	height:31px;
	width: 100%;
}

.box_bottom {
	background-image: url(img/box_bottom.jpg);
    background-repeat: repeat-x;
	height:31px;
	width: 100%;
}

.box_main {
	background-image: url(img/box_main.jpg);
	width: 100%;
}

.box_content {
	max-width:910px;
	padding-left: 10px;
	padding-right: 10px;
}

#navi_right_top {
    width:180px;
    height:55px;
    position:relative;
    top:200px;
    right:0px;
    z-index:3;
    overflow:hidden;
}

#navi_right_top_image
{
    background-position:left top;
    background-repeat:no-repeat;
    position:absolute;
    right:0px;
    background-image:url(img/user.php);
    width:180px;
    height:55px;
    z-index:99999;
}

.navi_footer {
	background-image:url(img/navi_footer.jpg);
	background-repeat:no-repeat;
	height: 55px;
	width: 181px;
}

#copyright {
	font-size:7pt;
	text-align: center;
}

#banner
{
	background-color:#000000;
    width:468px;
    height:60px;
    top:206px;
	left:-14px;
	margin-bottom: 7px;
    position:relative;
}

.box_autor {
	padding-top: 15px;
	padding-left: 10px;
}

.navi_image {
	margin: 0px auto;
	text-align: center;
}

* html .navi_image {
	behavior: url("iepngfix.php");
}

/* Popup Menüs */

ul.navlinks
{
	padding: 0;
	margin: 0;
	border: 0;
}

ul.navlinks li
{
	list-style-type: none;
	border: 0;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 1px;
            min-width: 170px;
}

ul.navlinks ul 
{
	display: none;
	background-image: url(img/box_main.jpg);
	border: 1px solid #000000;
	padding: 2px;
            z-index: 2;
}

ul.navlinks li:hover > ul 
{
	display: block;
            padding: 10px;
	position: absolute;
	top: 0px;
	margin-left: 130px;
}

li.navilinks a 
{
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
li.chars_sub
{
	color:#c1a967;
	margin: 0px;
	padding: 0px;
}