body {
	color: #333;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
	background-color: #444752;
	background-image: url(img/90-red-skull.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#bg {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center -50px;
	background-image: url(img/skull.jpg);
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
}

#main {

	text-align: left;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	height: auto;
}
#nav {
	width: 180px;
	height: auto;
	float: left;
}
.cat {
	height: 25px;
	background-image: url(img/bg_titel.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 7px;
	font-family: "Segoe Script";
	font-size: 15px;
	font-weight: 900;
}
.nav_link {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #800;
	color: #FFF;
	font-weight: 900;
}

#top {
	width: auto;
	height: 200px;
	margin-bottom: 20px;
}
#frame {

}


.clear {
	clear:both;
}

#heading {
	color: #A00;
	font-family: "Brush Script MT";
	font-size: 50px;
}
#inf {
	width: 795px;
	height: 25px;
	float: right;
	background-image: url(img/bg_titel.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
}


.item {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #141414;
	border-right-color: #202020;
	border-bottom-color: #222;
	border-left-color: #202020;
	background-color: #030303;
	background-repeat: repeat;
	color: #999;
	border:1px solid black;
	background-image: url(img/bgitem.gif);
	background-repeat: repeat-x;
	width: 788px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.item h1 {
	color: #FFF;
	font: bold 1.1em sans-serif,Arial;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.heading_red {
	font-size: 18px;
	color: #F00;
}
	caption {color: black; border: 1px solid black;}
	table {border: 1px solid black; padding: 5px; width: 90%;}
	th {background-color: #333;}
	tr {background-color: #999;}
	td {background-color: #ccc; border: 1px solid black;}

	.highlight {background-color: transparent; color: orange;}
	
#join
{
	color: #F00;
}


/* footer */
.footer {
	color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #000;
} 

.footer_middle {
	float: left;
	margin-left: 20px;
}

.footer .left, .footer .right {padding: 0 12px;}

.footer .right a:hover {color: #999;}


.footer .right, .footer .right a {
	color: #F00;
}
.text_orange {
	color: #FC0;
}
.heading_green {
	font-size: 18px;
	color: #0F0;
}
.heading_orange {
	font-size: 18px;
	color: #FC0;
}
#content {
	width: 800px;
	float: right;
}

.heading2_orange {
	font-size: 14px;
	color: #F90;
	font-weight: bold;
}


/* floats */
.left {
	float: left;
	height: auto;
	width: auto;
}

.right {
	float: right;
	width: auto;
	height: auto;
}
.text_white {
	color: #FFF;
}

.text_orange {
	color: #FC0;
}


.text_green {
	color: #0F0;
	font-weight: bold;
}

.text_red {
	color: #F00;
}
.text_black {
	color: #000;
}
.text_grey {
	color: #999;
}

.nav_link:hover {
	background-color:#000;
	color: #F00;
}

 a:link{
	color:#F90;
	text-decoration: underline;
}
 a:visited{
	color:#F90;
}
 a:hover{
	color:#F00;
}
 a:active{color:#f00;}
