body {
	background:#eee;
	margin: auto;
	padding:0;
	color:#222;
	font:12px Verdana,Arial,san-serif;
	text-align: center;
	line-height: 150%;
}
#header {
	position: absolute;
	top: 10px; left: 0;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
	background: transparent url(pics/bg_head.gif) repeat-x;
}
#header h1 {
	height: 35px;
	width:750px;
	margin: 5px auto 0px auto;
	padding:0px 0 3px 0;
	font-size: 20px;
	color: #666;
	text-align: left;
	font-weight: normal;
}
#header h1 span {
	visibility: hidden;
}
#header h1 img {
	position: relative;
	top: 1px;
	margin: 0 10px 0 0;
}
#navi, #subnavi {
	clear: both;
	margin: 5px auto 0 auto;
	padding: 0;
	height: 20px;
	width:750px;
	background: #ddd url(pics/bg_nav.gif) repeat-y;
}
#subnavi {
	background: #aaa url(pics/bg_nav.gif) repeat-y;
}

#home #subnavi {
	background: #fff none;
	}

/* Top-Navugation */
#navi ul, #subnavi ul{
	position: relative;
	left: 105px;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
	}
#navi li, #subnavi li {
	float: left;
	margin: 0;
	padding: 0;
	}
#navi a, #subnavi a {
	float:left;
	display:block;
	width:.1em;
	margin: 0 0 0 10px;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
	}
#navi>ul a {width:auto;}
#subnavi>ul a {width:auto;}

#navi a:hover, #subnavi a:hover {
	color: #e42130;
	}

#home #nav-hom, #speech #nav-spe, #event #nav-eve, #trend #nav-tre, #consulting #nav-con, #person #nav-per, #kontakt #nav-kon {
	background-color: #fff;
	color: #e42130;
	}
.sub1 #subnav1, .sub2 #subnav2, .sub3 #subnav3, .sub4 #subnav4, .sub5 #subnav5, .sub6 #subnav6 {
	background-color: #fff;
	color: #e42130;
}
/*Ende Top Navigation */


#center {
	background: #fff url(pics/bg_center.gif) repeat-y;
	border-top:2px solid #aaa;
	border-bottom:2px solid #aaa;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 754px;
	padding: 0;
	text-align: left;
}
#content {
	margin: 150px auto 0 auto;
	padding: 0 150px 0 119px;
}
#content h1 {
	font-size: 20px;
	color: #666;
	line-height: 40px;
	margin: 0 0 0 -15px;
	padding: 0 0 0 10px;
	border-left: 5px solid #000;
}	
#content h2 {
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
	}
#content a {
	text-decoration: none;
	color: #000;
	}
	
#content ul {
	list-style-image: url(pics/liste.gif);
	list-style-position: inside;
	padding: 0;
	margin: 0;
	}
#content li {
	padding: 0;
	margin: 0;
	}
	
#content a:hover {
	color: #e42130;
	}
a.mehr {
	padding-left: 15px;
	background: transparent url(pics/bg_mehr.gif) no-repeat;
	background-position: 3px 0;
	}
a.mehr:hover {
	background-position: 3px -20px;
	}
	
input.kont {
   width:300px;
   }
textarea.kont {
   width:300px;
   height:74px;
   }
input.butt {
   background:#ccc;
   font-family : Verdana,Arial,san-serif;
   font-weight:bold;
   margin: 3px 0 0 0;
   border:2px solid #666;
   border-right-color:#333;
   border-bottom-color:#333;
   }

.links {
	float: left;
	margin: 0 5px 5px 0;
	}
	
.rechts {
	float: right;
	margin: 0 0 5px 5px;
	}
#kontakt .links {
	margin: 0 10px 20px 0;
	}