﻿@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	/* background: #f3f2e7 url(../images/bg_body.gif) repeat-x fixed top right;   hellgelber Hintergrund mit Schatten oben */

	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
    }
table { 
	font: 100% Arial, Helvetica, sans-serif;
	}
	
.twoColFixLtHdr #container { 
	width: 950px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #ffffff;
	margin: 0 auto; 	/* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 


.twoColFixLtHdr #header {
	height:160px;
	width:950px;
	/* float:left; */
	/* background-color:yellow; */ 
    }


.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
	
	
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 190px;
	padding-bottom: 0px;
	/* background-color:#00CC33; */
	/* border:#0000FF solid 2px;  */
	background-color:#4d4d4d;
    }
.twoColFixLtHdr #mainContent { 
	min-height:649px;
	margin-right:0px;
	float: inherit;
	margin-left:220px;		/* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. */
	border: #ffffff solid 1px;
	} 

/* ################   HEADER   ################### */
.top_subnavi_lft {  /* Subnavi Links oben */
	width:190px;
	height:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	background-image: url(../images/top_img_line.gif);
	background-repeat: repeat-x; 
	}	
.top_subnavi_lft a {
	color:#cccccc;
	text-decoration:none;
	}
.top_subnavi_lft a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

.top_img_lft { /* Notebookbild */
	width:190px;
	height:110px;
	float:left;
	background-image:url(../images/top_img_lft.jpg);
	background-repeat:no-repeat;
	}
.top_lft {  /* Hintergrund unter Notebookbild Links */
	width: 190px;
	height: 50px;
	background-image: url(../images/top_img_line1.gif);
	background-repeat: repeat-x;  
	}

.top_logo {  /* InfoTech Logo */
	width: 760px;
	height: 50px;
	float: right;
	background-color: #ffffff;   /* hellgelb  #f3f2e7  */
	text-align:right;
	}
.top_img_rgt {	/* Claim und blauer Verlauf */
	width:760px;
	height:110px;
	float: right;
	background-image:url(../images/main_img_claim.jpg);  			/* wenn Flash-Animation dann auskommentieren  */
	background-repeat:no-repeat;									/* wenn Flash-Animation dann auskommentieren  */
	}

/* ################   NAVIGATION   ################### */
#navigation a  {
	color: #000;
	font-size: 10pt;
	line-height: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color:#e7e7e7;
	text-indent:16px;
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 2px;
	/* padding-left: 2px;  */
	border-top: 1px solid white;
	display: block;
	}
#navigation a:hover  { 
	color: #000; 
	font-size: 10pt; 
	line-height: 13pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color:#a3a3a3;
	/* text-indent: 20px; */
	margin: 0 auto; 
	padding-top: 2px; 
	padding-bottom: 2px;  
	display: block 
	}
#navigation ul  { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	} 
#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:url(../images/pfeil.gif);
	background-repeat:no-repeat;
	}

/* 1'te Ebene - aktiv   */	
#navigation li.active a  { 
	color: #232477; 
	font-weight: bold; 
	font-size: 10pt; 
	line-height: 13pt; 
	text-decoration: underline;
	background-color:#a3a3a3;
	background-image:url(../images/pfeil.gif);
	background-repeat:no-repeat;

	} 
#navigation li.active a:hover { 
	color: #232477; 
	font-size: 10pt; 
	line-height: 13pt; 
	text-decoration: underline; 
	background-color:#a3a3a3;
	}									

/* 2'te Ebene - normal */
#navigation li.active li a  { 
	color: black; 
	font-weight: normal; 
	font-size: 8pt; 
	text-decoration: none;  
	padding-left: 10px;
	background-color:#ffffff;
	background-image:url(../images/pfeil_ebene2.gif);
	background-repeat:no-repeat;
	}  
#navigation li.active li a:hover   { 
	color: #000; 
	font-weight: normal; 
	font-size: 8pt;  
	padding-left: 10px;
	}

/* 2'te Ebene - aktiv */
#navigation li.active li.active a  { 
	color: #232477; 
	font-weight: bold; 
	font-size: 8pt; 
	text-decoration: underline;  
	padding-left:10px;
	background-color:#9b9b9b;
	} 
#navigation li.active li.active a:hover  { 
	color: #232477; 
	font-weight: bold; 
	font-size: 8pt; 
	padding-left:10px;
	}

/* 3'te Ebene - nomal */
#navigation li.active li.active li a    { 
	color: #000; 
	font-weight: normal; 
	font-size: 8pt; 
	text-decoration: none;
	background-color:#ffffff;
	background-image:url(../images/pfeil_ebene3.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	} 
#navigation li.active li.active li a:hover  { 
	color: #000; 
	font-weight: normal; 
	font-size: 8pt; 
	text-decoration: underline; 
	padding-left:18px;
	}
/* 3'te Ebene - aktiv */
#navigation li.active li.active li.active a  { 
	color: #232477; 
	font-weight: bold; 
	font-size: 8pt; 
	text-decoration: underline;  
	padding-left:18px;
	background-color:#9b9b9b;
	} 
#navigation li.active li.active li.active a:hover  { 
	color: #232477; 
	font-weight: bold; 
	font-size: 8pt; 
	padding-left:18px;
	}
#sidebar_kontakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	padding-top: 100%;
	padding-bottom: 20px;
}


/* ################   BREADCRUMB   ################### */
.breadcrumb_txt  {
	color:#666666;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
.breadcrumb_txt a {
	color:#666666;
	text-decoration:none;
	}
.breadcrumb_txt a:hover {
	text-decoration:underline;
	}
.breadcrumb {
	color:#666666;   /* Farbe des Doppelpfeils zwischen den Rubrikpunkten  */
	text-decoration: none;
	}

/* ################  more bzw. Weiterlesen-Link  ################ */
.more  {
	color: #232477;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom:3px;
	margin-top:5px;
	margin-right:3px;
	text-align:right
	}
.more a   {  
	color: #232477;
	text-decoration: none;
	}
.more a:link  { 
	color: #232477;
	text-decoration: underline;
	}
.more a:hover  { 
	color: #232477;
	text-decoration: underline;
	}

/* ################   Überschriften + Fliesstext   ################ */	
.main_content_fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;   /* ex: 0.75em  */
	text-align: justify;
	}
.main_content_fliesstext_rahmen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;    /* ex: 0.75em  */
	border:solid #242578 1px;
	}
.main_content_h1 {
	color: #232477;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:bold;
	line-height:30px;
	}
.main_content_h2 {
	color: #232477;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	line-height:30px;
	}
.main_content_h3 {
	color: #232477;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	line-height:24px;		/* org: 30px */
	}
	
.datum_news  {	/* Datumsangabe bei Aktuelles-Artikeln  */
	color: #999999;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em; 
	text-decoration: none;
	}

.pager { /* definiert die Eigenschaften von Seitenangaben - ist in _cfg/style.css.dist festgelegt */
	color: #999999;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}  

/* ##################   BOXEN rechts   ################### */
.content_right {
	width:150px;
	background:#ffffff;
	margin-left:30px;
	}
#box  {
	width:150px;
	}
.box_h2 {
	color:#FFFFFF;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-image: url(../images/box_re_titel.gif);
	background-repeat: no-repeat;
	padding-left:5px;
	padding-top:6px;
	}
.box_h2_neu {
	color:#ffffff;
	line-height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-image: url(../images/box_re_titel_new.gif);
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:17px;
	}
.box_h2_achtung {
	color:#ffffff;
	line-height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-image: url(../images/box_re_titel_achtung.gif);
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:17px;
	}
.box_fliesstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;     /* ex: 11px  */
	background-color:#FFFFFF;
	border:solid #242578 1px;
	padding: 5px 2px 10px 5px;
	}
.box_schatten {
	height:10px;
	background-image: url(../images/box_schatten.gif);
	background-repeat:no-repeat;
	}
.box_datei {
	width:130px;	/* Breite muss angegeben werden, da sonst ein PDF-Symbol auf der nächsten Zeile erscheint */
	font-size:11px;
	line-height:19px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	text-indent:20px;
	list-style-image: url(../images/pfeil.gif);
	list-style-position: inside;
	list-style-type: disc;
	}

/* ##################   BOXEN Partner - 3 nebeneinander   ################### */
#box_partner  {
	width:170px;
	height:200px;
	float:left;
	background:#ffffff;
	border:#003366 solid 1px;
	margin-bottom:30px;	
	margin-right:5px;
	margin-left:6px;
	}
.box_partner_h2 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	background-color:#87cf09;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	font-weight: bold;
	}
.box_partner_fliesstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.69em;   /* ex: 11px  */
	padding-left:10px;
	padding-bottom:5px;
	padding-right:5px;
	}

/* ##################   Kundenportrait   ################### */
#box_kundenportrait_h2  {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	background-color:#87cf09;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	font-weight: bold;
	}


/* ##################   Ansprechpartner   ################### */
.ansprech_h1 {
	color:#ffffff;
	line-height:16px;
	background-color:#a3a3a3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
	}

/* ##################   FOOTER   ################### */
#footer   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:950px;
	color: #cccccc;
	text-align:center;
	padding:7px 0 7px 0;
	background-color:#666666;
	margin-left:auto;
	margin-right:auto;
	}	

/* ##################   Druckeigenschaften   ################### */
.print     {
	width: 20px;
	height: 18px;
	float:right;
	text-align: right;
	margin-top:10px;	
	}
.print a:link   { 
	color: #6f6f6f;
	}
.print a:hover   { 
	color: #336; 
	background-image: url(../images/drucksym_hover.gif);
	background-repeat: no-repeat;   	
	}
.print_linie  {
	background-image: url(../images/hg_breadcrumb.gif);
	background-repeat: repeat-x;
	}

/* ##################   Rubrik Aktuelles - mit Bild links   ################### */
.img_lft {
	float:left;
	height:100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top:10px;
	}

/* ##################   Trennlinien   ################### */
.trennlinie {
	width:100%;
	height:3px;
	margin-top:9px;
	margin-bottom:9px;
	background-image: url(../images/trennlinie.gif);
	background-repeat: repeat-x;
	}

/* ##################   Rubrik-Überschriften   ################### */
#localheader  {
	color: #08706e; 
	font-weight: bold; 
	font-size: 9pt; 
	line-height: 11pt; 
	background-image: url(../images/titel_hg_1px.gif); 
	text-indent: 2px; 
	border-top: 1px solid #a0bebe; 
	border-right: 1px solid #a0bebe; 
	border-left: 1px solid #a0bebe 
	}

/* ##################   Datei/Download   ################### */
.datei {
	width:540px;	/* Breite muss angegeben werden, da sonst ein PDF-Symbol auf der nächsten Zeile erscheint */
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 20px;
	line-height:20px;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	}

/* ##################   Formulareigenschaften  ################### */
.button  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:#CC3333 solid 1px;
	}
input  {
	font-family:Arial, Helvetica, sans-serif;
	border:#b9c6da solid 1px;
	}
textarea  {
	font-family:Arial, Helvetica, sans-serif;
	border:#b9c6da solid 1px;
	}
.checkbox  {
	border:none;
	}
.kontakt_input {
	font-size:11px;
	padding: 0 5 1 0px;
	}
.kontakt_headline {
	font-size:11px;
	padding: 5 5 0 0px;
	}


/* ##################   Bilderalbum   ################### */
.bilderalbum  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.seitenanzahl  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}

/* ##################   RAHMEN/EBENE die rechts oben in der Ecke liegt   ################### */	
/* #layer {		
	width:100px;
	height:100px;
	background-color:#FF0000;
	z-index:1;
	position:absolute;
	visibility: visible;
	top: 2px;
	right: 2px;
}  */
