BODY
	{
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	background-color: #000000;
	color: #C0C0C0;
	margin-left: 10%;
	margin-right: 10%;
	min-height: 600px;
	font-weight: normal;
	font-family: Courier New, Courier, mono, monospaced;
	scrollbar-face-color: #464646;
	scrollbar-shadow-color: #363636;
	scrollbar-highlight-color: #565656;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #262626;
	scrollbar-track-color: #202020;
	scrollbar-arrow-color: #000000;
	}

A:active
	{
	color: #00ccff;
	text-decoration : none;
	}

A:link
	{
	color: #00cccc;
	text-decoration : none;
	}

A:visited
	{
	color: #00cccc;
	text-decoration : none;
	} 

A:hover
	{
	color: #00ccff;
	text-decoration : none;
	}

A:active.navigate
	{
	color: white;
	text-decoration : none;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: normal;
	}

A:link.navigate
	{
	color: silver;
	text-decoration : none;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: normal;
	}

A:visited.navigate
	{
	color: silver;
	text-decoration : none;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: normal;
	}

A:hover.navigate
	{
	color: white;
	text-decoration : none;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: normal;
	}

A:active.umenu
	{
	color: #FFFFFF;
	font-size: 11px;
	background-color: #000000;
	text-decoration : none;
	margin: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #444444 1px solid;
	border-top: #555555 1px solid;
	border-right: #222222 1px solid;
	border-bottom: #111111 1px solid;
	}

A:link.umenu
	{
	color: #C0C0C0;
	font-size: 11px;
	background-color: #333333;
	text-decoration : none;
	margin: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #444444 1px solid;
	border-top: #555555 1px solid;
	border-right: #222222 1px solid;
	border-bottom: #111111 1px solid;
	}

A:visited.umenu
	{
	color: #C0C0C0;
	font-size: 11px;
	background-color: #333333;
	text-decoration : none;
	margin: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #444444 1px solid;
	border-top: #555555 1px solid;
	border-right: #222222 1px solid;
	border-bottom: #111111 1px solid;
	}

A:hover.umenu
	{
	color : #FFFFFF;
	font-size: 11px;
	background-color: #666666;
	text-decoration : none;
	margin: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #444444 1px solid;
	border-top: #555555 1px solid;
	border-right: #222222 1px solid;
	border-bottom: #111111 1px solid;
	}

.navigate2
	{
	font-size: 14px;
	color: white;
	background-color: #1a1a1a;
	font-weight: normal;
	text-decoration : none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: #004080 1px solid;
	}

H1
	{
	font-size: 16px;
	padding-left: 11px;
	color: white;
	background-color: #000033;
	border: #202020 1px solid;
	}
	
H2
	{
	text-align: center;
	font-size: 16px;
	padding-left: 11px;
	color: white;
	background-color: #000033;
	border: #202020 1px solid;
	}
	
H3
	{
	color: #FFFFFF;
	font-size: 14px;
	}
	
HR
	{
	color: #333333;
	background-color: #333333;
	height: 1px;
	}
	
P
	{
	color: #C0C0C0;
	font-size: 12px;
	}
	
DIV
	{
	margin-top: 20px;
	margin-left: 11px;
	margin-right: 11px;
	}
	
.news_dates
	{
	border-bottom: #464646 1px solid;
	text-align: justify;
	margin-left: 30px;
	margin-bottom: 50px;
	padding: 11px;
	min-height: 80px;
	}
	
.news_releases
	{
	border-bottom: #464646 1px solid;
	text-align: justify;
	margin-left: 30px;
	margin-bottom: 50px;
	padding: 11px;
	min-height: 200px;
	}
	 
TD
	{
	color: #C0C0C0;
	font-size: 14px;
	}
	
TD.shop
	{
	color: #FFFFFF;
	font-size: 14px;
	height: 125px;
	vertical-align: top;
	border-bottom: #333333 1px solid;
	}
	
TD.shop_bold
	{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	height: 125px;
	vertical-align: top;
	border-bottom: #333333 1px solid;
	}
	
INPUT
	{
	border: #464646 1px solid;
	color: #C0C0C0;
	font-size: 11px;
	background-color: #333333;
	}
	
.field
	{
	border: #464646 1px solid;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #666666;
	}

TEXTAREA
	{
	border: #464646 1px solid;
	color: #C0C0C0;
	font-size: 11px;
	background-color: #333333;
	white-space: normal;
	}

SELECT
	{
	border: #464646 1px solid;
	color: #C0C0C0;
	font-size: 11px;
	background-color: #333333;
	}
	
.gelb
	{
	color: gold;
	font-size: 12px;
	}
	
.weiss
	{
	color: #FFFFFF;
	font-size: 14px;
	}

.kleingelb
	{
	color: gold;
	font-size: 11px;
	}

.kleinweiss
	{
	color: #FFFFFF;
	font-size: 11px;
	}
	
.kleingrau
	{
	color: #C0C0C0;
	font-size: 11px;
	}
	
.kleinrot
	{
	color: #FF0000;
	font-size: 11px;
	}
	
.footer
	{
	color: #C0C0C0;
	font-size: 11px;
	}
	
.imgborder
	{
	border: #333333 1px solid;
	margin-left: 15px;
	}
