/* debug
div {
	border: 1px solid gray;
}
*/

body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background: url('pics/right.gif') right repeat-y #2C2624 fixed;
	height: 100%;
}

#topright {
	width: 44px;
	height: 210px;
	background: url('pics/topright.gif') top right no-repeat;
	position: absolute;
	top: 0px;
	right: -1px; /* IE */
}

div>#topright {
	right: 0px; /* FF */
}

#contentpic {
	position: absolute;
	top: 144px;
	left: 221px;
	background: url('pics/contenttopleft.gif') no-repeat;
	width: 98px;
	height: 66px;
}

#frame {
	height: 100%;
	width: 100%;
}

#header {
	background-image: url('pics/headerbg.gif');
	height: 144px;
	width: 100%
}

#logo {
	background: url('pics/logo.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 221px;
	height: 210px;
	float: left;
	z-index: 1;
}

#topnavigation {
	font-size: 11px;
	background: url('pics/topleft.gif') no-repeat;
	position: absolute;
	left: 221px;
	height: 144px;
	z-index: 1;
	width: 850px;
}

#topnavigation ul {
	list-style-type: none;
	padding: 0px 0px 0px 2px;
	margin: 0px 5px;
	float: left;
	position: relative;
	top: 27px;
	left: 20px;
	padding-top: 23px;
}

ul#ueber {
	background: url('pics/nav_ueber.gif') no-repeat;
}

ul#agentur {
	background: url('pics/nav_agentur.gif') no-repeat;
}

ul#management {
	background: url('pics/nav_management.gif') no-repeat;
}

ul#organisation {
	background: url('pics/nav_organisation.gif') no-repeat;
	width: 200px;
}

ul#dienstleistungen {
	background: url('pics/nav_dienstleistungen.gif') no-repeat;
	width: 180px;
}

#topnavigation li {
	padding: 0px;
	margin: 0px;
}

#topnavigation a {
	color: #2c2624; 
	text-decoration: none
}

#topnavigation a:hover {
	color: #faa41a; 
	text-decoration: none
}

#leftnavigation {
	font-size: 11px;
	position: relative;
	top: 80px;
	left: 120px;
	float: left;
	z-index: 1;
}

#leftnavigation a {
	color: #2c2624; 
	text-decoration: none
}

#leftnavigation a:hover {
	color: #faa41a; 
	text-decoration: none
}

#leftnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#leftnavigation li.title {
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 12px;
}

#content {
	padding: 150px 50px 20px 340px;
	color: white;
	background: url('pics/left.gif') repeat-y;
}

#container {
	background: url('pics/left.gif') repeat-y;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer {
	clear: both;
	float: left;
	position: absolute; /* IE */
	bottom: 0px;
	left: 0px;
	width: 292px;
	height: 114px;
	background: url('pics/bottomleft.gif') no-repeat;
}

div>#footer {
	position: fixed; /* FF */
}

#webmaster {
	float: left;
	position: absolute; /* IE */
	left: 170px;
	top: 20px;
	color: #2c2624;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#footermap {
	float: left;
	position: absolute; /* IE */
	bottom: 0px;
}

a {
	text-decoration: none;
	color: #faa41a;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #BDBDBD;
	text-decoration: none;
}

h1 {
	color: #faa41a;
	font-size: 15px;
}

td {
	color: white;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

input, select, textarea { 
	color: #2c2624;
	border: 1px solid #BDBDBD;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

img {
	border: 0px;
}

#content p {
	padding: 10px 0px;
}