/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #f7efe0;
	text-align:center;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a img
{
	border:0 none;
}

h1, h2, h3, h4, h5
{
	font-family:"Times New Roman", Times, serif;
	color:#948969;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size:1.4em;
}

h3
{
	font-size:1.2em;
}

h4
{
	font-size:1.0em;
}

h5
{
	font-size:0.8em;
}

ul
{
	list-style-type:none;
}

address
{
	margin-top:60px;
}

#container
{
	width:955px;
	height:600px;
	margin: 0 auto;
	border:#2b2621 1px solid;
	text-align:left;
}

#container img
{
	float:right;
	margin:10px;
}

#head
{
	height:150px;
	width:955px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}

#menu
{
	height:28px;
	width:645px;
	/* background:#af9e84; */
	background-image:url(../img/menu_bg.jpg);
	background-repeat:repeat-x;
	border-top:#2b2621 1px solid;
	border-bottom:#2b2621 1px solid;
	padding-left:310px;
}

#menu li
{
	display:inline;
	position:relative;
	top:4px;
	margin-right:30px;
	margin-left:30px;
}

#menu a
{
	color:#fff;
}

#left_area
{
	background-image:url(../img/side_menu.jpg);
	background-repeat:no-repeat;
	border-right:1px #2b2621 solid;
	width:199px;
	height:420px;
	float:left;
}

#content
{
	width:705px;
	height:370px;
	padding:25px;
	padding-top:25px;
	background:#fff;
	float:right;
	overflow:auto;
}

#content a
{
	font-size:0.8em;
	text-decoration:none;
	color:#000;
}

#content a:hover
{
	text-decoration:underline;
	color:#948969;
}

#content p
{
	font-size:0.8em;
	margin-top:10px;
	margin-bottom:10px;
}

#content h2
{
	margin-top:0px;
}

#content h4
{
	margin-top:20px;
}

#content span
{
	font-size:0.8em;
}

#content ul
{
	margin-top:20px;
}

#content li
{
	margin-bottom:20px;
}

#content_index
{
	width:705px;
	height:370px;
	padding:25px;
	padding-top:25px;
	background:#fff;
	float:right;
	overflow:auto;
	background-image:url(../img/stripe_city.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#content_index a
{
	font-size:0.8em;
	text-decoration:none;
	color:#000;
}

#content_index a:hover
{
	text-decoration:underline;
	color:#948969;
}

#content_index p
{
	font-size:0.8em;
	margin-top:10px;
	margin-bottom:10px;
}

#content_index h2
{
	margin-top:0px;
}

#content_index h4
{
	margin-top:20px;
}

#content_index span
{
	font-size:0.8em;
}

#content_index ul
{
	margin-top:20px;
}

#content_index li
{
	margin-bottom:20px;
}

#impressum
{
	font-size:0.6em;
	color:#fff;
	position:relative;
	left:15px;
	top:403px;
}

#impressum a
{
	color:#5b5449;
	text-decoration:none;
}

#impressum a:hover
{
	color:#fff;
	text-decoration:underline;
}


/*  Klassen ecc. für Portfolio */

#portfolio
{
	margin-top:40px;
}

#portfolio li
{
	margin-top:20px;
	padding-top:20px;
	border-top:1px #948969 solid;
}

#portfolio a
{
	font-size:0.7em;
	text-decoration:none;
	color:#000;
}

#portfolio a:hover
{
	text-decoration:underline;
	color:#948969;
}

#portfolio h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-bottom:5px;
}

#contact
{
	width:705px;
	height:370px;
	padding:25px;
	background:#fff;
	float:right;
	overflow:hidden;
}

#contactimage
{
	float:left;
	height:430px;
	width:161px;
	border-left:1px black solid;
	border-right:1px black solid;
	margin:0px;
	margin-top:-25px;
	margin-left:270px;
}

#contactimage img
{
	margin:0px;
	margin-top:30px;
}

#contactleft
{
	float:left;
	width:200px;
}

#portrait
{
	margin:6px;
}

#services
{
	margin-top:30px;
	padding-top:20px;
}

#services li
{
	font-size:0.8em;
	background-image:url(../img/arrow.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:14px;
	margin-bottom:7px;
}

#side_image
{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
}

#side_image img
{
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

.space
{
	margin-top:10px;
	font-size:0.7em;
}

.space a
{
	color:black;
	text-decoration:none;
}

.space a:hover
{
	color:#948969;
	text-decoration:underline;
}

.space div
{
	margin-top:15px;
}

.flow
{
	margin-top:40px;
	width:500px;
}