html {height: 100%;}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	background: #000;
}
img {border:none}

#inhalt {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width: 1200px;
	height: 700px;
	background: url(layout/tor.jpg) no-repeat left bottom;
}
.daten {
float: left;
margin-top: 45px;
width: 620px;
color: #ede7dd;
text-align: right;
text-transform: uppercase;
line-height: 1.8em;
font-weight: bold;
font-size: 0.75em;
}
.small {
margin: 400px 0 0 0;
line-height: 1.6em;
font-size: 0.75em;
font-weight: normal;
color: #000;
}
.small2 {
margin-top: 10px;
font-size: 0.75em;
font-weight: normal;
color: #c3c0b2;
}
.content {
float:left;
width: 542px;
margin: 111px 0 0 34px;
font-size: 0.75em;
color: #ccc;
}
* html .content {background-color: none;}

/*** ***/

a:link, a:visited {
line-height: 2.0em;
	padding: 1px 0 1px 0;
	letter-spacing: 0.05em;
	font-size: 0.9em;
	color: #b29d73;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a:hover{
	padding: 1px 0 1px 0;
    color: #f6d9a0;
	letter-spacing: 0.05em;
	text-decoration: none;
	border-bottom: 1px solid #a38d62;
}

a.mail:link, a.mail:visited {
line-height: 2.0em;
	padding: 0 1px 1px 2px;
	letter-spacing: 0.05em;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	background-color: #a38d62;
	border: none;
}
a.mail:hover{
	padding: 0 1px 1px 2px;
    color: #000;
	letter-spacing: 0.05em;
	text-decoration: none;
	background-color: #f7d695;
	border: none;
}
