.layout {
}
<style type="text/css">

#layer_firefox {
}
body { 
	background-color:#000000;
    font-family:Arial, Helvetica, sans-serif;	
}
	   
#seite{
	position:relative;
	width: 930px;
	height:800px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background:url(../bilder/hintergrund.png);
	background-color:#E4E4E4;
	border-width:2px;
	border-style:solid;
	border-color:#000000;
	z-index: 4;
}

#logo {
	position:absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 4;
}

#inhalt {
	position:absolute;
	margin-left: 190px;
	margin-top: 190px;
	overflow:auto;
	width: 720px;
	height:580px;	
	z-index: 3;
}

#termine_startseite {
	position:absolute;
	text-align:center;
	margin-left: 510px;
	background-image:url(../bilder/hintergrund_rechts.png);
	width: 210px;
	height:505px;	
	z-index: 3;
}

#news {
	position:absolute;
	text-align:center;
	margin-left: 0px;
	width: 500px;
	height:505px;	
	z-index: 3;
}


#menue {
	position:absolute;
	margin-left: 25px;
	margin-top: 330px;
	width:170px;
	height:400px;
	z-index: 3;
}

#menue_2 {
	position:absolute;
	margin-left: 190px;
	margin-top: 160px;
	width:800px;
	height:30px;
	z-index: 3;
}

#hintergrund_menue {
	position:absolute;
	width:170px;
	margin-top: 80px;
	height: 720px;
	background:#FF0000;
	background-image:url(../bilder/hintergrund_menue.png);
	background-repeat:no-repeat;
	z-index: 3;
}

#hintergrund_titel {
	position:absolute;
	width: 930px;
	height:150px;
	background: #ff0000;
	z-index: 2;
	background-image:url(../bilder/hintergrund_titel.png);
	background-repeat:no-repeat;
	background-position:left;
}

#menue_2 ul {
	width: 820px;
	margin: 0 0 0 0;
	padding: 0;
}

#menue_2 a {
	font-family:Verdana,Tahoma,Arial,sans-serif; 
	font-weight:bold;
	height: 20px;
	line-heght:130%;
	text-decoration: none;	
	color:#000000;
	background:#C8C7C8;
	padding: 2px 10px 2px 10px;
}

#menue_2 a:hover {
	background:#7F7F7F;
	color:#FFFFFF;
}


#menue ul {
	list-style: none;
	width: 120px;
	margin: 0 0 0 0;
	padding: 0;
}

#menue li {
	margin-bottom:1px;
}

#menue li a {
	display: block;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-weight:bold;
	height: 20px;
	line-heght:130%;
	text-decoration: none;
	color:#000000;
	background:#C8C7C8;
	border-bottom: 1px solid #6F6F6F;
	padding: 2px 0px 2px 8px;
}

#menue li a:hover {
	background:#7F7F7F;
	color:#FFFFFF;
	border-bottom: 1px solid #6F624E;
}

button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	height: 25px;
	line-height: 23px;
	font-size: 16px;
	color: #000066;
}

#login button:hover {
	background:#7F7F7F;
	color:#FFFFFF;
	border-bottom: 1px solid #6F624E;
}


button:hover {
	color: #000066;
	text-decoration:underline;
}

button:active {
	color: #000000;
}


form textfeld {
	border: 1px solid #666;
	background:#FFFFFF;
	display: block;
	height: 100px;
	position: relative;
	width: 520px;
}

form textfeld span {
	display: block;
	height: 16px;
	left: 4px;
	position: absolute;
	text-indent: -5000em;
	top: 4px;
	width: 16px;
}

form textfeld textarea {
	border: none;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size: 14px;
	height: 90px;
	line-height: 16px;
	position: absolute;
	right: 1px;
	top: 3px;
	width: 492px;
	color: #333333;
}

form textfeld textarea:focus {
	background: #eee;
	outline: none; 
}

form p {
	border: 1px solid #666;
	background:#FFFFFF;
	display: block;
	height: 24px;
	position: relative;
	width: 260px;
}

form p span {
	display: block;
	height: 16px;
	left: 4px;
	position: absolute;
	text-indent: -5000em;
	top: 4px;
	width: 16px;
}

form p input {
	border: none;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 1px;
	top: 3px;
	width: 232px;
	color: #333333;
}

form p input:focus {
	background: #eee;
	outline: none; 
}

form span.spitzname {background: transparent url(../bilder/formulare/ort.gif) no-repeat 0 0;}
form span.email {background: transparent url(../bilder/formulare/mail.gif) no-repeat 0 0;}
form span.tel1 {background: transparent url(../bilder/formulare/telefon.gif) no-repeat 0 0;}
form span.tel2 {background: transparent url(../bilder/formulare/telefon.gif) no-repeat 0 0;}
form span.ort {background: transparent url(ort.gif) no-repeat 0 0;}
form span.beitrag {background: transparent url(beitrag.gif) no-repeat 0 0;}

img {border:0;}

a:link { color:#000066; text-decoration:none;}
a:visited { color:#000066; text-decoration:none;}
a:hover { color:#000066; text-decoration:underline;}
a:active { color:#000066; text-decoration:underline;}

