/* @group main styles */
body {
	margin: 0px;
	padding: 25px 0px 25px 0px;
	background: #77000b;
}

.page {
	width: 908px;
	background-color: white;
	color: black;
	margin: auto;
	padding: 0px 35px 0px 35px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#main ul {
	background-color: #B21927;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style: none;
	font: normal 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid #99000E;
	border-left: 1px solid #99000E;	
}

#main li {
	display: inline-block;
}

#start {
	width:121px;
	border-right: 1px solid black;
}

#moebel {
	width:195px;
	border-right: 1px solid black;
	text-align: center;
}

#einbau {
	width:168px;
	border-right: 1px solid black;
	text-align: center;
}

#kuechen {
	width:122px;
	border-right: 1px solid black;
	text-align: center;
}

#wir {
	width:170px;
	border-right: 1px solid black;
	text-align: center;
}

#kontakt {
	width:93px;
	text-align: right;
}



#main {
	color: black;
	background-color: #A50010;	
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
}

#head > .page:after {
	content: "";
	clear: both;
	display: block;	
/*	Pseudoelement am Ende von class page um ein clear für die beiden beiden Floats zu erreichen, damit Hintergrund weiß dargestellt wird*/
}
#head p {
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 19px;
}

#head div.page {
	border-top: 1px solid black;
}

#logo {
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 270px;
	height: 160px;
	float: left;
}

/*Logo soll H1 verdecken: span schiebt sich über die H1 durch Position absolut oben links bei gleichzeitiger H1 Position relative ohne Zuweisung. Overflow hidden steuert das Verhalten bei Überschreitung der Box-Begrenzung (visible ist Browserstandard)*/

h1 span {
	background: transparent url(bilder/logo.gif) no-repeat top left;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;	
}

h1 {
	margin: 0px 0px 14px 0px;
	padding : 0px;
	font : 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

#klein {
	color: black;
	background-color: #3A2E2F;	
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#klein > div {
	background-color: #474747;
	margin: auto;
	text-align: center;
	border-right: 1px solid #2E2E2E;
	border-left: 1px solid #2E2E2E;
}

nav#klein > ul {
	border-right: 1px solid #2E2E2E;
	border-left: 1px solid #2E2E2E;
	padding: 24px 35px 19px 35px;
}
#slideshow-wrapper {
	position: relative;
}
#controls .ss-controls a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	z-index: 100;
}
#slideshow {
	padding-top: 24px;
}

#bilder li {
	margin: 0px;
	padding: 0px 9px 0px 10px;
}

#bilder li img {
	border: 1px solid #474747;
}	

#bilder .selected img {
	border: 1px solid #CC0000; 
}

#klein ul {
	background-color: #474747;
	margin: auto;
	padding: 19px 0px 19px 0px;
	list-style: none;
}

#klein li {
	display: inline-block;
}

#caption {
	min-height: 8em;
	border-bottom: 1px solid black;
}

a:link {
	background-color : transparent;
	color : #CC0000;
	text-decoration : none;
}
a:visited {
	background-color : transparent;
	color : #333333;
	text-decoration : none;
}
a:active {
	background-color : transparent;
	color : #FF0000;
	text-decoration : none;
}
a:hover {
	background-color : transparent;
	color : #FF0000;
	text-decoration : underline;
}

a:link.text {
	background-color : transparent;
	color : white;
	text-decoration : none;
}
a:visited.text {
	background-color : transparent;
	color : #EEEEEE;
	text-decoration : none;
}
a:active.text {
	background-color : transparent;
	color : white;
	text-decoration : none;
}
a:hover.text {
	background-color : transparent;
	color : white;
	text-decoration : underline;
}
#slideshow a:hover,
#thumbs a:hover{
	text-decoration: none;
}


h2 {
	margin: 0px;
	padding: 20px 0px 15px 0px;
	font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	margin: 0px;
	padding: 20px 0px 15px 0px;
	font: normal 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font: bold 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h5 {
	margin: 0px;
	padding: 0px;
	font: bold 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ol {
	font: 0.9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 15px 20px;
}

p {
	font: 0.9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#annegret {
	font : 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0px;
	padding : 15px 0px 15px 0px;
	text-align: right;
}

#frontpage footer:after,
#about footer:after {
	content: "";
	display: block;
	height: 25px;
	background-color: white;
	width: 978px;
	margin: auto;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#contact footer div {
	border-bottom: 1px solid black;
}

/* @end */