@CHARSET "ISO-8859-1";

div.headLine
{
	/* background-color:orange; */
	font-family: Verdana,sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #993300;
	position:relative; 
	/*left:0px; */
	top:19px;
}

.sub_headLine
{
	font-family: Verdana,sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #993300;
}

.scroller
{
	font-family: cursive;
	font-weight: 700;
	font-size: 15px;
	color: E5B817;
}

.scrollable
{
	overflow:auto;
	width: 690;
	height:300px;
	/* background-color:red; */
}

.scrollable_shop
{
	overflow:auto;
	width: 690;
	height:270px;
	/* background-color:red; */
}
.base_table
{
	position:relative; 
	/*left:0px; */
	/* top:17px; */
	width: 670;
	border-bottom: 0px;
	border-right: 0px;	
}

div.content
{
	position:relative; 
	left:60px; 
	top:50px;
	text-align: left;
	/* background-color:blue; */
}

div.content_shop
{
	position:relative; 
	left:60px; 
	top:10px;
	text-align: left;
	/* background-color:blue; */
}


div.bg {
	background-image: url(Bilder/bg.gif);
	/* background-color:orange; */
	width:800px;
	height:416px;
	border:1px solid black;
	padding: 0px;
}

/* general style for form fields */
INPUT {
	width:200px;
	border: 10px;
	border-color: #0C0C0C;
	font-size:14px;
	color: #C0C0C0;
	background: black;
}

.shirt_text
{
	width:25px;
	border-color: #0C0C0C;
	font-size:14px;
	color: #C0C0C0;
	background: black;
}

SELECT {
	width:200px;
	border: 0px;
	border-color: #0C0C0C;
	font-size:14px;
	color: #C0C0C0;
	background: black;
}

.button {
	font-family: Verdana,sans-serif;
	width:200px;
	border:1px solid#666666;
	font-size:14px;
	color: #333333;
	background: silver;
}

img
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

body
{	
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;	
	font-family: "Comic Sans MS";
	font-size: 20px;
	background: #333333;   
	color: #666666;
}

td{	
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;	
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #666666;
}

.body_small {
	font-family: Verdana,sans-serif;
	font-size: 10px;
	/* background: #333333; */
	color: #666666;
}

a, mailto
{
	text-decoration: none;
	color: E5B817; /*  yellow */
}

a:hover
{
		text-decoration: underline;
		color: blue;
}

