@charset "utf-8";
/* Body */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}

table {
	color:  #800000;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}




/* IDs */
#mainbody {
	width:1000px;
/*	height:100%;*/
}
#header {
	width:1000px;
	height:267px:;
	background:url(img/header2.png);
	background-position:center;
	background-repeat:no-repeat;
}
#headerp {
	width:1000px;
	height:267px:;
	background:url(img/logo.php);
	background-color:#000000;
	background-repeat:no-repeat;
}

.headerp {
	height:267px;
}

#ajaxmenu {
	position:absolute;
	top:240px;
	left:30%;
	width:600px;
	height:30px;
	z-index:2;
/*	background:#999999;*/
}

#spacer {
	height:30px;
}


#spacer2 {
	width:30px;
}


#menue {
	width:150px;
	height:300px;
	background:url(img/menuebar.png); background-repeat:no-repeat;
	position:relative; left:-400px;
	padding-left:15px;
	padding-right:20px;
	padding-top:50px;
	
}


#content {
	position:relative;
	top:-350px;
	left:80px;
	width:700px;
	max-width:800px;
/*	height:500px; */
	background:url(img/content_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
	padding-top:40px;
	padding-left:35px;
	padding-right:50px;
}

#footer {
	position:relative; bottom:50px;
	height:30px;
}

#dragon {
	position:absolute;
	right:0px;
	top:0px;
	width:325px;
	height:360px;
	z-index:3;
	background:url(img/dragon.png)
}

/* Klassen */

.header {
	height:267px;
}

.menue {
	text-align:left;
	color:#990000;
	font-size:14px;
	font-weight:bold;
}

.msg {
	text-align:left;
	color:#ffffff;
	font-size:14px;
}


.content {
	text-align:left;
	font-size:14px;
	color:#FFFFFF;
	white-space:normal;
	text-indent:1em;

}
.content h1 {
	text-align:left;
	color:#CCCCCC;
	font-weight:bold;
	font-size:18px;
	
}

.content h2 {
	text-align:left;
	color:#CCCCCC;
	font-weight:bold;
	font-size:14px;
	text-indent:2em;
}


.footer {
	color:#999999;
	font-size:10px;
	font-weight:bold;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

/* .shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: #efefc1;
} */

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
/* background: #efefc1; */
}
/*
.shadetabs li a:visited{
color: #2d2b2b;
}
*/

.shadetabs li a:hover{
text-decoration: underline;
color: #CC0000;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #CC0000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

