@charset "utf-8";
/* CSS Document */
* html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #cccccc;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#container{
	width: 900px;
	margin: auto;
	background-color: #ffffff;}

#topdiv{
	width: 900px;
	height: 30px;
	margin: auto;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
}

#topdiv ul{
	margin: 0px;
	padding: 9px 0px 0px 0px;
	float: right;
}

#topdiv li{
	list-style-type: none;
	float: left;
}

#flashdiv{
	width: 900px;
	height: 340px;
}

#flashdiv img{
	visibility: hidden;
	display: none;
}

#flashheader{
	width: 900px;
	height: 320px;
	background-image: url(../images/flash.jpg);
	background-repeat: no-repeat;
}

#topblue{
	width: 900px;
	height: 20px;
	background-color: #0099cc;
}

#contentdiv{
	width: 900px;
	background-color: #ffffff;
	min-height: 470px;
}

* html #contentdiv{
	height: 470px;
	/*behavior: url(png/iepngfix.htc);*/
}

#content{
	width: 609px;
	min-height: 470px;
	background-color: #ffffff;
	float: left;
}

* html #content{
	height: 470px;
}

#rightbox{
	width: 291px;
	min-height: 470px;
	float: right;
	color: #666666;
}

* html #rightbox{
	height: 470px;
}

#contentrightbox{
	width: 266px;
	min-height: 470px;
	background-color: #e5e5e5;
	margin: 10px 25px 25px 0px;
}

* html #contentrightbox{
	height: 470px;
}

#footer{
	width: 900px;
	height: 50px;
	clear: both;
	background-color: #cccccc;
	text-align: center;
	color: #999999;
	padding-top: 5px;
}

#footer a{
	color: #999999;
	text-decoration: none;
}

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

h1{
	font-size: 12px;
	padding: 25px 0px 0px 25px;
	margin: 0px;
	color: #0099cc;
}

.header_infobox{
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.header_news{
	padding: 18px 0px 0px 16px;
	margin: 0px;
	color: #0099cc;
}

.header_rightbox{
	padding: 18px 0px 0px 16px;
	margin: 0px;
	color: #0099cc;
}

.header_news_cont{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #0099cc;
}

.content_txt{
	font-size: 10px;
	width: 573px;
	text-align: justify;
	line-height: 14px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

#infoboxes{
	width: 573px;
	height: 155px;
	/*background-color: #e5e5e5;*/
	margin-top: 20px;
	margin-left: 25px;
	/*padding: 0px 0px 2px 0px;
	color: #666666;*/
}

* html #infoboxes{
	height: 155px;
}

input{
	background-color: #b3b3b3;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e5e5e5;
}

.infobox_mehr{
	width: 43px;
	height: 10px;
	padding-left: 136px;
	position: relative;
	bottom: 0px;
}

.mehrrightbox{
	width: 43px;
	height: 10px;
	padding-left: 138px;
	padding-top: 6px;
}

.newsdiv{
	 width: 231px;
	 margin: 0px;
	 padding-left: 16px;
}

#subnavigation{
	 width: 231px;
	 margin: 0px;
	 padding-left: 25px;
}

#subnavigation ul{
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#subnavigation li{
	list-style-type: none;
	height: 25px;
	border-bottom: 1px solid #ffffff;
	padding-top: 10px;
}

#subnavigation li.last{
	border-bottom: 0px;
	height: 10px;
}

#subnavigation li.last a:hover{
	height: 10px;
}

#subnavigation a{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}

#subnavigation a:hover{
	display: block;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	height: 25px;
	color: #0099cc;
	cursor: pointer;
}


#subnavigation .sub{
	list-style-type: none;
	height: auto;
	border: 0px;
	padding: 0px;
}

#subnavigation .sub ul{
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#subnavigation .sub ul li{
	height: 25px;
	border: 0px;
	border-bottom: 1px solid #ffffff;
}

#subnavigation a.subactive{
	display: block;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	height: 25px;
	color: #0099cc;
}

#subnavigation a.sub{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 25px;
}

#subnavigation a.sub:hover{
	display: block;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 15px 3px;
	padding-left: 25px;
	height: 25px;
	color: #0099cc;
}

#subnavigation a.link{
	color: #0099cc;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-image: none;
	padding: 0px;
	height: auto;
	display: inline;
	text-decoration: underline;
}

#subnavigation a.link:hover{
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-image: none;
	padding: 0px;
	height: auto;
	display: inline;
}

.newsimg{
	width: 44px;
	float: left;
}

.newstextdiv{
	width: 177px;
	float: right;
}

a.mehr{
	height: 11px;
	width: 37px;
	background-image: url(../images/pfeil.gif);
	background-position: 33px 3px;
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

a.mehr:hover{
	text-decoration: underline;
}

a.ico_home{
	height: 10px;
	width: 61px;
	background-image: url(../images/ico_home.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

a.ico_home:hover{
	text-decoration: underline;
}

a.ico_kontakt{
	height: 10px;
	width: 72px;
	background-image: url(../images/ico_mail.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

a.ico_kontakt:hover{
	text-decoration: underline;
}

a.ico_sitemap{
	height: 10px;
	width: 75px;
	background-image: url(../images/ico_sitemap.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

a.ico_sitemap:hover{
	text-decoration: underline;
}

a.ico_impressum{
	height: 10px;
	width: 90px;
	background-image: url(../images/ico_imprint.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

a.ico_impressum:hover{
	text-decoration: underline;
}

a.ico_print{
	height: 10px;
	width: 75px;
	background-image: url(../images/ico_print.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #0099cc;
}

a.ico_print:hover{
	text-decoration: underline;
}

a.ico_pdf{
	height: 10px;
	width: 56px;
	background-image: url(../images/ico_pdf.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #0099cc;
}

a.ico_pdf:hover{
	text-decoration: underline;
}

a.ico_recommend{
	height: 10px;
	width: 112px;
	background-image: url(../images/ico_recommend.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #0099cc;
}

a.ico_recommend:hover{
	text-decoration: underline;
}


#functions{
	 width: 572px;
	 height: 30px;
	 margin: 10px 0px 0px 25px;
	 padding: 0px 0px 10px 0px;
	 float: left;
	 display: inline;
	 border-top: 1px solid #0099cc;
	 background-color: #ffffff;
}

#functions ul{
	margin: 0px;
	padding: 7px 0px 0px 0px;
	float: right;
}

#functions li{
	list-style-type: none;
	float: left;
}

.trenner_infobox{
	width: 2px;
	height: 127px;
	background-image: url(../images/trenner.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
}

.infobox_txt{
	 width: 175px;
	 height: 100px;
	 text-align: justify;
	 margin: 0px;
	 padding: 0px;
	 line-height: 14px;
}

.news_txt{
	 width: 177px;
	 margin: 0px;
	 padding-left: 0px;
	 padding-top: 5px;
	 text-align: justify;
}

.trenner_news{
	 height: 20px;
	 width: 229px;
	 background-image: url(../images/trenner_vertikal.gif);
	 background-repeat: no-repeat;
	 background-position: bottom;
	 margin-left: 18px;
	 padding-top: 0px;
	 padding-bottom: 0px;
}

.infobox{
	width: 187px;
	height: 155px;
	float: left;
	margin: 0px 6px 0px 0px;
	/*padding: 5px 5px 0px 5px;
	margin: 0px;*/
}

.infobox_left{
	width: 187px;
	height: 155px;
	float: left;
	margin: 0px;
	/*padding: 5px 5px 0px 5px;
	margin: 0px;*/
	/*width: 179px;
	height: 140px;
	float: left;
	padding: 5px 5px 0px 5px;
	margin: 0px;*/
}

a{
	color: #0099cc;
}

a:hover{
	text-decoration: none;
}

.agb{
	list-style-type: decimal;
	width: 520px;
	text-align: justify;
	line-height: 14px;
	padding: 0px 0px 0px 22px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

.agb span{
	font-size: 10px;
	font-weight: normal;
}

.agb ul{
	list-style-type: decimal;
	width: 520px;
	text-align: justify;
	line-height: 14px;
	padding: 10px 0px 20px 22px;
	margin: 0px;
	font-weight: normal;
	font-size: 10px;
}

.agb ul li ul{
	width: 500px;
}

.agb ul li ul li ul{
	width: 480px;
}

.agbheader{
	font-size: 12px;
	font-weight: bold;
}

.header_sub{
	padding-left: 25px;
	margin: 0px;
}

.recommend{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.recommend h1{
	font-size: 12px;
	padding: 25px 0px 0px 25px;
	margin: 0px;
	color: #0099cc;
}

.referenzen{
	margin: 0px;
	padding: 25px 0px 25px 40px;
	list-style-image: url(../images/bullet_li.gif);
}

.referenzen li{
	padding: 0px 0px 10px 0px;
}

#directions{
	width: 573px;
	min-height: 20px;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 20px 0px;
	display: none;
}

* html #directions{
	height: 20px;
}

.error{
	color: #ff0000;
	display: none;
}

.vk{
	width: 278px;
	height: 158px;
	margin: 15px 0px 0px 25px;
	background-image: url(../images/bg_vk.gif);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.vk p{
	font-size: 10px;
	width: 255px;
	text-align: justify;
	line-height: normal;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	float: left;
	text-align: right;
}

.vk table{
	width: 255px;
	text-align: right;
}

img{
	border: 0px;
}

.list{
	list-style-image: url(../images/bullet_li.gif);
}

.list li{
	padding: 0px 0px 5px 0px;
}

.subheader{
	padding-left: 25px;
	margin: 0px;
}

.bigbox{
	width: 571px;
	line-height: 14px;
	margin: 0px 0px 0px 25px;
	border-bottom: solid 1px #0099cc;
	border-left: solid 1px #0099cc;
	border-right: solid 1px #0099cc;
}

.bigbox_header{
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #e5e5e5;
	border-top: solid 1px #0099cc;
}

.bigbox_content{
	margin: 0px;
	padding: 25px;
	line-height: 14px;
	text-align: justify;
}

.smallbox{
	border-bottom: solid 1px #0099cc;
	border-left: solid 1px #0099cc;
	border-right: solid 1px #0099cc;
}

.smallbox_header{
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #e5e5e5;
	border-top: solid 1px #0099cc;
}

.smallbox_content{
	margin: 0px;
	padding: 5px;
	line-height: 14px;
	text-align: justify;
}

.div_img_konvergenz{
	width: 280px;
	height: 155px;
	float: left;
	padding-left: 25px;
}

.konvergenz_content_txt{
	width: 274px;
	padding-left: 8px;
	padding-top: 0px;
	margin-top: 5px;
	text-align: justify;
	line-height: 14px;
}

.header_konvergenz{
	margin: 0px;
	padding: 0px 0px 0px 8px;
}

.konvergenz_link_holder{
	width: 40px;
	position: absolute;
	z-index: 2;
	margin: 140px 0px 0px 244px;
}

.img_content{
	float: left;
	padding-right: 10px;
}

.img_content_p0{
	float: left;
}

.team_holder{
	width: 274px;
	float: left;
}

.img_team{
	width: 75px;
	height: 83px;
	padding-right: 10px;
	float: left;
}

.team_content{
	width: 189px;
	float: left;
}

.team_content p{
	 margin: 0px;
	 padding: 0px;
}

#produkt_dvd{
	width: 573px;
	height: 395px;
	background-image: url(../images/img_bg_player.jpg);
	background-position: center;
	margin-left: 25px;
}