@charset "UTF-8";
body
{
	background-color: #310515;
	background-image: url(http://www.lackerschmid.de/content/cms/fileadmin/templates/hg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.kopfleiste
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 130px;
	z-index:3;
}
.menue
{
	background-image: url(http://www.lackerschmid.de/content/cms/fileadmin/templates/menue_hg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	color: white;
	text-align: right;
	position: fixed;
	top: 130px;
	left: 0px;
}
.inhalt
{
	position: absolute;
	top: 130px;
	left: 200px;
	margin-left: 0px;
	color: white;
	font-size: 10pt;
	font-family: sans-serif;
	padding: 10px;
	margin-right: 200px;
}
.rechts
{
	color: white;
	font-size: 8pt;
	font-family: sans-serif;
	width: 180px;
	float: right;
	position: fixed;
	top: 130px;
	right: 0px;
}
.fuss
{
	background-color: black;
	color: white;
	font-family: sans-serif;
	font-size: 10px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 4px;
}

a:link { color:#EE0000; text-decoration:none; font-weight:bold; }
a:visited { color:#EEAAAA; text-decoration:none; font-weight:bold; }
a:focus { color:#00AA00; background-color:#FFFF77; font-weight:bold; }
a:active { color:#0000EE; background-color:#FFFF99; font-weight:bold; }
