  body {
    color: #00BB00; 
	background-color: black;
    font-size: 300%;
    font-weight:bold;
    font-family: "Maiandra GD", "Stylus BT", "DF Wimped", "Mufferaw", "NuevaStd-BoldCond", "Nyala Standard", "Rough Draft", "TektonPro-Bold", Arial;
    margin: 0; 
    padding: 1em;
  }
/*
a:link { color:#FFFF99; text-decoration:none; font-weight:normal; }
a:visited { color:#999955; text-decoration:none; font-weight:normal; }
a:hover { color:#00CC00; text-decoration:none; background-color:#6666666; font-weight:normal; }
a:active { color:#0000EE; background-color:#FFFF99; font-weight:normal; }
a:focus { color:#00AA00; background-color:#FFFF77; font-weight:normal; }
*/
h1 {
    font-family: 	"Maiandra GD", "Stylus BT", "TektonPro-Bold", Arial;
	font-size:		0.5em;
	font-weight:	bold;
	text-align:		center;
}
h2 {
    font-family: 	"Maiandra GD", "Stylus BT", "TektonPro-Bold", Arial;
	font-size:		0.4em;
#	font-weight:	bold;
	text-align:		center;
}
h3 {
    font-family: 	"Maiandra GD", "Stylus BT", "TektonPro-Bold", Arial;
	font-size:		0.3em;
	text-align:		center;
}
h4 {
    font-family: 	"Maiandra GD", "Stylus BT", "TektonPro-Bold", Arial;
	font-size:		0.25em;
	color:			#DDDD00;
	text-align:		center;
}
h5 {
    font-family: 	"Maiandra GD", "Stylus BT", "TektonPro-Bold", Arial;
	font-size:		0.25em;
	text-align:		center;
}
#logo {
	position:		fixed;
	top:			10px;
	left:			10px;
	width: 			120px;
	z-index:		9;
}
#title {
	position:		fixed;
	top:			2px;
	left:			140px;
	width:			90%;
	min-width:		800px;
    font-family: 	"Maiandra GD", "Stylus BT", "DF Wimped", "TektonPro-Bold", "NuevaStd-BoldCond", Arial;
	font-size: 		30pt;
	font-weight: 	bold;
	color:			#00BB00;
	padding:		8px;
	z-index:		9;
}
#subt {
	position:		fixed;
	top:			49px;
	left:			140px;
	width:			90%;
	min-width:		800px;
    font-family: 	"Maiandra GD", "Stylus BT", "DF Wimped", "TektonPro-Bold", "NuevaStd-BoldCond", Arial;
	font-size: 		11pt;
	font-weight: 	normal;
	color:			#00BB00;
	padding:		8px;
	z-index:		9;
}
#menue {
	position:		fixed;
	top:			46px;
	left:			140px;
	width:			90%;
	min-width:		500px;
	text-align:		center
	z-index:		9;
}
#menue a {
	width:			50px;
	font-family: 	"Maiandra GD", Arial;
	font-size:		8pt;
	color: 			#FFFF99; 
	text-decoration:none;
}
#menue a:link {
	text-decoration:none;
	background-color: #000000;	
}
/*
#menue a:visited {
	text-decoration:none;
	background-color: #000000;	
}
#menue a:hover {
#	font-weight: 	bold;
	color: 			#00CC00;
	background-color: #444444;	
	text-decoration:none;
}
#menue a:active {
	text-decoration:	none;
	background-color: 	#666666;	
}
#menue a:focus {
	text-decoration:underline;
}
*/
#nav {
	position:		absolute;
	top:			100px;
	left:			10px;
	width:	 		119px;
	margin: 		0; 
	padding: 		4;
    text-align: 	center;
}

#nav a {
	display:			block;
	color:				#FFFF99;
	background-color:	#000000;
  	font-family: 		"Maiandra GD", "Stylus BT", "Mufferaw", Arial;
	font-size:			10pt;
	font-weight:		normal;
    text-align:		 	center;
	width:				119px;
	z-index:			3;
	text-decoration:	none;
	padding:			3px;
}
#nav a:link {
	text-decoration:	none;
	z-index:			3;
}
#nav a:visited {
	text-decoration:	none;
	z-index:			3;
}
#nav a:hover {
	font-size:			10pt;
	color: 				#00CC00;
	background-color: 	#333333;	
	text-decoration:	none;
	z-index:			3;
}
#nav a:active {
	text-decoration:	none;
	background-color: 	#333333;	
	z-index:			3;
}

#flag {
	position:		relative;
	top:			-20px;
	left:			110px;
	float:			left;
	visibility:		hidden;
	z-index:		3;
}
#flag img {
	position:		absolute;
	text-decoration:	none;
	border-width:	0px;
	width:			16px;
	height:			16px;
}

#submenue {
	text-decoration:	none;
	position:		relative;
	z-index:		1;
	top:			100px;
	left:			88px;
	width:	 		128px;
	visibility:		visible;
	padding:		2px;
	border-width:		1px;
	border-color:		#333333;
	border-style:		solid;
	background-color:	#111111;
}
#submenue a {
	display:		block;
	color:			#FFFF99;
	background-color:	#000000;
    font-family: 	"Maiandra GD", "Stylus BT", "Mufferaw", Arial;
	font-size:		9pt;
	font-weight:	normal;
	height:			14px;
	max-height:		14px;
	width:			124px;
	max-width:124px; overflow:hidden;
	padding:		2px;
	z-index:		2;
	text-decoration:none;
	text-align:		center;
x	vertical-align:	bottom;
}
#submenue a:hover {
	color: 				#00CC00;
	background-color: 	#444444;	
	text-decoration:	none;
	z-index:			2;
}
#content {
	position:		absolute;
	top:			170px;
	left:			240px;
	width: 			70%;
	z-index:		4;
}
#content.albimg {
	position:		relative;
	top:			-140px;
	left:			40px;
	border:			0px;
	height:			230px;
	width:			160px;
	color:			"#FFFF99";
    font-family: 	"Maiandra GD", "Stylus BT", "Mufferaw", Arial;
	font-size:		9pt;
	font-weight:	normal;
	text-align:		center;
}
#content.albimg a:hover {
	background-color: 	#000000;	
	text-decoration:	none;
	z-index:			3;
}

#content.albnav {
	position:		relative;
	top:			-100px;
	left:			50px;
	color:			"#FFFF99";
    font-family: 	"Maiandra GD", "Stylus BT", "Mufferaw", Arial;
	font-size:		7pt;
	padding:		3px;
}
#content.albnav a {
	color:			#FFFF99;
	background-color:#000000;
	height:			200px;
}
#content.albnav a:link {
	color:			#FFFF99;
	background-color:#000000;
}
#content.albnav a:visited {
	color:			#FFFF99;
	background-color:#000000;
}
#content.albnav a:hover {
	font-size:		7pt;
	font-weight:	normal;
	color:			#FFFF55;
	background-color:#666666;
}
#content.albnav a:active {
	font-size:		7pt;
	font-weight:	normal;
	color:			#FFFF55;
	background-color:#888888;
}	
#content.albnav a:focus {
	font-size:		7pt;
	font-weight:	normal;
	color:			#FFFFAA;
	background-color:#888888;
}	
#content.imgnav {
	position:		absolute;
	top:			0px;
	left:			50px;
	align:			center;
	z-index:		4;
}
.bildid {
    font-family: 	"Maiandra GD", "Mufferaw", "Stylus BT", Arial;
	font-size:		0.7em;
	text-align:		left;
}
.imgdeco {
	font-weight:	normal;
	font-size:		10pt;
}
.up {
	position:		absolute;
	top:			-30px;
	left:			60px;
}
.up img {
	width:			10px;
	height:			33px;
	border:			0px;
	z-index:		4;
	align:			center;
}
.up img:hover {
	position:		relative;
	top:			-20px;
	width:			10px;
	height:			48px;
	border:			0px;
	z-index:		4; */
}
.le {
	position:		absolute;
	top:			8px;
	left:			46px;
}
.le img {
	width:			33px;
	height:			10px;
	border:			0px;
	z-index:		4;
}
.le img:hover {
	position:		relative;
	left:			-14px;
	width:			48px;
	heigth:			10px;
	border:			0px;
	z-index:		4;
}
.ri {
	position:		absolute;
	top:			22px;
	left:			52px;
}
.ri img {
	width:			33px;
	height:			10px;
	border:			0px;
	z-index:		4;
}
.ri img:hover {
	width:			48px;
	height:			10px;
	border:			0px;
	z-index:		4;
}
#content.img {
	position:		absolute;
	top:			-20px;
	left:			100px;
	text-align:		center
}
#content img {
	border-width:	0px;
	align:			center;
}	
/*
#content.left {
	text-align:	left;
}
#content.center {
	text-align:	center;
}
#content.right {
	text-align:	right;
}
*/
div#news {
	position:		absolute;
	top:			160px;
	left:			170px;
	width: 			70%;
    font-family: 	"Maiandra GD", "Stylus BT", "TektonPro-Bold", Arial;
	font-size:		0.3em;
	border-color:	#999999;
	text-align:		center;
	border:			thin solid #999999;
	border-spacing:	10px;
}
div#news td {
	border:			thin solid #999999;
	border-spacing:	10px;
	padding:		10px;
}
div#author {
	position:		absolute;
	top:			160px;
	left:			170px;
	width: 			70%;
    font-family: 	"Maiandra GD", "Stylus BT", "TektonPro-Bold", Arial;
	font-size:		0.4em;
	border-color:	#999999;
	text-align:		center;
	border:			thin solid #999999;
	border-padding:	10px;
}
div#equipment {
	position:		absolute;
	top:			160px;
	left:			170px;
    font-family: 	"Maiandra GD", "Stylus BT", "TektonPro-Bold", Arial;
	font-size:		0.9em;
	color: 			#FFFF99; 
	border-color:	#113311;
	text-align:		center;
	border:			thin solid #113311;
	border-spacing:	10px;
}
div#equipment td {
	font-size:		0.35em;
	color: 			#FFFF99; 
	border:			thin solid #113311;
	border-spacing:	10px;
	padding:		10px;
}
