/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9a9a9a;
	background:url(../images/site_bg.gif) top center repeat-y;
}
#site {
	width:1000px;
	margin:0 auto;
}
#header {
	height:180px;
	background:url(../images/header.jpg) top left no-repeat;
	position:relative;
}
#logo img {
	border:none;
}
#logo {
	height:91px;
}
#lang {
	position:absolute;
	top:20px;
	right:120px;
	text-align:right;
	font-size:9px;
}
#lang img {
	border:none;
}
#lang a {
	text-decoration:none;
	color:#CCC;
	margin-left:15px;
}
#lang a:hover, #lang a.active {
	color:#FFF;
}
#menu {
	height:20px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
}
#menu a {
	background:url(../images/menu_out.gif) top right no-repeat;
	display:block;
	float:left;
	height:20px;
	color:#55717F;
	width:185px;
	width:120px;
	text-decoration:none;
	margin-left:-20px;
	text-align:center;
}
#menu a:hover, #menu a.active {
	font-size:12px;
	color:#FFF;
	background-image:url(../images/menu_over.gif);
}
.Home {
	position:relative;
	z-index:100;
}
.Angebot {
	position:relative;
	z-index:90;
}
#menu .EinstiegundPartnerschaft {
	position:relative;
	z-index:80;
	width:190px;
}
#menu .PersonalityPublicRelations {
	position:relative;
	z-index:70;
	width:195px;
}
.Brasil {
	position:relative;
	z-index:60;
}
.Kontakt {
	position:relative;
	z-index:50;
}
.Team {
	position:relative;
	z-index:40;
}
#submenu {
	height:20px;
	line-height:20px;
	background:url(../images/submenu_bg.gif) top left repeat-x;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	font-size:12px;
}
#submenu a {
	color:#FFF;
	text-decoration:none;
	margin-right:3px;
	letter-spacing:-1px;
}
#submenu a:hover, #submenu a.active {
	text-decoration:unerline;
	border-bottom:2px solid #FFF;
}
#bottom {
	height:48px;
	background:url(../images/search_bg.gif) top left repeat-x;
	position:relative;
}
#breadcrumb {
	position:absolute;
	top:20px;
	left:20px;
}
#breadcrumb a {
	font-size:10px;
	color:#55717F;
	text-decoration:none;
}
#search {
	position:absolute;
	top:17px;
	right:20px;
}
#search input {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#container a {
	color:#9A9A9A;
}
#content {
	margin:20px;
	overflow:hidden;
}
* html #content {
	height:1%;
}
h1 {
	font-size:18px;
	font-weight:normal;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
#footer, #credits {
	margin-bottom:5px;
	text-align:center;
}
.liste img {
	float:left;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}