@charset "UTF-8"; /* charset festlegen */
 
/*
Projektname:   Projektname
Erstellt am:   19.09.2008 von SQ MEDIA    
Bearbeitet am: 19.09.2008 von SQ MEDIA    
*/
 

body {
	font: normal 62.5%/ 1.0 "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	/* dadurch wird 1em zu 10px */
	color: #000;
	/*background: #c0c0c0;*/
	background: #b0b0b0 url(../images/bg-footer.jpg) top left repeat-y;
	
	text-align: center;
}


#imagewrapper {
	/* gibt der Seite den weissen Hintergrund oberhalb des Footers */
	background: #fff;
	position: relative;
	padding: 345px 0 30px 0;
	/* padding-top muss genau so hoch sein wie #header */
}

#wrapper { /* umfasst alles */
	position: relative;
	width: 100%;
}

#website {
	/* umschliesst den mittleren Teil der Website, definiert die Breite und zentriert ihn in der Mitte des Browsers */
	position: relative;
	width: 996px;
	text-align: left;
	padding: 20px 0 0 0;
	background:url(../images/bg_website.jpg) 0 0 repeat-y;
	
}

#breadcrumb {
	position: absolute;
	top: 345px;
	left: 260px;
}

#breadcrumb span a {
	color: #23479a;
	padding: 0 0 0 7px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-size: 1.1em;
	background: url(../images/pfeil-blau.gif) 0 3px no-repeat;
}


#content { /* Hauptinhalte rechts von der Subnavi */
	position: relative;
	width: 736px;
	float: right;
	display: inline;
	/*border:1px solid black;*/
}

#header { /* Kopf der Seite */
	position: absolute;
	top: -345px; /* Hoehe des Headers wird abgezogen */
	left: 0;
	width: 996px;
	height: 345px;
	background:url(../images/header_bg.jpg) left 30px no-repeat;
}

#logo { /* klickbares Logo im Header */
	position: absolute;
	top: 30px;
	left: 17px;
	height: 70px;
	width: 176px;
}

#philosophie {
	position: absolute;
	top: 165px;
	left: 20px;
	width: 200px;
	color: #fff;
}

#philosophie ul {
	margin: 0 0 15px 0;
}

#philosophie ul li {
	font-size: 1.4em;
	margin: 4px 0;
	text-transform: uppercase;
}

#meta { /* Metanavigation im Header */
	position: absolute;
	right: 0px;
	top: 0;
	color: #666;
	font-size: 1.2em;
	border: 0px solid black;
}

#navigation { /* Hauptnavigation im Header */
	position: absolute;
	top: 297px;
	left: 258px;
}

/* Hauptnavigation */
#navigation ul {
	
}

#navigation ul li span {
	display: none;
}

#navigation ul li.produkte a {
	display: block;
	width: 96px;
	height: 33px;
	border: none;
	background: url(../images/navi_produkte_inaktiv.jpg) center left no-repeat;
}

#navigation ul li.produkte a:hover,
#navigation ul li.produkte a.current {
	background: url(../images/navi_produkte_aktiv.jpg) center left no-repeat;
}

#navigation ul li.loesungen a {
	display: block;
	width: 95px;
	height: 33px;
	border: none;
	background: url(../images/navi_loesungen_inaktiv.jpg) center left no-repeat;
}

#navigation ul li.loesungen a:hover,
#navigation ul li.loesungen a.current {
	background: url(../images/navi_loesungen_aktiv.jpg) center left no-repeat;
}

#navigation ul li.news a {
	display: block;
	width: 161px;
	height: 33px;
	border: none;
	background: url(../images/navi_news_inaktiv.jpg) center left no-repeat;
}

#navigation ul li.news a:hover,
#navigation ul li.news a.current {
	background: url(../images/navi_news_aktiv.jpg) center left no-repeat;
}

#navigation ul li.fragen a {
	display: block;
	width: 134px;
	height: 33px;
	border: none;
	background: url(../images/navi_fragen_inaktiv.jpg) center left no-repeat;
}

#navigation ul li.fragen a:hover,
#navigation ul li.fragen a.current {
	background: url(../images/navi_fragen_aktiv.jpg) center left no-repeat;
}

#navigation ul li.kontakt a {
	display: block;
	width: 84px;
	height: 33px;
	border: none;
	background: url(../images/navi_kontakt_inaktiv.jpg) center left no-repeat;
}

#navigation ul li.kontakt a:hover,
#navigation ul li.kontakt a.current {
	background: url(../images/navi_kontakt_aktiv.jpg) center left no-repeat;
}


#navigation ul li.wissen a {
	display: block;
	width: 84px;
	height: 33px;
	border: none;
	background: url(../images/navi_wissen_inaktiv.jpg) center left no-repeat;
}

#navigation ul li.wissen a:hover,
#navigation ul li.wissen a.current {
	background: url(../images/navi_wissen_aktiv.jpg) center left no-repeat;
}

/* Seitliche Navigation links neben dem Content */
#subnavi { 
	position: relative;
	float: left;
	width: 220px;
	overflow: hidden;
	margin: 0 20px 0 0;
}

 /* grauer Abbinder */
#footer {
	position: relative;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: left;
	/*height: 283px;*/
}


/* news-teaser */
.news-teaser {
	float: left;
	background: #e5e5e5;
	width: 100%;
	margin: 0 0 25px 0;
}

.news-teaser h2 {
	color: #000;
	display: block;
	border-bottom: 1px solid #fff;
	background: #d9d9d9;
	padding: 7px 10px 7px 20px;
}

.news-teaser .einzel-news {
	margin: 0 0 5px 0x;
	float: left;
	padding:0 20px;
	border-bottom: 1px solid #ccc;
}

.news-teaser .einzel-news h3 {
	margin: 5px 10px 3px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

.news-teaser .einzel-news p {
	margin: 0 0 5px 0;
	line-height: 1.1em;
}

.news-teaser .einzel-news p a {
	color: #23479a;
	font-weight: bold;
	padding: 0 0 0 7px;
	background: url(../images/pfeil-blau.gif) 0 5px no-repeat;
}

.news-teaser .einzel-news p a:hover {
text-decoration: underline;
}

/* Kontakt Teaser */
#kontakt-teaser {
	margin: 20px 0;
}

#kontakt-teaser h2 {
	display: block;
	margin: 0 0 0 20px;
	font-size: 1.6em;
	font-weight: normal;
	text-transform:uppercase;
	color: #23479a;	
}

#kontakt-teaser address {
	margin: 0 0 0 20px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #23479a;
}

#kontakt-teaser address span {
	padding: 0 0 0 29px;
	margin: 5px 0;
	display: block;
}

#kontakt-teaser address span.telefon {
	background: url(../images/telefon-kontakt.jpg) center left no-repeat;
}

#kontakt-teaser address span.fax {
	background: url(../images/fax-kontakt.jpg) center left no-repeat;
}

#kontakt-teaser address span.email {
	background: url(../images/email-kontakt.jpg) center left no-repeat;
}

#kontakt-teaser img {
	margin: 10px 0 0 20px;
}

/* 4er Box */
.vierer-box {
	width 100%;
	float: left;
	border: none;
	margin: 20px 0;
}

.box {
	width:366px;
	float: left;
}

.top-left {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.top-right {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid transparent;
}

.bottom-left {
	border-top: 1px solid transparent;
	border-right: 1px solid #ccc;
}

.box img {
	float: left;
	border: none;
	width: 170px;
	height: auto;
	margin: 0 10px 10px 0;
}

.box h3 {
}

/* Produkt - Uebersicht */

.einzel-produkt {
border: 1px solid #23479a;
width: 346px;
/*height: 190px;*/
float: left;
margin: 10px;
}

.einzel-produkt h2 a {
display: block;
background: #23479a;
color: #fff;
font-size: 1em;
font-weight: normal;
padding: 2px 5px;
}

.einzel-produkt img {
float: left;
margin: 0 15px 0 0;
border: none;
}

.einzel-produkt ul li {
font-size: 1.2em;
line-height: 1.2em;
list-style-type: circle;
margin: 5px 0;
}

.einzel-produkt p {
margin: 0 0 10px 10px;
display: block;
width: 325px;
padding: 5px 0 0 0;
border-top: 1px solid #656565;
}

.einzel-produkt p.description {
border-top: none;
height: 110px;
}

/* Produktdetailseite */
#produktdetailseite {
	
}
#produktdetailseite #produkt-einleitung {
margin: 0 0 35px 0;
float: left;
}

#produktdetailseite #produkt-einleitung img {
	float: left;
	margin: 0 20px 0 0;
}

#produktdetailseite #produkt-einleitung img.produkt {
	float: left;
	width: 200px !important;
	height: auto !important;
}

#produktdetailseite #produkt-einleitung #produkt-kurzbeschreibung {
	margin: 0 0 0 220px;
}

#produktdetailseite #produkt-einleitung #produkt-kurzbeschreibung dl {
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
}


#produktdetailseite #produkt-einleitung #produkt-kurzbeschreibung dl dt,
#produktdetailseite #produkt-einleitung #produkt-kurzbeschreibung dl dd {
	font-size: 1.2em;
}

#produktdetailseite #produkt-einleitung #produkt-kurzbeschreibung dl dt {
	display: block;
	float: left;
	width: 150px;
	margin: 5px 0;
	font-weight: bold;
}

#produktdetailseite #produkt-einleitung #produkt-kurzbeschreibung dl dd {
	display: block;
	float: left;
	width: 350px;
	margin: 5px 0;
}

/* Inhalte im Abbinder */
#footer-inhalt {
	position: relative;
	width: 736px;
	font-size: 1.1em;
	padding: 0 0 50px 265px;
}

#footer-inhalt ul li {
	float: left;
	margin: 0 5px 0 0;
	border-right: 1px solid #777;
	padding-top: 3px;
}

#footer-inhalt ul li a {
	text-decoration: none;
	padding-right: 6px;
	position: relative;
	height: 1%; /* hasLayout fuer IE */
	color: #333;
}


/* Metanavigation im Header */
#meta ul li {
	float: left;
	margin: 0 5px 0 0;
	border-right: 1px solid #acacac;
	padding-top: 8px;
	font-size: 0.834em; /* 10px */
}

#meta ul li a {
	text-decoration: none;
	padding-right: 6px;
	position: relative;
	height: 1%; /* hasLayout fuer IE */
	color: #666;
}

#meta ul li a:hover {
	color: #4d79a5;
}

#meta ul li.last { /* letzter Punkt der Metanavi */
	margin: 0;
	border-right: none;
}

/* Hauptnavigation im Header */
#navigation ul li {
	float: left;
	display: inline;
	position: relative;
	line-height: 1;
	margin: 0 0 0 -1px;
}

#navigation ul li.last {
	background-image: none;
}

#navigation ul li a {
	font-size: 1.8em;
	color: #a6a6a6;;
	display: block;
/*	padding: 10px 17px 13px 17px;*/
}

/* Suche */
#suche  {
margin: 0 0 15px 10px;
}

#suche input {
	width: 200px;
	border: 1px solid #1b479e;
	height: 22px;
}

#suche input.submit {
border: none;
background: none;
width: 100px;
float: right;
margin: 0 35px 10px 0;
}

/*Seitennavigation */

#navheight_horiz_vert ul {
margin: 12px 0 25px 20px;
}

#navheight_horiz_vert ul ul {
margin: 0;
}

/* 1 ebene */
#navheight_horiz_vert ul.nav1st li {
font-size: 1.6em;
text-transform:uppercase;
color: #23479a;
}

/* 2 ebene */
#navheight_horiz_vert ul.nav2nd li {
margin: 5px 0;
font-size: 0.875em;
text-transform:none;
}
 
#navheight_horiz_vert ul.nav2nd li a {
color: #3a3a3a;
display: block;
padding: 2px;
}

#navheight_horiz_vert ul.nav2nd li.active a,
#navheight_horiz_vert ul.nav2nd li a:hover {
color: #23479a;
font-weight: normal;
}

#navheight_horiz_vert ul.nav2nd li.active a,
#navheight_horiz_vert ul.nav2nd li.active ul.nav3rd li a.current {
font-weight: normal;
}

li.active ul.nav3rd a.current {
font-weight: bold !important;
color: #fff !important;
background: #1b479e !important;
display: block;
}

/* 3 ebene */
#navheight_horiz_vert ul.nav3rd {
margin: 0 0 15px 10px;
padding: 0;
}

#navheight_horiz_vert ul.nav3rd li a {
font-weight: normal !important;
font-size: 0.98em;
color: #23479a;
}

#navheight_horiz_vert ul.nav3rd li a.current {
font-weight: normal !important;
color: #23479a;
line-height: 1.2em;
}

#navheight_horiz_vert ul.nav3rd li a:hover {
text-decoration: underline;
}

#navheight_horiz_vert ul.nav4rd {
font-size: 1em;
margin: 0 0 0 10px;
}

#navheight_horiz_vert ul.nav4rd li {
font-size: 1em;
}

#navheight_horiz_vert ul.nav3rd li ul.4rd li a.current {
color: red !important;
}

/* allgemeine Typografie */

h1,h2,h3,h4,h5,h6,p {
	line-height: 1.25em;
}

h1 {
	font-weight: normal;
	font-size: 2em;
	margin: 0 0 5px 0;
	color: #23479a;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 5px 0;
	color: #23479a;
}

h3 {
	font-size: 1.2em;
	margin: 5px 0;
	font-weight: bold;
	color: #23479a;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 7px 0;
}

#content p img {
float: left;
margin: 10px 10px 10px 0;
}

a.img {background:none !important;}

small {
	font-size: 1.1em;
	color: #7f7f7f;
}

p small,li small,label small,table small {
	font-size: 0.9em !important;
}

#content strong {
	color: #23479a;
}

#content p a {
	color: #23479a;
	padding: 0 0 0 6px;
	background: url(../images/pfeil-blau.gif) 0 4px no-repeat;
}

#content p a:hover {
	text-decoration: underline;
}

#content ul li {
	list-style-position: outside;
	margin: 6px 15px;
	font-size: 1.2em;
	list-style-type: circle;
}



/* CSV Tabellen */
/* 
  Beispiel:
  Überschrift linksbündung, gross
  Fusszeile rechtsbünding, kleiner
  alternierende Zeilen, 
  erste Spalte Fett,
  zweite Spalte gerader Zeilen grösser und grün (das ist wirklich nur ein Beispiel.)
*/
table.csv {
	background-color:#fff;
	empty-cells:show;
	border-collapse:separate;
	border-spacing:1px 0px;
	width: 100%;
	text-align:left;
	font-size: 1.2em;
}

table.csv thead {
	background: #22449b;
	color:#fff;
}
table.csv caption {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.7em;
	text-align:left;
	padding:3px;
	margin-bottom:5px;
	caption-side:top;
}

table.csv tfoot {
}

table th {
	padding: 5px;
}
table.csv tr td {
padding: 5px;
margin: 3px 0;
}

table.csv tr.odd {
background-color:#4b68ac;
color: #fff;
}

table.csv tr.even {
background-color:#a5b3d5;
color: #000;
}
table.csv .col1 {
}
table.csv tr.even td.col2
{
}
/* Ende CSV Tabellen */

/* Tag Cloud */
.tags {
}
a.tag-cloud {
	padding: 3px 10px;
	font-size: 1.2em;
	color: #000;
}

/* Helferlein */
.ahem {  /*  entspricht im wesentlichen display:none; , ist aber screenreaderfreundlich */
position: absolute;
overflow: hidden;
height: 0;
width: 0;
left: -1000px;
top: -1000px;
}

.clear {
clear: both;
margin: -1px 0 0 0;  /* laesst 1px clear nach oben verschwinden */
height: 1px;  /* laesst &nbsp; auf 1px schrumpfen fuer IE */
font-size: 1px;
line-height: 1px;
width: 100%;
}

.last {
margin: 0;
border: none;
}
