* {
	padding:0;
	margin:0;
}

body, #header, #title, #tagline, a {background-color:#373737;}
body, a, a:hover, #header {color:#fff;}

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.83em;
	margin:20px auto;
	text-align:center;
}

div#container {
	margin:0 auto;
	width:800px;
}
div#homecontainer {
	margin:0 auto;
	width:690px;
	padding-top:30px;
}

div {text-align:left;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:15px 0;}
p {text-align:justify;}
h1 {
  font-size:22px;
  font-weight:normal;
}
h2 {
  font-size:14px;
  font-weight:normal;
  padding:5px 10px 5px 10px;
  background-color:#828282;
  color:#fff;
}
li, dd {margin-left:5%;}
fieldset {padding: .5em;}

a img {border:0;}
a {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#header {
	width:100%;
	clear:both;
}
#title {
	color:#480001;
	font-size:3em;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	float:left;
}
#links {
	padding:0px 0px 15px 0px;
	float:right;
	font-size:0.83em;
	text-align:right;
}
#links a {
	font-weight:bold;
	text-decoration:none;
}
#links a:hover {
	text-decoration:underline;
}

/* home */ 
#homecontent {
	font-size:1.0em;
	height:335px;
	background:#373737 url("images/kitchen-home.jpg") no-repeat 0 0;
}
#navhome {
  position:absolute;
	margin:20px 0 0 420px;
}
#contenthome {
	position:absolute;
	margin:203px 0 0 20px;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	padding:5px 10px;
	color:#fff;
	background-color:#999;
	width:200px;
	height:105px;
	overflow:auto;
}

/* main menu */
#nav {
	margin-bottom:75px;
	clear:both;
}
#nav a, #nav a.selected, #nav a:hover, #navhome a, #navhome a:hover {
	text-decoration:none;
}
#nav a, #navhome a {
  display:block;
  color:#fff;
	background-color:#999;
	font-weight:bold;
	padding-top:40px;
	padding-right:10px;
	padding-bottom:5px;
	margin-right:5px;
	text-align:right;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}
#nav a.last {
	margin-right:0;
}
#navhome a {
	padding-top:35px;
}
#navhome a {
  width:235px;
	margin-bottom:5px;
}
#nav a {
  width:145px;
  float:left;
}
#nav a.selected, #nav a:hover, #navhome a:hover {
  color:#fff;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#nav a#projekt.selected, #nav a#projekt:hover, #navhome a#projekt:hover {
  background-color:#52A640;
}
#nav a#design.selected, #nav a#design:hover, #navhome a#design:hover {
  background-color:#FF5155;
}
#nav a#investment.selected, #nav a#investment:hover, #navhome a#investment:hover {
  background-color:#7BBBD3;
}
#nav a#future.selected, #nav a#future:hover, #navhome a#future:hover {
  background-color:#D37D44;
}
#nav a#services.selected, #nav a#services:hover, #navhome a#services:hover {
  background-color:#D37D44;
}
#nav a#news.selected, #nav a#news:hover, #navhome a#news:hover {
 background-color:#9933CC;
}

#content {
	border-top:1px solid #CCCCCC;
	clear:both;
}
#maincontent {
	font-size:1.0em;
	padding:0px 20px 0px 0px;
	width:550px;
	border-right:1px solid #CCCCCC;
	float:left;
}
#sidecontent {
	font-size:0.83em;
	float:right;
	width:210px;
}
#sidecontent #requiredinfo {margin-top:240px;}
#sidecontent #addressinfo {margin-top:165px;}
#sidecontent #appointmentinfo {margin-top:100px;}

#footer, #footerhome, #bottom {
	font-size:0.83em;
	padding:7px 20px 7px 20px;
}
#footer, #footerhome {
	color:#fff;
	background-color:#999999;
	clear:both;
	text-align:center;
}
#footerhome {text-align:left;}
#footer	a, #footerhome a {
	color:#fff;
	background-color:#999999;
	text-decoration:none;
}
#footer	a:hover, #footerhome a:hover {
	color:#fff;
	background-color:#999999;
	font-weight:bold;
	text-decoration:underline;
}
#footer #left, #footer #right {
  float:left;
  padding:0;
}
#footer #left {
  width:500px;
}
#footer #right {
  width:260px;
  text-align:right;
}
#bottom, #bottom p {
  text-align:right;
}

form.form {
}
.form_title {
	float:left;
	width:210px;
	margin:3px;
}
.form_input {
	margin:3px;
}
.form_input button {
	margin-right:30px;
}
.req {
	color:#FF5155;
	margin-left:7px;
}

#contactform input.text, #contactform textarea {
	width:110px;
	margin-bottom:5px;
}
#contactform textarea {
	height:100px;
}
#contactform th {
	vertical-align:top;
	width:75px;
	font-size:11px;
	text-align:left;
}
.tab_text{
	display:none;
	overflow:hidden;
}

.text-center {text-align:center;}