body {
	background-color: black;
	color: gray;
	margin: auto;
	text-align: center;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
}

#wrapper {
	
	text-align:center;
}

#centre {
	width: 922px;
	height: 800px;
	margin: auto;
}

#top_left {
	width: 287px;
	height: 150px;

}

#top_right {
	width: 287px;
	height: 150px;	
}

#bottom_right {
	width: 287px;
	height: 300px;
	
}

#menu_links {
	position: relative;
	width: 287px;
	height: 110px;
	float: left;
	
	vertical-align: middle;
}

#bottom_left {
	vertical-align: bottom;
	margin-top: 50px;
	text-align: left;
	height: 110px;
}

#menu_mitte {
	position: relative;
	float: left;
	width: 340px;	
	margin: 0;
}

#menu_rechts {
	position: relative;
	width: 293px;
	margin:0px;
	height: 800px;
	float: right;
	display: inline;
	
}

.menu_image {
	position: relative;
	display: block;
}

#peperoni {
	position: relative;
	display:block;
	float:left;
	width: 340px;
	
}

#content {
	position: relative;
	float: right;
	width: 574px;
	
}


fieldset {
	background-color: #000000;
	width: 95%;
	border-width:1px;
	border-style:solid;
	border-color:#BD3543;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

	margin:15px 0px 20px 0px;

	position:relative;
	display:block;
	padding: 0px 10px 10px 5px;
	text-align: left;
}

fieldset legend {
	background-color: #BD3543;
	border-width: 1px;
	border-style: solid;
	border-color: #7c5b47;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 0px 5px 0px;
	position: relative;
	top: -10px;
}

A:link {text-decoration: underline; color: grey;}
A:visited {text-decoration: underline; color: grey;}
A:active {text-decoration: none; color: grey;}
A:hover {text-decoration: underline; color: white;}

p A:link {text-decoration: underline; color: grey;}
p A:visited {text-decoration: underline; color: grey;}
p A:active {text-decoration: none; color: grey;}
p A:hover {text-decoration: underline; color: white;}

td .input, textarea {
	background-color:black;
	font-weight:bold;
	color:gray;
}

pre {
	font-family: verdana;
	
}

h1 {
	font-size: 17px;
}

h2 { 
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

#footer {
	clear: both;
	text-align:center;
	height:80px;
} 