body {
       margin: 0; padding: 0;
       background-color:#CCCCCC;
       font-family:Arial,sans-serif;
       font-size:14px;
       color:#505050;
	   text-align:center;
       }

#main	{
	position:relative;
	background-image:url("../img/back_main.jpg");
	width: 960px;
	margin: auto;
	
}

#top	{
	height: 120px;
}

#left	{
	width: 200px;
}

#content	{
	width: 760px;
	background-color:#E1D9D6;

	/*  background-image:url("../img/back_content.jpg"); */
	background-repeat:no-repeat;
}

img { border:0px; }

a {
 text-decoration:none;
 font-weight:bold;
 font-size:14px;
 color:#e57b18;
}

h1 {
	font-size: 24px;
	margin:10px;
}
h2 {
	font-size: 20px;
	color:#000000;
}

p {
	margin:20px;
}

p.systemaufnahme {
	margin:0px;
	font-size: 12px;
}

hr {
 margin-left:10px;
 margin-right:10px;
 color:#000000
}

#menue {
 font-family:Arial,sans-serif;
 text-decoration:none;
 font-weight:bold;
 font-size:18px;
 color:#e57b18;
}

#menue:hover {
 color:#dddddd;
}

#menue_shop:hover {
	color:#dddddd;
	}
	
td {
       font-family:Arial,sans-serif;
       font-size:14px; 
       color:#000000;
       }

input.text {
	width:220px;
	}



