* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
	color: #727b76;
	margin:0px;
	padding:0px;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	border: 0px solid #000;
	position: relative;
	width: 1007px;
}
.clear {
	clear:both;
}
.links {
	float:left;
}
.rechts {
	float:right;
}
.referenztxt {
	float: left;
	width: 600px;
	margin-left: 30px;
}
.referenzimg {
	text-align: center;
}
.referenzimg img {
	border: 1px solid #ccc;
	padding:2px;
	margin-top:15px;
}
/* meta-nav start */

.meta a {
	font-size:10px;
	color: #787878;
	font-weight:normal;
	text-decoration: none;
}
.meta a:hover, .meta a.active {
	text-decoration: underline;
}
.meta {
	text-align:right;
	padding-right:8px;
	padding-top:8px;
}
/* meta-nav ende */



/* menu start */



#menu {
	height:36px;
	clear:both;
}
#menu a {
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:1px;
	height: 30px;
	border: 0px solid #000;
	background: no-repeat url(../img/navi_normal_re.jpg) right top;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	float:left;
}
#menu a u {
	background: url(../img/navi_normal.jpg) left top no-repeat;
	display:block;
	height:30px;
	padding-top:8px;
	margin-right:4px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
#menu a:hover u, #menu a.active u {
	background: url(../img/navi_select.jpg) left top no-repeat;
}
#menu a:hover, #menu .active {
	text-decoration: none;
	/*color: #626B66;*/

        background: url(../img/navi_select_re.jpg) right top no-repeat;
}
/* menu ende */







/* submenu start */

#submenu {
	height: 25px;
	clear:both;
}
#submenu a {
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:1px;
	height: 25px;
	border: 0px solid #000;
	background: no-repeat url(../img/subnavi_normal_re.jpg) right top;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	float:left;
}
#submenu a u {
	background: url(../img/subnavi_normal.jpg) left top no-repeat;
	display:block;
	height:25px;
	padding-top:5px;
	margin-right:4px;
	text-decoration:none;
	font-size:11px;
}
#submenu a:hover u, #submenu a.active u {
	background: url(../img/subnavi_select.jpg) left top no-repeat;
}
#submenu a:hover, #submenu .active {
	text-decoration: none;
	/*color: #626B66;*/

        background: url(../img/subnavi_select_re.jpg) right top no-repeat;
}
/* submenu ende */





/* Boxen mit runden Ecken START */



.box {
	border:0px solid red;
	float:left;
	overflow:hidden;
	margin-right:11px;
	margin-top:12px;
}
.box .boxinnen {
	background: #fff url(../img/box_o_bg.jpg) 0px 5px repeat-x;
	overflow: visible;
}
.box .b1h, .box .b2h, .box .b3h, .box .b4h, .box .b2bh, .box .b3bh, .box .b4bh {
	font-size:1px;
	overflow:hidden;
	display:block;
}
.box .b1h {
	height:1px;
	background-color:#c0c0c0;
	margin:0 5px;
}
.box .b2h, .box .b2bh {
	height:1px;
	border-right:2px solid #c0c0c0;
	border-left:2px solid #c0c0c0;
	margin:0 3px;
	background:#ededed;
}
.box .b3h, .box .b3bh {
	height:1px;
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	margin:0 2px;
	background:#ededed;
}
.box .b4h, .box .b4bh {
	height:2px;
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	margin:0 1px;
	background:#ededed;
}
.box .b2bh, .box .b3bh, .box .b4bh {
	background-color: #e9e9e9;
}
.box .boxcontent {
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	color: #666;
	padding-left:15px;
	padding-right:15px;
	overflow:hidden;
}
.box .boxfooter {
	clear:both;
	background:url(../img/box_u_bg.jpg) 0px bottom repeat-x;
	height:35px;
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
}
/* Boxen mit runden Ecken ENDE */







/* HEAD-Box mit runden Ecken START */



.imgBox {
	border:0px solid red;
	float:left;
	overflow:hidden;
	margin-bottom:8px;
	margin-top:10px;
	width: 998px;
}
.imgBoxCorners {
	width: 998px;
	height:250px;
	background: url(../img/header_corners.png) 0px 0px no-repeat;
}
.imgBox .boxcontent {
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	height: 240px;
}
.imgBox .logo {
	float:right;
	padding-right:15px;
	padding-top:10px;
}
.imgBox .logo img {
	width:300px;
	height:60px;
	border:0px none #fff;
}
.imgBox .b1h, .imgBox .b2h, .imgBox .b3h, .imgBox .b4h, .imgBox .b2bh, .imgBox .b3bh, .imgBox .b4bh {
	font-size:1px;
	overflow:hidden;
	display:block;
}
.imgBox .b1h {
	height:1px;
	background-color:#c0c0c0;
	margin:0 5px;
}
.imgBox .b2h, .imgBox .b2bh {
	height:1px;
	border-right:2px solid #c0c0c0;
	border-left:2px solid #c0c0c0;
	margin:0 3px;
}
.imgBox .b3h, .imgBox .b3bh {
	height:1px;
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	margin:0 2px;
}
.imgBox .b4h, .imgBox .b4bh {
	height:2px;
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	margin:0 1px;
}
.imgBoxCorners {
	width: 998px;
	height:190px;
	background: url(../img/header_corners.png) 0px 0px no-repeat;
}
.imgBox .boxcontent {
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	height: 180px;
}
/* HEAD-Box mit runden Ecken ENDE */









/* CONTENT Format START */

h1, h2, h3, h4 {
	clear:both;
	display:block;
	float:left;
	margin:0px;
	padding-top:15px;
	padding-bottom:0px;
	width:100%;
}
.highlight {
	/* color:#aad705;  DR */
	/* color:#336699;  BOOMING */
	 color:#00adef; /* MAS */
}
.red{
	color:#f7403a;
}
.upper{
	text-transform:uppercase;
}
h1 {
	color:#666;
	font-size:20px;
	font-weight:normal;
}
h2 {
	color:#666;
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:15px;
	font-weight:bold;
	/* color:#aad705;  DR */

        /* color:#336699;  BOOMING */

         color:#00adef; /* MAS */
}
p {
	clear:both;
	padding-top:15px;
	padding-bottom:0px;
	line-height:1.6;
}
.boxcontent a {
	/* color:#aad705;  DR */
    /* color:#336699;  BOOMING */
    color:#00adef; /* MAS */
	text-decoration:none;
}
.boxcontent a:hover {
	text-decoration:underline;
}
.spacer15 {
	clear:both;
	height:15px;
}
.spacer20 {
	clear:both;
	height:20px;
}
.team {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}
.boxcontent ul {
	margin-left: 20px;
	margin-top:10px;
}
.boxcontent .pdf li {
	list-style-type:none;
	background:url(../uploads/bilder/adobe.jpg) 0px 0px no-repeat;
	height:24px;
	line-height:25px;
	padding-left:30px;
}
.infoBox {
	visibility:hidden;
	position:absolute;
	float:left;
	width:220px;
}
.infoBox h3 {
	margin-bottom: 20px;
}
.infoBox ul {
	list-style-image:url(../uploads/bilder/listpunkt.gif);
	clear:both;
}
.infoBox li {
	padding-bottom:3px;
}


#formular .links {
	clear:both;
	float: left;
	width:150px;
	margin-top:10px;
}
#formular .rechts {
	float: left;
	width: 400px;
	margin-top:10px;
}
#formular .bluebtn {
	background-color:#2783c4;
	color:#fff;
	border:0px solid #fff;
}

.btn_submit{
	background-color:#fff;
	border: 0px none #fff;
	color:#f7403a;
	font-weight:bold;
	padding:0px;
	margin-left:90px;
	margin-top:8px;
	cursor:pointer;
}

/* CONTENT Format ENDE */




/* STARTSEITE start */
#softboxen{
	margin-top:15px;
}
.softbox{
	width:150px;
	height:160px;
	float:left;
	background: url(/uploads/bilder/bg_softbox.png) 0px top no-repeat;
}
.softbox .icon{
	text-align:right;
}
.softbox .text{
	height:90px;
	padding-left:13px;

}
.softbox .iconlink{
	text-transform:uppercase;
	font-weight: bold;
	font-size:15px;
	color:#666;
	display:block;
	margin-bottom:5px;
	z-index:100;
}
.softbox .iconlink:hover{
	text-decoration:none;
	color:#333;
}
/* STARTSEITE ende */

#footer {
	margin-top:50px;
	margin-bottom:10px;
	font-size:10px;
}
.referenz{
	float:left;
	margin-left:1px;
	margin-top:3px;
}

.toggleopacity img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	border:1px solid #999;
}

.toggleopacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border:1px solid #666;
}


.re_toggleopacity img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border:1px solid #fff;
}

.re_toggleopacity:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	border:1px solid #eee;
}



.tpn_box{
	float:left;
	overflow:hidden;
	height:95px;
	margin-top:5px;
	padding:0px 215px 0px 0px;
	width:740px;
	margin-right:10px;
	background: url(../img/holtzbrinck_digital.jpg) 0px 0px no-repeat;
	background-position:right;
	cursor:pointer;
}

.bigboxperformance {
	background:url("images/smallbox1.jpg") no-repeat scroll 0 0 transparent;

}

.gvh_box{
	width:170px;
	height:255px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.gvh_box{
	background: url(../img/tpn_box_bg_h_252.gif) 0px 0px no-repeat;
}
.tpn_box h3, .gvh_box h3{
	text-align:center;
	display:block;
	width:170px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	font-weight:normal;
	color:#333;
}
.tpn_box h3{
	margin-bottom:7px;
}

.gvh_box h3{
	margin-bottom:10px;
}


.tpn_box img, .gvh_box img{
	text-align:center;
}
.tpn_box p{
	padding-rights:10px;
	text-align:left;
	font-size:12px;
}
.small{
	text-align:center;
	font-size:10px;
	color:#666;
}

/* SITEMAP Format START */
#sitemap{
	margin-left:auto;
	margin-right:auto;
	width:750px;
}
.sitemap_item{
	float:left;
	padding-right:20px;
	border-left:1px solid #eee;
}


.site_mainlink{
	font-weight:bold;
	display:block;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	padding-left:3px;
	padding-right:10px;
	margin-bottom:15px;
}
a.site_mainlink:hover{
	background-color:#eee;
	text-decoration:none;
}
.site_sublinkbox{
	color:#ccc;
	font-size:11px;
}
.site_sublinkbox a{
	color:#666;
	display:block;
	padding-top:10px;
}

/* SITEMAP Format ENDE */
