@charset "iso-8859-2";
/* CSS Document */

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;  /* Firefox */
}
body {
	margin:0px;
	background-image:url(/img/pagebg.png);
	background-position:top;
	background-repeat:repeat-x;
	/* center layers */
	text-align:center;
	/* standard font */
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-size: 13px;
}
h1 { /* Head für Haupt-Bereich (Subnav-Bereich) */
	font-size: 15px;
	margin:0;
	margin-top:0;
	margin-bottom:13px;
}
h2 { /* Head für Page-Titel */
	font-size: 15px;
	margin:0;
	margin-top:0;
	margin-bottom:13px;
}
h3 { /* Head für Zwischen-Titel */
	font-size: 14px;
	margin:0;
	margin-top:0;
	margin-bottom:13px;
}
p {
	margin:0;
	margin-top:0;
	margin-bottom:13px;
}
a {
	text-decoration:underline;
	color:#000000;
}
li, ul {
	/* list-style: */
    padding: 0;
	margin:inherit;
}
.bl {
	background: url(/img/cw_lb.png) 0 100% no-repeat
}
.br {
	background: url(/img/cw_rb.png) 100% 100% no-repeat
}
.tl {
	background: url(/img/cw_lt.png) 0 0 no-repeat
}
.tr {
	background: url(/img/cw_rt.png) 100% 0 no-repeat;
	padding:1px
}
/* Seiten-Standards */


#navigation {
	margin: 0 auto;
	height:90px;
	width:800px;
	text-align:left;
}
/*#navleiste {
	position:absolute;
	margin-top:50px;
	margin-left:165px;
	height:20px;
	text-align:left;
}
*/

#navleiste {
	position:absolute;
	margin-top:-18px;
	margin-left:165px;
	width:635px;
	height:93px;
	text-align:left;
}
#logo {
	position:absolute;
	margin-top:20px;
	margin-left:35px;
	text-align:left;
}
#teaser {
	margin: 0 auto;
	margin-top:15px;
	width:850px;
	text-align:left;
}
#contentwrapper {
	margin: 0 auto;
	padding: 0;
	margin-top:15px;
	width:800px;
}
#contentrow {
	width:770px;
	margin: 0 auto;
	text-align:left;
	background:url(/img/contentrowbg.png) no-repeat;
	float:left;
}
.cr_bg_t {
	background: url(/img/contentrowbg_top.png) 0 0 no-repeat;
	float:left
}
.cr_bg_b {
	background: url(/img/contentrowbg_bot.png) 0 100% no-repeat;
	float:left
}
#contentrowleft {
	padding:15px;
	margin: 0 auto;
	width:170px;
	text-align:left;
	float:left;
}
#contentrowright {
	padding:15px;
	margin: 0 auto;
	width:525px;
	margin-left:15px;
	text-align:left;
	float:left;
}
#content {
	margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	width:770px;
	text-align:left;
	background:url(/img/contentbg.png);
	background-repeat:no-repeat;
	float:left;
}
/* Subnav */

ul#subnav {
	width: 170px;
	margin: 0;
	padding:0; /* padding: 0.8em; */
	border-top: 1px dotted white;
}
ul#subnav li {
	list-style: none;
	padding: 0;
}
ul#subnav a {
	display:block;
	text-decoration: none;
	padding: 4px;
	padding-left:10px;
	padding-right:10px;
	border-bottom: 1px dotted white;
	color: white;
}
* html ul#subnav a {  /* Breitenangaben nur fuer IE */
	width: 100%;
	w\idth: 8.8em;
}
ul#subnav a:hover {
	color: white;
	font-weight:bold;
}
ul#subnav .current {
	color: white;
	font-weight:bold;
	background-image:url(/img/bullet_white.png);
	background-repeat:no-repeat;
	background-position:left top;
}
/* Unterpunkte Subnav */

ul#subnav li ul {
	width: 170px;
	margin: 0;
	padding:0; /* padding: 0.8em; */
	border-bottom: 1px dotted white;
}
ul#subnav li ul li {
	list-style: none;
	padding: 0;
}
ul#subnav li ul li a {
	display:block;
	text-decoration: none;
	padding: 2px;
	padding-left:20px;
	padding-right:10px;
	color: white;
	font-size:12px;
	border-bottom: none;
	font-weight:normal;
}
ul#subnav li ul li a:hover {
	color: white;
	text-decoration:underline;
	font-weight:normal;
}
/* Fixe Subnav */

ul#fixsubnav {
	width: 170px;
	margin: 0;
	padding:0; /* padding: 0.8em; */
}
ul#fixsubnav li {
	list-style: none;
	padding: 0;
}
ul#fixsubnav a {
	display:block;
	text-decoration: none;
	padding: 1px;
	padding-left:0px;
	padding-right:10px;
	color:#FFF;
	font-size:12px;
}
* html ul#fixsubnav a {  /* Breitenangaben nur fuer IE */
	width: 100%;
	w\idth: 8.8em;
}
ul#fixsubnav a:hover {
	color:#FFF;
	font-weight:bold;
}
/* footernav */

#footer {
	margin: 0 auto;
	margin-top:15px;
	padding-bottom:20px;
	width:800px;
	float:left;
	text-align:right;
	font-size:11px;
}
ul#footernav {
	margin: 0;
	padding:0; /* padding: 0.8em; */
}
ul#footernav li {
	list-style: none;
	display: inline;
	padding: 0;
}
ul#footernav a {
	display:block-inline;
	width:auto;
	text-decoration: none;
	margin-right:5px;
	padding-right:5px;
	border-right: 1px solid #000000;
	color: #000000;
}
ul#footernav a.last {
	border-right: 0px;
}
* html ul#footernav a {  /* Breitenangaben nur fuer IE */
	width: 100%;
	w\idth: 8.8em;
}
ul#footernav a:hover {
	text-decoration:underline;
}
/*  NAVI DE */

#nav {
	margin: 0;
	padding: 0;
	height: 93px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style: none;
	display: inline;
	height: 93px;
	float: right;
}
#nav_agentur a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/de/img/navi/agentur.png) 0px 0px no-repeat;
	width: 73px;
}
#nav_leistungen a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/de/img/navi/leistungen.png) 0px 0px no-repeat;
	width: 93px;
}
#nav_mexpertise a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/de/img/navi/mexpertise.png) 0px 0px no-repeat;
	width: 95px;
}
#nav_referenzen a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/de/img/navi/referenzen.png) 0px 0px no-repeat;
	width: 99px;
}
#nav_presse a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/de/img/navi/presse.png) 0px 0px no-repeat;
	width: 66px;
}
#nav_kontakt a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/de/img/navi/kontakt.png) 0px 0px no-repeat;
	width: 71px;
}
#nav_english a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/de/img/navi/english.png) 0px 0px no-repeat;
	width: 67px;
}
#nav a:hover {
	background-position: 0px -93px;
}
#nav a:active {
	background-position: 0px -93px;
}
#nav .navactive a {
	background-position: 0px -93px !important;
}
/*  NAVI EN */

#nav_en {
	margin: 0;
	padding: 0;
	height: 93px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav_en li {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style: none;
	display: inline;
	height: 93px;
	float: right;
}
#nav_en_agentur a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/en/img/navi/agentur.png) 0px 0px no-repeat;
	width: 72px;
}
#nav_en_leistungen a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/en/img/navi/leistungen.png) 0px 0px no-repeat;
	width: 80px;
}
#nav_en_mexpertise a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/en/img/navi/mexpertise.png) 0px 0px no-repeat;
	width: 101px;
}
#nav_en_referenzen a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/en/img/navi/referenzen.png) 0px 0px no-repeat;
	width: 100px;
}
#nav_en_presse a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/en/img/navi/presse.png) 0px 0px no-repeat;
	width: 58px;
}
#nav_en_kontakt a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/en/img/navi/kontakt.png) 0px 0px no-repeat;
	width: 76px;
}
#nav_en_deutsch a {
	float: left;
	padding: 93px 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(/en/img/navi/deutsch.png) 0px 0px no-repeat;
	width: 78px;
}
#nav_en a:hover {
	background-position: 0px -93px;
}
#nav_en a:active {
	background-position: 0px -93px;
}
#nav_en .navactive a {
	background-position: 0px -93px !important;
}
/* Tag Cloud */


#tagCloud {
	/* padding:1em 1em 0em 1em;  */
  line-height:1.4em;
	text-align:justify;
}
#tagCloud a {
	padding:0.1em;
	border-bottom:0px;
	text-decoration:none;
}
#tagCloud a.cloud4 {
	font-size:8pt;
	color:#CCC;
	font-weight:100;
}
#tagCloud a.cloud3 {
	font-size:10pt;
	color:#999;
	font-weight:200;
}
#tagCloud a.cloud2 {
	font-size:11pt;
	color:#666;
	font-weight:300;
}
#tagCloud a.cloud1 {
	font-size:12pt;
	color:#333;
	font-weight:400;
}
#tagCloud a.cloud0 {
	font-size:13pt;
	font-weight:500;
	color:#000;
}
#tagCloud a:hover {
	text-decoration:underline;
}
/* New Tag Cloud */


#TheTagCloud {
	/* padding:1em 1em 0em 1em;  */
  line-height:1.4em;
	text-align:left;
}
#TheTagCloud a {
	padding:0.1em;
	border-bottom:0px;
	text-decoration:none;
}
#TheTagCloud a.cloud4 {
	font-size:8pt;
	color:#CCC;
	font-weight:100;
}
#TheTagCloud a.cloud3 {
	font-size:10pt;
	color:#999;
	font-weight:200;
}
#TheTagCloud a.cloud2 {
	font-size:11pt;
	color:#666;
	font-weight:300;
}
#TheTagCloud a.cloud1 {
	font-size:12pt;
	color:#333;
	font-weight:400;
}
#TheTagCloud a.cloud0 {
	font-size:13pt;
	font-weight:500;
	color:#000;
}
#TheTagCloud a:hover {
	text-decoration:underline;
}
/* Show Hide Showcase */


.show_showcase {
	color: #333;
	display:block;
	width:100%;
	background-color:#D4E6F6;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
	font-weight:normal;
}
.next_item {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
}
/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider {
	width: 850px;
	height: 200px;
	position: relative;
	margin: 0 auto 15px;
}
.anythingSlider .wrapper {
	width: 800px;
	overflow: auto;
	height: 200px;
	margin: 0 0px;
	position: absolute;
	top: 0;
	left: 25px;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 200px;
	width: 800px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(/img/slider/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -67px -200px;
}
#thumbNav {
	position: relative;
	top: 170px;
	right: 115px;
	text-align: right;
}
#thumbNav a {
	color: white;
	font-size: 12px;
	display: inline-block;
	padding: 2px 8px;
	height: 15px;
	margin: 0 5px 0 0;
	background: #293B63;
	text-align: center;
	text-decoration:none;
}
#thumbNav a:hover {
	background: #70ABE1;
}
#thumbNav a.cur {
	background: #70ABE1;
}
#start-stop {
	background: #70ABE1;
	color: white;
	padding: 2px 8px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 50px;
	top: 170px;
}
#start-stop.playing {
	background-color: #293B63;
}
#start-stop:hover {
	background-image: none;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
/*
  Modifications FL
*/

.anythingSlider .captionbox {
	position:relative;
	width:800px;
	background-image:url(/img/slider/captionbox.png);
	height:65px;
	margin-top:-65px;
}
.anythingSlider .captiontext {
	position:relative;
	width:auto;
	height:50px;
	margin-top:-50px;
	margin-left:25px;
	color:#FFF;
	font-size:16px;
}
.anythingSlider .captiontext a {
	color:#FFF;
	text-decoration:none;
}
.anythingSlider .captiontext a:hover {
	text-decoration:underline;
}
.anythingSlider .description {
	font-size:12px;
}

