/* ================================
 ALLGEMEIN + LAYOUT
 ================================ */
 
 * {
	margin: 0;
	padding: 0;
 }
 
 
* html {
	height: 1%;
}

html {
	height: 101%;
}

body {
	color:#000000;
	font-size:100%;
	font-family:"Arial";
}

#wrapper_a {
	margin-left: auto;
	margin-right: auto;
	height:100%;
}

#main {
	margin: 0 auto;
	padding: 0;
	width:634px;
	text-align:left;
	background-color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	position:relative;
	overflow: hidden;
}

#header {
	clear:left;
	height: 110px;
	width: 634px;
}

#header_line {
	width:634px;
	border-top: 4px solid #000000;
	line-height: 2px;
	height: 4px;
}

#header_sprache {
	text-align: right;
	padding: 0px 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	height: 13px;
	display: none;
}

#header_logo {
	float:left;
	margin: 20px 0 0 0px;
}


#header_mediadaten {
	float:right;
	width: 634px;
	margin-top: 25px;
}

#header_mediadaten_text {
	float:right;
	width: 434px;
	margin-top: 29px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	color: #000000;
}

.line_kurz {
	background-color:#00CCFF;
	float:left;
	font-size:3px; /* Fix für IE6 - richtet sich an der Font-Höhe aus (Höhe - 1px) */
	height:4px;
	width:202px;
	display: none;
}

.line_lang {
	float:right;
	width:634px;
	border-top: 4px solid #000000;
	line-height: 2px;
	height: 4px;
}

.spalte_kurz { /* spalte links */
	width:202px;
	float: left;
	margin: 8px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	display: none;
}

#ansprechpartner_print { /* container ansprechpartner print*/
	width:634px;
	overflow: hidden;
	padding: 20px 0 20px 0;
}

.spalte_kurz_print { /* formatierung fuer ansprechpartner print*/
	float: left;
	margin: 8px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#spalte_kurz_ansprechpartner_1 { /* ansprechpartner print */
	width:202px;
}

#spalte_kurz_ansprechpartner_2 { /* ansprechpartner print */
	width:202px;
}

#spalte_lang {  /* spalte rechts mit content */
	float:right;
	width:634px;
	margin: 8px 0 20px 0;
	font-size: 12px;
	line-height: 18px;
}

.klearer {
	clear: both;
	height: 1px;
}

.strich_horizontal {  /* trenner inhaltsbereich */
	margin-top: 15px;
	margin-bottom: 18px;
	border-top: 1px solid #000000;
}

table {
	margin: 20px 0 20px 0px;
}

.table_100prozent_11px {
	font: 11px Arial, Helvetica, sans-serif;
	width: 100%;
}

.td_klein {
	padding: 3px 10px 3px 10px;
	line-height: 13px;
	border-bottom: 1px solid #000000;
}

.td_gross {
	padding: 3px 10px 3px 10px;
	line-height: 16px;
	border-bottom: 1px solid #000000;
}

.td_bg_farbig {
	background-color: #FFFFFF;
}

th {
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.table_header {
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.screenshot {
	margin: 15px 0px 10px 0px;
	text-align: center;
}

.liste {
	margin: 15px 0px 10px 0px;
}



 
 /* ================================
 SCHRIFT 
 ================================ */
 
.headline1 {  /* grosse headline inhaltsbereich z.b. Bannerformate */
	font-family:"Arial";
	font-size:30px;
	color:#000000;
	line-height:30px;
	padding: 5px 30px 18px 0;
}

.headline3 {  /* mittlere headline inhaltsbereich z.b. Popup */
	font-family:"Arial";
	font-size:20px;
	color:#000000;
	line-height:20px;
	padding: 15px 5px 15px 0;
}

.headline4 {
	font-size: 12px;
	font-weight: bolder;
	margin: 10px 0 3px 0;
}

.inhaltseite_rubrik {   /* rubrik seitenanfang inhaltsbereich */
	color:#FFFFFF;
	font-size:10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	background-color: #000000;
	display: inline;
	padding: 1px 2px 1px 2px;
	text-transform: uppercase;
}

.spalte_links_rubrik {   /* rubrik navi */
	color:#999999;
	font-size:11px;
	font-weight: bolder;
	line-height: 14px;
	padding: 3px 0 0 0;
}

.spalte_links_line {
	margin: 10px 0 0px 0;
	border-top: 1px solid #000000;
}

.spalte_links_abstand {   /* text mit abstand z.b. Kundenberatung PLZ 4-6 */
	margin: 5px 0 0px 0;
	line-height: 14px;
}

.kleine_schrift {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	line-height: 14px;
}

.schrift_normal_groesse {
	font: normal 12px Arial, Helvetica, sans-serif;
}

.text_linksbuendig {
	text-align: left;
}

.text_rechtsbuendig {
	text-align: right;
}

.text_zentriert {
	text-align: center;
}

.fett {
	font-weight: bolder;
}

ul {
	list-style: square outside;
	padding: 15px 30px 10px 67px;
}




 
  /* ================================
 LINKS
 ================================ */

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a:hover, a:active {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #00CCFF;
}

.spalte_kurz a:link,
.spalte_kurz a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #00CCFF;
	color: #000000;
}

.spalte_kurz a:hover,
.spalte_kurz a:active {
	text-decoration: none;
	border-bottom: 2px solid #00CCFF;
	color: #333333;
}

.spalte_kurz_aktiv {
	border-bottom: 2px solid #00CCFF;
	color: #000000;
	display: inline;
}

.headline4 a:link {
	text-decoration: none;
	border-bottom: 2px dotted #000000;
	color: #000000;
}

.headline4 a:visited {
	text-decoration: none;
	border-bottom: 2px dotted #000000;
	color: #000000;
}


.headline4 a:hover,
.headline4 a:active {
	border-bottom: 2px solid #00CCFF;
	color: #333333;
}

.screenshot a {
	text-decoration: none;
	border-bottom-style: none;
}




  /* ================================
 LAYER MOUSEOVER
 ================================ */

.layer_ausloeser  {
	color:#000000;
	font-size:11px;
	font-weight: bolder;
	cursor: default;
	height: 20px;
}

.layer_ausloeser_erste_zeile  {
	color:#000000;
	font-size:11px;
	font-weight: bolder;
	cursor: default;
	margin: -9px 0 -13px 0;
	padding: 10px 0 14px 0;
}

.layertext {
	font-size: 24px;
	margin: 15px 10px 10px 15px;
	height: 95px;
	width: 190px;
}

#layerklassisch {
	position:absolute;
	background-image: url(images/tooltip_bg.png);
	width:216px;
	height:146px;
	z-index:100;
	visibility: hidden;
	background-color:transparent;
	display: none;

}


#layerresponsetools {
	position:absolute;
	background-image: url(images/tooltip_bg.png);
	width:216px;
	height:146px;
	z-index:101;
	visibility: hidden;
	background-color:transparent;
	display: none;
}

#layerevents {
	position:absolute;
	background-image: url(images/tooltip_bg.png);
	width:216px;
	height:146px;
	z-index:102;
	visibility: hidden;
	background-color:transparent;
	display: none;
}

#layerpraesentationen {
	position:absolute;
	background-image: url(images/tooltip_bg.png);
	width:216px;
	height:146px;
	z-index:102;
	visibility: hidden;
	background-color:transparent;
	display: none;
}

#layersonderformate {
	position:absolute;
	background-image: url(images/tooltip_bg.png);
	width:216px;
	height:146px;
	z-index:102;
	visibility: hidden;
	background-color:transparent;
	display: none;
}

#layerservices {
	position:absolute;
	background-image: url(images/tooltip_bg.png);
	width:216px;
	height:146px;
	z-index:104;
	visibility: hidden;
	background-color:transparent;
	display: none;
}



/* ================================
 POPUP
 ================================ */
 

#wrapper_popup {
	margin-left: auto;
	margin-right: auto;
	height:100%;
}

#main_popup {
	margin: 0 auto;
	padding: 0 15px 0 15px;
	width:634px;
	background-color:#FFFFFF;
	position:relative;
	height: 100%;
	overflow: hidden;
}

#header_popup {
	padding: 30px 0 0px 0;
	width: 634px;
}

.header_mediadaten_text_popup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #000000;
}

.strich_hor_popup {  /* trenner PopUp */
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #000000;
}

.table_popup {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 15px 0 15px 0px;
	width: 434px;
	margin-left: 100px;
	border-style: none;
}

.td_popup {
	padding: 5px 10px 3px 5px;
	line-height: 13px;
}


  /* ================================
 FORMULAR
 ================================ */

.textfeld {
	font: 12px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	height: 17px;
	width: 280px;
}

.textbereich {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	width: 280px;
}
