body 
{
	font-family: Verdana;
	font-size: 10px;
	background-color: silver;
	text-align: center;
	margin: 0px;
	color: #666666;
	background-image: url(images/bg.jpg);
}
#rahmen {
background-color: #d8d8d8;
color: #ef7135;
width: 100%;
padding:0px;
margin: 0px auto;
text-align: center;
font-weight: bold;
}


h1 {font-size:12px;color:#ef7135;font-weight:bold;}
#store {font-size:10px;color:#ef7135;font-weight:bold;}



/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  font-weight: bold;
  color:#ef7135;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  font-weight: bold;
  color:#666666;
  text-decoration:none;
}

a.menu2:link, a.menu2:visited
{ 
  color:#666666;
  font-size:10px;
  text-decoration:none;
}
a.menu2:active, a.menu2:hover
{ 
  color:#ef7135;
  font-size:10px;
  text-decoration:none;
}

/* main */
#main {
	width: 908px;
	background-image: url(images/bg.png);
	margin: 0px auto;
	padding:0px;
}
/* Die Titelzeile */
#title {
width: 900px;
height: 170px;
padding:0px;
margin: 0px auto;
text-align:left;
background-color:#ffffff;
}
/* strich */
#strich {
width: 900px;
height: 1px;
padding:0px;
margin: 0px auto;
text-align:left;
background-color:#d8d8d8;
}
/* Die schlusszeile */
#schlussbg {
width: 888px;
padding: 10px;
margin: 0px auto;
text-align:left;
background-image: url(images/schluss.png);
background-repeat: no-repeat;
}

/* Der Inhalt */
#content {
background-color:#ffffff;
width: 98%;
padding:0px;
margin: 0px auto;
text-align: left;
}
select {
   font-family: Verdana;
   font-size: 10px;
   color:#666666;
}

input {
   font-family: Verdana;
   font-size: 10px;
   color:#666666;
}