* {
	margin:0;
	padding:0;
	background-position: top;
}

body {
	background:#fff url(../images/body-bg.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#909090;
	width:100%;
	font-size: 70%;
}

/*** CONTAINER STYLES ***/

#container {
	width:843px;
	margin:0 auto;
}

#content-bg {
	width:843px; 
	background:transparent url(../images/content-bg.gif) top left repeat-y;
}

#header-bg {
	width:843px; 
	background:transparent url(../images/header-bg.jpg) top left no-repeat;
	position:relative;
	padding-top:21px;
}

/*** NAV STYLES ***/

#top-nav {
	height:36px;
	width:801px;
	margin:0 auto 1px auto;
	background:transparent url(../images/topnav-bg.gif) top left repeat-x;
}

#top-nav ul {
	width:801px;
	position:relative;
}

#top-nav ul li {
	list-style:none;
	position:absolute;
	height:36px;
}

#top-nav ul li#index-link {
	width:85px;
	left:0;
}

#top-nav ul li#profil-link {
	width:85px;
	left:143px;
}

#top-nav ul li#projekt-link {
	width:107px;
	left:330px;
}

#top-nav ul li#leistungen-link {
	width:122px;
	left:507px;
}

#top-nav ul li#kontakt-link {
	width:110px;
	left:691px;
}



#image-container {
	width:843px;
}

#flashcontent {
	width:799px;
	margin-left:22px;
}

/*** CONTENT STYLES ***/

#content {
	width:801px;
	margin-left:21px;
	margin-top:20px;
	padding:0;
}

#content h1 span, #content h2 span {
	display:none;
}

#content p {
	margin:11px 0;
	line-height: 140%;
	padding:0;
}

#content p a {
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}

#main {
	width:445px;
	margin-left:30px;
	margin-right:40px;
	float:left;
	display:inline;
	padding-bottom:124px;
}

ul#sub-container {
	margin:10px 0 20px 0;
}

ul#sub-container li {
	display:inline;
	list-style:none;
}

#rightcol {
	float:left;
	width:271px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

/*** EXTRA DETAIL ***/

#stift-detail {
	background:transparent url(../images/stift.png) bottom right no-repeat;
	position:absolute;
	left:-213px;
	top:410px;
	height:380px;
	width:230px;
	background-image: url(../images/imbus.png);
}

#placesetting-detail {
	background:#fff url(../images/main-bg.gif) bottom left no-repeat;
	position:absolute;
	bottom:-10px;
	left:21px;
	width:504px;
	height:124px;
}

/*** FOOTER STYLES ***/

#footer {
	width:843px; 
	background:transparent url(../images/footer-bg.gif) top left no-repeat;
}

#footer ul#footer-links {
	float:left;
	margin-right:20px;
	margin-top:20px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#footer ul#restaurant-links {
	float:right;
	margin-right:20px;
	margin-top:30px;
}

#footer ul li {
	display:inline;
	margin-left:20px;
}

#footer ul#footer-links li a{
	text-decoration:none;
	font-size:70%;
	color:#999999;
}

#footer ul li img {
	vertical-align:middle;
}

/*** GENERIC STYLES ***/

a img {
	border:none;
}

.logo {
	margin-left:15px;
	display:block;
}

.clear {
	clear:both;
}
.greybox {
	clear:both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}
.spacer {
	clear:both;
	background-color: #FFFFFF;
	height: 3px;
}
