html, 
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	background: #5B5B5B url(Design/tabellenhintergrund.gif) repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-align: justify; 
	color: #474747;
	scrollbar-face-color: #5B5B5B; 
}

h1 {
	clear: both;
	padding-top: 15px;
	font-size: 11pt; 
	color: #B3B3B3; 
	font-weight: normal; 
	text-align: left
}

form p {
	margin-bottom: 0;
}

a:link { text-decoration: underline;  color: #474747} 
a:visited { text-decoration: underline;  color: #474747}
a:active { font-style:italic; text-decoration: underline;  color: #474747}
a:hover { color:#B3B3B3; text-decoration: underline}

textarea, input { font-family: verdana, arial, helvetica, sans-serif; font-size: 9pt; color: #B3B3B3; border: 1 solid #B3B3B3; background-color: #8C8B8B; border-right: #B3B3B3 1px solid; border-top: #B3B3B3 1px solid; border-left: #B3B3B3 1px solid; border-bottom: #B3B3B3 1px solid; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px}

.page {
	width: 800px;
	margin: 0 auto;
}

#mainmenu {
	float: left;
	width: 172px;
	margin: 10px 0 0 0;
	padding: 130px 0 0 0;
	background: url(Design/logo.gif) no-repeat center top;
}

#mainmenu ul {
	display: block;
	list-style-type: none;
	width: 172px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(Design/szendzielorz.gif) no-repeat center top;
}

#mainmenu li,
#mainmenu li a {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#mainmenu li a {
	width: 100px;
	height: 30px;
	cursor: pointer;
}

#mainmenu li a span {
	position: absolute;
	left: -10000px;
}

#index {
	background: url(Design/menu-firmenprofil-n.gif) no-repeat center center;
}

#leistungen {
	background: url(Design/menu-leistungen-n.gif) no-repeat center center;
}

#referenzen {
	background: url(Design/menu-referenzen-n.gif) no-repeat center center;
}

#zenzi-race-tec {
	background: url(Design/menu-zenzi-racetec-n.gif) no-repeat center center;
}

#kontakt {
	background: url(Design/menu-kontakt-n.gif) no-repeat center center;
}

#impressum {
	background: url(Design/menu-impressum-n.gif) no-repeat center center;
}

#index:hover,
#index.selected {
	background-image: url(Design/menu-firmenprofil-h.gif);
}

#leistungen:hover,
#leistungen.selected {
	background-image: url(Design/menu-leistungen-h.gif);
}

#referenzen:hover,
#referenzen.selected {
	background-image: url(Design/menu-referenzen-h.gif);
}

#zenzi-race-tec:hover,
#zenzi-race-tec.selected {
	background-image: url(Design/menu-zenzi-racetec-h.gif);
}

#kontakt:hover,
#kontakt.selected {
	background-image: url(Design/menu-kontakt-h.gif);
}

#impressum:hover,
#impressum.selected {
	background-image: url(Design/menu-impressum-h.gif);
}

.content {
	float: right;
	width: 500px;
	overflow: hidden;
	margin: 25px 64px 25px 0;
	padding: 0;
	background: url(Design/rahmen-mitte.gif) repeat-y left;
	border-bottom: #B3B3B3 1px solid;
}

.ie6 #mainmenu,
.ie6 .content {
	display: inline;
}

.contentinner {
	padding: 5px 20px 20px 20px;
}

.contentinner img {
	margin-bottom: 5px; 
	border: double 3px #B3B3B3;
	vertical-align: middle;
}

.contentinner img.linksbuendig,
.contentinner img.links {
	float: left; 
	margin-right: 10px; 
}

.contentinner img.rechtsbuendig,
.contentinner img.rechts {
	float: right; 
	margin-left: 10px; 
}

.contentinner img.Design {
	border: none;
}

.contentinner img.anfang {
	display: block;
	clear: both;
	float: right;
	border: none;
}

.clearer {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
}