@charset "UTF-8";
/* CSS Document */

body{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	background: #436266;
}

a{
	color: #FFF;
	text-decoration: none;
}

a img{
	border: none;	
}

div{
	position: relative;	
}

#container{
	
}

.center{
	margin: auto;
	text-align: left;
	width: 824px;
}

.full{
	text-align: center;	
}

.alignleft{
	float: left;
}

.alignright{
	float:right;
}

img.alignleft{
	margin: 0 6px 3px 0;
}

img.alignright{
	margin: 0 0px 3px 6px;
}

#banner{
	height: 369px;
	background: url(images/bg_banner.png) repeat-x;
}

#banner_inner{
	margin: auto;
	text-align: left;
	width: 844px;
	height: 156px;
	background: url(images/banner.png) left 12px no-repeat;
	margin-bottom: 2px;
}

#banner_inner div{
}

#language{
	width: 25px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 20px;
}

#language ul{
	margin: 0;
	padding: 0;
}

#language li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_navi{
	position: absolute;
	margin-top: 18px;
	margin-left: 45px;
}

#top_navi ul{
	list-style: none;
}

#top_navi li{
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	margin: 0 7px 0 7px;
	font-size: 14px;
	padding-bottom: 2px;
}

#top_navi div.item{
	position: relative;
	padding-bottom: 3px;
	padding-top: 70px;
	overflow: hidden;
	z-index: 200;
	background: url(images/light.png) no-repeat;
}

#top_navi li.kreation div.item{
	border-bottom: 4px solid #FFA500;
}

#top_navi li.produkte div.item{
	border-bottom: 4px solid #F45912;
}

#top_navi li.management div.item{
	border-bottom: 4px solid #E20A16;
}

#top_navi .reflection{
	height: 17px;
}

#top_navi li.kreation .reflection{
	background: url(images/kreation_glass.png) center bottom no-repeat;
}

#top_navi li.produkte  .reflection{
	background: url(images/produkte_glass.png) center bottom no-repeat;
}

#top_navi li.management  .reflection{
	background: url(images/management_glass.png) center bottom no-repeat;
}

#top_navi li a{
	text-transform: uppercase;
	font-weight: normal;
}

#logo
{
	width: 355px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 32px;
}

#teaser{
	position: relative;
	margin-top: -27px;
	height: 209px;
	overflow: hidden;
	z-index: 9;
}

#curtain{
	background: #222;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.teaser_img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#navi{
	position:relative;
	background: #fff url(images/bg_navi.png) top left;
	opacity: 0.8;
  	filter: alpha(opacity = 80);
	height: 27px;
	z-index: 1000;
	text-align: left;
	overflow: hidden;
}

#navi ul{
	padding: 4px 0 0 20px;
	margin: 0;
	list-style: none;
	z-index: 1000;
}

#navi li{
	display: inline;
	margin-right: 15px;
	font-size: 14px;
	color: #5B858A;
	z-index: 1000;
}

#navi li a{
	color: #666666;
	z-index: 1001;
}

#search{
	width: 190px;
	float: right;
}

#s{
	margin: 0;
	padding: 2px;
	height: 16px;
	border: 1px solid #ccc;
	width: 146px;
	background: #efefef url(images/bg_search.png) repeat-x;
}

#searchsubmit{
	border: 1px solid #ccc;
	width: 22px;
	height: 22px;
	padding: 0;
	background: url(images/search.gif) top left no-repeat;
}

#search td{
	margin: 0;
	padding: 0;
}

#headline{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 35px;
	background: #fff url(images/bg_navi.png) top left;
	opacity: 0.8;
  	filter: alpha(opacity = 80);
	z-index: 20;
}

#headline p{
	font-size: 22px;
	margin: 0;
	padding: 4px 0 0 20px;
	color: #333;
	text-shadow:1px 1px 0px #fff;
}

#main_top{
	height: 12px;
	background: url(images/bg_main_top.png) top left repeat-x;
}

#main_top div{
	height: 12px;
	background: url(images/bg_content.png) top left repeat-x;
}

#main{
	background: url(images/bg_main.gif) top left;
}

#main a{
	color: #999;
	text-shadow:1px 1px 0px #ccc;
}

#main a:hover{
	text-decoration: underline;
}

#main_footer{
	height: 12px;
	background: url(images/bg_main_footer.png) top left repeat-x;
}

#content{
	background: #fff url(images/bg_content_line.png) repeat-y;
}

#content { min-height:400px; } * html #content { height:400px; }

#sidebar{
	float: left;
	width: 198px;
	background: #efefef;
	margin-left: -824px;
}

#sidebar h2:first-child{
	margin: 0px 0 5px 0;
}

#sidebar h2{
	padding: 10px 0 0px 15px;
	margin: 10px 0 5px 0;
	font-weight: normal;
	color: #333;
	font-size: 18px;
	text-shadow:1px 1px 0px #fff;
}

#sidebar > ul ul{
	padding: 0 0 0 0; 
	margin: 0;
	list-style: none;
}

#sidebar > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar > ul > li:first-child{
	border-top: 1px solid #ccc;
}


#sidebar li .menu_item{
	border-bottom: 1px solid #ccc;
}


#sidebar li .current_page_item{
	background: #fff;
	text-shadow:1px 1px 0px #ccc;
	font-weight: bold;
}


#sidebar li a{
	color: #666;
	text-shadow:1px 1px 0px #fff;
}

.menu_item{
	padding: 7px 0 7px 15px;	
}

#sidebar ul.depth_1 .menu_item{
	padding-left: 30px;
}

#sidebar ul.depth_2 .menu_item{
	padding-left: 45px;
}

#sidebar ul.depth_3 .menu_item{
	padding-left: 60px;
}

#sidebar ul.depth_4 .menu_item{
	padding-left: 75px;
}

#sidebar ul.depth_5 .menu_item{
	padding-left: 90px;
}

#sidebar .hasChildren{
	background-image: url(images/arrow_bg.png);
	background-position: 180px 10px;
	background-repeat: no-repeat;
}

#sidebar .hasChildrenDisabled{
	background-image: url(images/arrow_bg_2.png);
	background-position: 180px 10px;
	background-repeat: no-repeat;
}

#inner{
	float: left;
	margin-left: 220px;
	width: 564px;
	padding: 5px 20px 0 20px;
}

#inner h2:first-child{
	margin: 0 0 5px 0;
	padding: 0;
}

#inner h2{
	margin: 10px 0 5px 0;
	padding: 0;
}

#inner p{
	margin:0;
	padding: 0;
	line-height: 160%;
}

#inner .navigation p{
	padding: 0px 0 8px 0;
}

#footer{
	height: 154px;
	background: #436266 url(images/bg_footer.png) repeat-x;
	color: #666;
}

#inner_footer{
	margin: auto;
	width: 844px;
	background: url(images/footer.png) left top no-repeat;
	text-align: left;
	height: 126px;
	padding-left: 0px;
	padding-top: 20px;
}

#footer p{
	margin: 0;
	padding: 0;
	line-height: 160%;
}

#imprint{
	float: left;
	width: 100px;
	margin-left: 30px;
}

#imprint a{
	color: #666;
	text-shadow: 1px 1px 0 #333;
}

#footer_left{
	float: left;
	width: 300px;
	margin-left: 120px;
	text-shadow: 1px 1px 0 #333;
}

#footer_right{
	margin-left: 550px;
	width: 250px;
	text-shadow: 1px 1px 0 #333;
}

#main_footer div{
	height: 12px;
	background: url(images/bg_content_footer.png) top left repeat-x;
}

.clearbot{
	clear: both;
	font-size: 0;
	line-height: 0%;
	height: 0;
	padding: 0;
	margin: 0;
}

.news_header{
	padding: 7px 0 10px 7px;
	font-size: 14px;
	background: url(images/news_header_bright.png) repeat-x;
}

.capsule{
	padding: 0 10px 0 10px;
	padding: 10px 0 10px 0;
}

span.time{
	display: block;
	color: #999;
	font-size: 12px;
	padding-right: 10px;
	padding-top: 2px;
	float:left;
}

span.title{
	display: block;
	margin-left: 100px;
	padding-right: 20px;
}

/* MARK THE MAP */
#mtm_image_container{
	width: 550px;
	height: 293px;
	background: url(../../plugins/markthemap/images/map_frontend.jpg) top left no-repeat;
}

.mtm_grey_marker{
	position: absolute;
	background: url(images/o.gif) top left no-repeat;
	width: 16px;
	height: 11px;	
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.mtm_grey_marker a{
	padding: 5px;	
}

#markthemap_wrap{
	padding: 4px;
}

#mtm_tooltip{
	position: absolute;
	width: 240px;
	height: 175px;
	background: transparent url(images/tooltip.png) no-repeat top left;
	font-size: 10px;
	padding: 0px 50px 10px 10px;
	overflow: hidden;
	z-index: 1000;
}

#mtm_tooltip h3{
	margin:0 0 3px 0;
	padding:0;
}

#mtm_tooltip p{
	padding: 0;
	margin:0;
}

ul.markthemap_list{
	list-style: none;
}

.markthemap_list li{
	padding-bottom: 2px;
}

#markthemap_list_col1{
	float:left;
	width: 48%;
}

#markthemap_list_col2{
	float:left;
	width: 48%;
}

/* ngg */
.ngg-navigation{
	padding-bottom: 5px;
}

td{
	padding: 5px;
}

    #qtrans_language_chooser {

    list-style-type:none

    }

    #qtrans_language_chooser li {

    float:right;

    padding-top:5px;

    padding-right:10px;

    }


