/*-------------------------GLOBAL-----------------*/

body {
	font-family: arial;
	color: #f2f2f2;
	background-color: #272728;
}

/*
background-image: url(./images/stripes.png);
	background-attachment: fixed;

*/

a { 
	font-size: 16px;
	color: #f2f2f2;
	text-decoration: none;

}

a:hover {
	color: #90EE90;
}

h1 {
	font-size: 18px;
	margin: 10px;
	padding: 0px;
	color: #1B97DD;
}

b {
	color: #90EE90;
}

li {
	list-style-type: none;
}

th {
	font-weight: normal;
	text-align: left;
}


#darkblot {
	position: fixed;
	top: 117px;
	height: 173px;
	width: 290px;
	background-image: url(./dunklerfleck.png);
}

#supercontainer {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	top: -10px;
	width: 880px;
	background-image: url("/schatten.png");
	background-repeat: repeat-y;
	
}


/*--------------------------TABS-------------*/

#tabs-box {
	width: 750px;
	padding: 2px 0;
	padding-left: 100px;
	background: black;
	display: block;
}

#tabs-box a {
	font-size: 16px;
	display: inline;
	padding-left: 18px;
	padding-right: 18px;
	text-transform: lowercase;
}

#tabs-box a:hover {
	color: #1B97DD;
}

/*--------------------------TABS ENDE-------------*/


/*----------------------CONTAINER ZUM ZENTRIEREN------*/

#container {
	position: relative;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	min-height: 496px;
	background-color: rgb(27, 27, 27);
	
}

#title {
	text-transform: capitalize;
}


/*------------------------BOXEN ---------------------*/


/*-----Zum positionieren der linken Spalte---*/
#left{
	/*position: absolute;
	z-index: 5;
	top: 75px;*/
	float: left;
}

/*-----Zum positionieren der rechten Spalte---*/
#right {
	/*  mit dem style gibts margin-right 189px... unsinnig aber ist so :S
	position: relative;
	top: 48px;
	left: 179px;
	margin: 0px;
	*/
	/*position: relative;
	left: 179px;
	top: 80px;*/
	margin-left: 154px;
}


/*--boxen im container---*/
div.box {
	border-style: solid;
	border-width: 2px;
	border-color: #333;
	background-color: #222323;
}

/*--menu links---*/
#menubox {
	margin-left: 10px;
	margin-bottom: 10px;
	height: auto;
	width: 100px;
	padding: 15px;

}

div.menulink { 
	padding:2px; 
}

div.activebox {
	padding:2px; 
	font-weight: bold;
	color: #1B97DD;

}

/*---Validator Box--*/
#validator a {
	color: #292929;
}

#validator {
	margin-left: 10px;
	padding: 15px;
	height: 75px;
	width: 100px;
}

/*--Besucherzhler---*/
#counter {
	text-align: center;
}

/*-----Inhalt (php include files) ------*/
#content {
	margin-bottom: 10px;
	width: 652px;
	min-height: 300px;
	padding: 15px;
	font-size: 11pt;
	font-family: arial;
	color: #afafaf;	

}

#content a {
	font-size: 11pt;
	text-decoration: underline;
}

#content a:hover {
	color: #90EE90;

}

div.bild {
	width: 600px;
	color: #b44444;
	font-style: italic;


}

/*------------------------BOXEN ENDE--------------------------*/



#footer {
	position: relative;
	padding-top: 4px;
	padding-bottom: 1px;
	width: 850px;
	height: 16px;
	font-size: 11px;
	color: gray;
	background-color: black;
	z-index: 3;
	display: block;
	text-align: right;
}

#footer p {
	margin-right: 5px;
	/*margin-left: 690px;*/
	display: inline;
}

#footer a {
	font-weight: bold;
	font-size: 11px;
	color: #0B77aD;
	display: inline;
}

#footer a:hover {
	color: #1B97DD;
}

#footerschatten {
	position: relative;
	z-index: 77;
	top: -10px;
	width: 851px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;	
	background-image: url(./images/bg-footer.png);
	background-repeat: repeat-x;
}

#ecken {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -25px;
	z-index: 77;
	height: 15px;
	width: 880px;
}

#bg-left {
	height: 15px;
	width: 15px;
	float: left;
	background-image: url(./images/bg-left.png);
}

#bg-right {
	margin-left: 865px;
	height: 15px;
	width: 15px;
	background-image: url(./images/bg-right.png);

}

#watermark {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	height: 72px;
	width: 120px;
	background-image: url(./fleck.png);
}

#muha {
	position: fixed;
	background-color: #272728;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 400px;
	z-index: 0;
}