﻿body
{
	background-color: #75130d;
	font-family: Arial;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

div.center
{
	margin: auto;
	width: 100%;
	text-align: center;
}

div.kopf
{
	margin: auto;
	height: 253px;
	background-image: url(../staedtemoebel-bilder/kopf-bg.png);
}

div.menu-bg
{
	background-color: #420400;
	height: 200px;
}

div.menu
{
	margin: auto;
	width: 1000px;
}

ul.menu-buttons
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 100px;
}

ul.menu-buttons li
{
	float: left;
	padding: 20px 100px 0px 0px;
}

a.start
{
	width: 65px;
	height: 43px;
	display: block;
	background-image:url(../staedtemoebel-bilder/menu-start-bg.png);
	font-size: 9pt;
	text-decoration: none;
	color: White;
	text-align: right;
	padding: 117px 60px 0px 0px;
}

a:hover.start
{
	width: 65px;
	height: 43px;
	display: block;
	background-image:url(../staedtemoebel-bilder/menu-start-on-bg.png);
	font-size: 9pt;
	text-decoration: none;
	color: Black;
	text-align: right;
	padding: 117px 60px 0px 0px;
}

a.moebelstuecke
{
	width: 65px;
	height: 43px;
	display: block;
	background-image:url(../staedtemoebel-bilder/menu-moebelstuecke-bg.png);
	font-size: 10pt;
	text-decoration: none;
	color: White;
	text-align: right;
	padding: 117px 60px 0px 0px;
}

a:hover.moebelstuecke
{
	width: 65px;
	height: 43px;
	display: block;
	background-image:url(../staedtemoebel-bilder/menu-moebelstuecke-on-bg.png);
	font-size: 10pt;
	text-decoration: none;
	color: Black;
	text-align: right;
	padding: 117px 60px 0px 0px;
}

a.kontakt
{
	width: 65px;
	height: 43px;
	display: block;
	background-image:url(../staedtemoebel-bilder/menu-kontakt-bg.png);
	font-size: 10pt;
	text-decoration: none;
	color: White;
	text-align: right;
	padding: 117px 60px 0px 0px;
}

a:hover.kontakt
{
	width: 65px;
	height: 43px;
	display: block;
	background-image:url(../staedtemoebel-bilder/menu-kontakt-on-bg.png);
	font-size: 10pt;
	text-decoration: none;
	color: Black;
	text-align: right;
	padding: 117px 60px 0px 0px;
}

a.tischlerei
{
	width: 65px;
	height: 43px;
	display: block;
	background-image:url(../staedtemoebel-bilder/menu-tischlerei-bg.png);
	font-size: 10pt;
	text-decoration: none;
	color: White;
	text-align: right;
	padding: 117px 60px 0px 0px;
}

a:hover.tischlerei
{
	width: 65px;
	height: 43px;
	display: block;
	background-image:url(../staedtemoebel-bilder/menu-tischlerei-on-bg.png);
	font-size: 10pt;
	text-decoration: none;
	color: Black;
	text-align: right;
	padding: 117px 60px 0px 0px;
}

div.inhalt-oben
{
	margin: auto;
}

div.inhalt-unten
{
	margin: auto;
}

div.inhalt
{
	margin: auto;
	width: 900px;
	background-image: url(../staedtemoebel-bilder/inhalt-mitte-bg.png);
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #75130d;
}

div.inhalt a, a.visited
{
	text-decoration: underline;
	color: #75130d;
}

div.inhalt a:hover
{
	text-decoration: none;
	color: #1c6eab;
}

div.fuss
{
	margin: auto;
	height: 60px;
	padding: 30px 10px 10px 10px;
	font-size: 8pt;
	background-color: #420400;
	color: White;
}

div.fuss a, a.visited
{
	text-decoration: underline;
	color: #919090;
}

div.fuss a:hover
{
	text-decoration: none;
	color: #1c6eab;
}