@charset "utf-8";
/* CSS Document */

img {
	border: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
}

html { height: 100%;
/*overflow-y: scroll;*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #616b73;
	text-align: center;
	background-color: #616b73;
	background-image: url('../images/hgpixel.gif');
	background-repeat: repeat-x;
}

h1, h2, ul, li, a {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-weight: bold;
	text-align:left;
}

form {
	display: inline;
	padding: 0 none;
	margin: 0 none;
}

p {
	padding: 0;
	margin: 0;
}

select { border: 1px solid #9b9b9b; }

/*******************************/
/*******************************/

.wrapper {
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.wrapper_gewinnspiel {
	background-image: url(../images/background_gewinnspiel.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.wrapper_auswahl {
	background-color: #f3f3f3;
}

.content {
  width: 1010px;
	height: 650px;
  margin: 0 auto;
  text-align: left;
  position: relative;
	left: 0px;
}

.logo {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 170px;
	height: 40px;
	cursor: pointer;
}

.slogan {
	position: absolute;
	right: 60px;
	top: 11px;
	width: 320px;
	height: 40px;
}

.flash {
	display: none;
	position: absolute;
	width: 1010px;
	height: 510px;
	left: 0px;
	top: 71px;
}

.flash_visible {
	position: absolute;
	width: 1010px;
	height: 510px;
	left: 0px;
	top: 71px;
}

.menu {
	position: absolute;
	top: 590px;
	width: 1010px;	
	text-align: center;
}

.menu_home {
	position: absolute;
	top: 590px;
	height: 24px;
	background-color: #616b74;
	background: url('../images/home.gif') no-repeat 0px 0px;
	color: #9ca3a8;
	line-height: 22px;
	font-weight: bold;
	font-size: 12px;	
	cursor: pointer;
	padding-left: 45px;
}

.menu_home_hover {
	position: absolute;
	top: 590px;
	height: 24px;
	background-color: #616b74;
	background: url('../images/home_hover.gif') no-repeat 0px 0px;
	color: #efefef;
	line-height: 22px;
	font-weight: bold;
	font-size: 12px;	
	cursor: pointer;
	padding-left: 45px;	
}

.footer {
	position: absolute;
	top: 630px;
	width: 1010px;
	text-align: center;
	font-size: 10px;
	color: #a4adb5;
/*	letter-spacing:0.1em */
}

.content .footer a {
	color: #a4adb5;
	text-decoration: none;
}

.content .footer a:hover {
	color: #efefef;
}

.kontakt_mail a {
	color: #616b73;
	text-decoration: underline;
}

.kontakt_mail a:hover {
	text-decoration: none;
}

.menuentrytop {
	z-index: 3;
}

.menuentry {
	line-height: 22px;
	text-transform: uppercase;
	height: 24px;
	display: inline;
	font-weight: bold;
	color: #d0d3d6;
	font-size: 12px;
}

.menuentry_border {
	border-right: 1px solid #aeb2b5;	
	padding-right: 14px;
	margin-right: 8px;
}

.submenu {
	/*background-color: #616b73;*/
	text-align: left;
	z-index: 2;
}

#submenu4 {
	position: absolute;
	bottom: -6px;
	left: 372px;
	display: none;
}

#submenu5 {
	position: absolute;
	bottom: -6px;
	left: 341px;
	display: none;
}

#submenu6 {
	position: absolute;
	bottom: -6px;
	left: 553px;
	display: none;
}
.submenuentry {
	height: 24px;	
	line-height: 22px;
	font-weight: bold;
	color: #d0d3d6;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #484d51;
}

.submenuentry_last {
	height: 24px;	
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	color: #efefef;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 4px;
	cursor: pointer;
	background-color: none;
}

.content .menu .menuentry a, .content .menu .submenuentry a {
	color: #d0d3d6;
	text-decoration: none;
}

.content .menu .menuentry a:hover, .content .menu .submenuentry a:hover {
	color: #efefef;
}

.activelink {
	color: #efefef;
}

.activelinkfixed {
	color: #efefef;
}

#Headline {
	color: #616b73;
	font-size:18px;
	margin-bottom: 20px;
}

/* Newsletter */

.tpl_newsletter {
/*	padding:25px 0 0 155px; 
	width: 700px;
	margin-top: 20px; */
}

.tpl_newsletter h4 {
	color: #616b73;
	margin-bottom: 20px;
	font-size: 11px;
}
.tpl_newsletter div.label {
	width: 80px;
	float: left;
	color: #616b73;
}
.tpl_newsletter div.label_datenschutz {
	width: 560px;
	float: left;
	color: #616b73;
}

.blocksatz {
	text-align: justify;
}

.tpl_newsletter div.input {
	width: 220px;
	float: left;
}
.tpl_newsletter div.input input.text, .tpl_newsletter div.input select.dropdown {
	border: 1px solid #364048;
	width: 175px;
	font-size: 11px;
	padding: 3px;
	color: #616b73;
}
.tpl_newsletter div.input input#zip { width: 40px; }
.tpl_newsletter div.input input#city { width: 125px; }
.tpl_newsletter input.button {
	float: left;
	background-color: #ffffff;
	color: #616b73;
	font-size: 11px;
	margin-right: 15px;
	height: 25px;
	width: 100px;
}
.tpl_newsletter textarea {
	width: 430px;
	height: 70px;
	border: 1px solid #9b9b9b;
	color: #616b73;
	font-size: 11px;
	padding: 3px;
}
.tpl_newsletter div.sep_line {
	background: url(../layout/line_bottom.gif) repeat-x;
	background-position:center;
	height: 20px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}

.div_label2 {
	width: 180px;
	float: left;
	color: #616b73;
}

label.error { width: 250px; /*display: block; */ display: none; float: left; color: red; } 

.scrollpane {
	overflow: hidden;
	height: 435px;
	width: 900px;
/*	margin-top: 10px;
	margin-left: 50px; */
	padding:36px 0 0 155px;
	width: 700px;
}

.scrollpanegewinnspiel {
	overflow: hidden;
	height: 450px;
	width: 800px;
	padding-right: 100px;
}

.scrollpanepresse {
	overflow: hidden;
	height: 310px;
	width: 700px;
}

.scrollpanenoleftborder {
	overflow: hidden;
	height: 435px;
	width: 970px;
/*	margin-top: 10px;
	margin-left: 50px; */
	padding:36px 0 0 40px;
	width: 700px;
}

.scrollpanetecdata_wrapper {
	position: absolute;
	top: 130px;
	left: 30px;
}

.scrollpanetecdata {
	overflow: hidden;
	width: 950px;
	height: 350px;
}

.scrollpane_sep {
	height: 25px;
}

/* Kontakt Form */
.con_toolbox {
	margin-top: 10px;
	background: url(../layout/line_bottom.jpg) repeat-x 0 0 transparent;
	padding-top: 10px;
}
.con_toolbox h4 {
	color: #616B73;
	margin-bottom: 20px;
	font-size: 11px;
}
.con_toolbox div.label {
	width: 90px;
	float: left;
	padding-top: 5px;
	color: #616B73;
}
.con_toolbox div.input {
	width: 190px;
	float: left;
}
.con_toolbox div.input input.text, .con_toolbox div.input select.dropdown {
	border: 1px solid #9b9b9b;
	width: 175px;
	font-size: 11px;
	padding: 3px;
	color: #666666;
}
.con_toolbox div.input input.checkbox { }
.con_toolbox div.input input#zip { width: 40px; }
.con_toolbox div.input input#city { width: 125px; }
.con_toolbox input.button {
	float: left;
	background-color: #e0e0e0;
	color: #000000;
	/*padding: 5px 0px 5px 15px;*/
    font-size: 11px;
	margin-right: 15px;
	height: 25px;
	width: 100px;
}
.con_toolbox textarea {
	width: 430px;
	height: 70px;
	border: 1px solid #9b9b9b;
	color: #666666;
	font-size: 11px;
	padding: 3px;
}
.con_toolbox div.sep_line {
	font-size: 0px;
	background: url(../layout/line_bottom.gif) repeat-x 0 0 transparent;
	width: 495px;
	height: 1px;
	clear: both;
	margin: 10px 0px 10px 0px;
}

/* Newsletter */

.tpl_newsletter h4 {
	color: #666666;
	margin-bottom: 20px;
	font-size: 11px;
}
.tpl_newsletter div.label {
	width: 80px;
	float: left;
	padding-top: 5px;
	color: #666666;
}
.tpl_newsletter div.label_datenschutz {
	width: 460px;
	float: left;
	padding-top: 5px;
	color: #666666;
}
.tpl_newsletter div.input {
	width: 220px;
	float: left;
}
.tpl_newsletter div.input input.text, .tpl_newsletter div.input select.dropdown {
	border: 1px solid #9b9b9b;
	width: 175px;
	font-size: 11px;
	padding: 3px;
	color: #666666;
}
.tpl_newsletter div.input input#zip { width: 40px; }
.tpl_newsletter div.input input#city { width: 125px; }
.tpl_newsletter input.button {
	float: left;
	background-color: #e0e0e0;
	color: #000000;
	font-size: 11px;
	margin-right: 15px;
	height: 25px;
	width: 100px;
}
.tpl_newsletter textarea {
	width: 430px;
	height: 70px;
	border: 1px solid #9b9b9b;
	color: #666666;
	font-size: 11px;
	padding: 3px;
}
.tpl_newsletter div.sep_line {
	font-size: 0px;
	background: url(../layout/line_bottom.gif) repeat-x 0 0;
	height: 1px;
	clear: both;
	margin: 10px 0px 10px 0px;
}


prospekt_title {
	color: #616b73;
	font-size:18px;
	margin-bottom: 20px;
}

h1 {
	color: #616b73;
	font-size:18px;
	font-weight: normal;
	margin-bottom: 20px;
}

.clearfix {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
}

/* Kontakt / Impressum */
#WrapContainer2Spaltig {
	width: 1010px;
	color: #616b73;
	line-height: 17px;
}

#ContentLeft {
	float:left;
	width: 292px;
	color: #616b73;	
}
#ContentRight {
	float:left;
	width: 292px;
	padding-top: 42px;
	color: #616b73;	
}
#ContainerContentFooter {
	width: 584px;
	margin-top: 15px;
	color: #616b73;
	line-height: 15px;
	padding-right: 30px;
}

.pointer_cursor {
	cursor: pointer;
}

.anrede_table, .gewinnspiel_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #616b73;
}

.anrede_td1 {
	width: 78px;
	vertical-align:middle;
}

.anrede_td2 {
	width: 25px;
	vertical-align:middle;
}

.anrede_td3 {
	width: 60px;
	vertical-align:middle;
}

.anrede_td4 {
	width: 25px;
	vertical-align:middle;
}

.anrede_td5 {
	width: 60px;
	vertical-align:middle;
}

/****
* Gewinnspiel
*/

.gewinnspieldiv {
	padding:3px 0px 0px 118px;
	width: 685px;
}

.overlay {
	display: none;
	position: absolute;
	background-color: #ebebeb;
	height:510px;
	width:100%;
	top:71px;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	z-index: 2;
}

.messagebox {
	display: none;
	position: absolute;
	width: 508px;
	height: 193px;
	left: 251px;
	top: 229px;
	z-index: 3;
	background: url('../images/gewinnspielbox.png') no-repeat;
}

.messageboxcontent {
	display: none;
	position: absolute;
	width: 413px;
	height: 111px;
	left: 318px;
	top: 295px;
	z-index: 4;
}

.messageboxcontent_text {
	font-size: 12px;
}

.messageboxcontent_text_bold {
	font-size: 12px;
	font-weight: bold;
}

.messageboxcontent_button {
	position: relative;
	left: 316px;
	top: 31px;
	width: 101px;
	height: 29px;
	cursor: pointer;
}

.messageboxcontent_button_zurueck {
	text-align: right;
	text-transform: uppercase;
	color: #397eae;
	font-size:15px;
	font-weight: bold;
}

.messageboxcontent_button_zurueck_hover {
	text-align: right;
	text-transform: uppercase;
	color: #245E86;
	font-size:15px;
	font-weight: bold;
}

.messageboxcontent_button_weiter {
	text-align: right;
	text-transform: uppercase;
	color: #397eae;
	font-size:15px;
	font-weight: bold;
}

.messageboxcontent_button_weiter_hover {
	text-align: right;
	text-transform: uppercase;
	color: #245E86;
	font-size:15px;
	font-weight: bold;
}

.gewinnspiel_headline {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 580px;
}

.gewinnspiel_sep_line {
	background: url(../layout/line_bottom.gif) repeat-x;
	background-position:center;
	height: 22px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}

.gewinnspiel_antworten {
	margin-left: 46px;
}

.gewinnradio {
	line-height: 14px;
	height: 14px;
}

.gewinnspiel_tr {
	height: 13px;
	border: 1px solid red;
}

.gewinnspiel_td_1 {
	vertical-align:middle;
	width: 27px;
	height: 13px;
}

.gewinnspiel_td_2 {
	vertical-align:middle;
	height: 13px;
}

.gewinnspiel_td_1_2 {
	vertical-align:middle;
	width: 115px;
	height: 13px;
}

.gewinnspielfussnote {
	margin-top: 15px;
	font-size: 9px;
}

.noborder {
	border: none;
}

.pressemitteilung_titel {
	color: #616b73;
	font-size:18px;
	margin-bottom: 20px;
}


.tecdata_h1 {
	position: absolute;
	left: 38px;
	top: 62px;
	color: #616b73;
	font-size:14px;
	font-weight: bold;
}

.tecdata_pdf {
	position: absolute;
	left: 875px;
	top: 68px;
	font-size: 11px;	
}

.tecdata_pdflink a {
	color: #616b73;
	text-decoration: none;
}

.tecdata_pdflink a:hover {
	color: #000000;
}


.tecdata_fixedheader {
	position: absolute;
	top: 100px;
	width: 950px;
	left: 30px;
}

.tecdata_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #616b73;
	width: 100%;
}

.tecdata_title_td2, .tecdata_title_td3, .tecdata_title_td4, .tecdata_title_td5, .tecdata_title_td6 {
	background-color: #d7d7d7;
	border-right: 1px solid #ebebeb;
	width: 10%;
	text-align: center;
	height: 25px;
}

.tecdata_td1, .tecdata_td6 {
	border-bottom: 1px solid #c6c8cb;
	height: 25px;	
}

.tecdata_td2, .tecdata_td3, .tecdata_td4, .tecdata_td5 {
	border-right: 1px solid #c6c8cb;
	border-bottom: 1px solid #c6c8cb;	
	height: 25px;	
}

.tecdata_hybrid_td2 {
	border-bottom: 1px solid #c6c8cb;	
	height: 25px;	
	text-align: center;
}
.tecdata_td3, .tecdata_td4, .tecdata_td5, .tecdata_td6 {
	padding-left: 7px;
}

.tecdata_subtitle_td2, .tecdata_subtitle_td3, .tecdata_subtitle_td4, .tecdata_subtitle_td5 {
	border-right: 1px solid #c6c8cb;
	border-bottom: 1px solid #c6c8cb;	
	height: 25px;	
	padding-top: 15px;
}

.tecdata_subtitle_td1, .tecdata_subtitle_td6 {
	border-bottom: 1px solid #c6c8cb;		
	padding-top: 15px;
	font-weight: bold;
}

.tecdata_center {
	text-align: center;
}

/* Gesamtbreite: 950px abzgl. Scroller */
.tecdata_col1 {  }
.tecdata_col2, .tecdata_col3, .tecdata_col4, .tecdata_col5, .tecdata_col6 { width: 100px; }
.tecdata_hybrid_col { width: 50%; }
.tecdata_varioterminal_col { width: 200px; text-align: center; }
.tecdata_varioguide_col { width: 150px; text-align: center; }

.bg800innen {
	position: absolute;
	width: 1010px;
	height: 510px;
	left: 0px;
	top: 71px;
	background-image: url('../images/background_800innen.jpg');
	background-repeat: no-repeat;
}

.bg800innen_frame {
	position: absolute;
	top: 36px;
	left: 212px;
}

.startvideobox {
	display: none;
	position: absolute;
	width: 762px;
	height: 482px;
	left: 133px;
	top: 87px;
	z-index: 3;
	background: url('../images/startvideobox.png') no-repeat;
}

.startvideoboxcontent {
	display: none;
	position: absolute;
	width: 680px;
	height: 385px;
	left: 173px;
	top: 147px;
	z-index: 4;
}

.startvideoboxschliessen {
	display: none;
	position: absolute;
	width: 680px;
	height: 40px;
	text-align: right;
	left: 173px;
	top: 104px;
	z-index: 4;
	text-align: right;
	font-size:15px;
	font-weight: bold;	
}

.startvideoboxschliessen a {
	color: #8e8f92;
	text-decoration: none;
}

.startvideoboxschliessen a:hover {
	color: #000000;
}

.grossesx {
	font-size: 19px;
}

.produktvideo {
	display: none;
	position: absolute;
	width: 1010px;
	height: 510px;
	left: 0px;
	top: 71px;
	width: 1010px;
	height: 510px;
	background-color: #616b73;
	background-image: url('../images/background_produktvideo.jpg');
	background-repeat: repeat-x;
}

.produktvideoframe {
	position: absolute;
	left: 173px;
	top: 66px;
}
