* {
	margin: 0;
	padding: 0;
} 

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #000000;
	background-color: #111111;
	/* background-image: url(main_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat; */
}


a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a:focus {
  outline: none;
}

hr{/*
background-color: #484f2e; /* Farbe für Opera und Firefox 
color: #484f2e;  Farbe für Internet Explorer (IE) 
border: 0;
height: 1px; */
margin:8px 0px 8px 0px;
height: 0;
border-style: dashed;
border-width: 1px 0 0 0;
border-color: #484f2e;
}

/* wurst */

.maintable {
table-layout:fixed;
position:absolute;
z-index:100;

}

/* text */

.titel {
	color: #0099CC;
}


.navi {
padding: 0px 25px 25px 25px;
}

.content {
padding:5px 25px 0px 25px;
text-align:justify;}

.content_title {
padding:10px 25px 0px 25px;
}

.footer {
font-size:10px;
font-style:italic;
color:#484f2e;
}


/* div */

.bg {
background-image:url(bg.png);
background-position: bottom right;
background-repeat:no-repeat;
position: fixed;
width:904px;
height:565px;
bottom:0px;
left:0px;
z-index:1;
}

.textbox {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 13.2px;
border:0;
padding:3px;
}


.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	border: 0px;
	cursor: pointer;
	padding: 3px;
}

.button:hover {
	color: #006699;
}

.mininavi {
color:#484f2e;
width: 116px;
padding:2px 7px 7px 7px;
/* background-color:#333333;*/
}


.mininavi_bg {
color:#333333;
position:fixed;
width: 130px;
top:174px;
left:740px;
padding:7px;
/* background-color:#333333;*/
}

.mininavi:hover {
background-color:#000000;
}

.navi_navi {
color:#484f2e;
}

.navi_navi:hover {
color: #006699;
}
