/*-----------------------------------------------------------------------------
	Version:   1.0
	Datum:     März 2010
	Autor:     PixelHouse GmbH, ou
	Website:   www.pixelhouse.ch
-----------------------------------------------------------------------------*/



/* Basis
-----------------------------------------------------------------------------*/

body {
	background-color: #ffffff;
	background-image: url(bilder/background.jpg);  /* Hintergrund Website */
	background-repeat: repeat-x;
	color: #666666;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 130%;	
}

#container { /* damit wird das Layout zentriert */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	/*background-image: url(bilder/background_head.jpg);  /* Hintergrund im oberen Head-Bereich */
	background-color: #ffffff;
	background-repeat: no-repeat;
}

h1, h2, h3 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing:1px;
	margin: 0px;	
}

h1 {
	font-size: 1.2em;
	padding-bottom: 20px;
	color: #0073B0;
}

h2 {
	font-size: 1em;
	padding-bottom: 20px;
	color: #0073B0;
}

h3 {
	font-size: 1em;  /* ist nur da, damit es im IE und FF richtig dargestellt wird. Effektive Grösse ist schlussendlich 0.8em */
	padding-bottom: 5px;
	color: #666;
}


a {
	color: #339900;
	text-decoration: underline;
}

a:hover {
	color: #339900;
	text-decoration: none;
}

a:active {
	color: #339900;
	text-decoration: underline;
}

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

.details {
	background-image: url(bilder/icon_details.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

ul {
	margin: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

li {
	list-style: none;
	padding-left: 20px;
	background-image: url(bilder/listenpunkt.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}

li.none {
	list-style: none;
	padding-left: 0px;
	background-image: none;
}




/* Head, Logo
-----------------------------------------------------------------------------*/

#header-outer {
	height: 10px;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 0.5em;
	text-align: center;
}

#head {
	width: 960px;
	height: 375px;
}

#logo {
	float: right;
	width: 260px;
	height: 120px;
	margin-top: 70px;
	margin-right: 10px;
}



/* Haupt-Navigation
-----------------------------------------------------------------------------*/

#navi {
	float:left;
	width: 930px;
	height: 70px;
	margin-top: 45px;
	margin-left: 15px;
	background-image: url(bilder/navi_hintergrund.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
}

.aktiv  {
	width: auto;
	height: 35px;
	float: left;
	text-align: center;
}

.aktiv a  {
	color: #666666;
	text-decoration: none;
}

.aktiv_l {
	float:left;
	height:35px; 
	width:9px; 
	background-image:url(bilder/navi_top_left.png); 
	background-repeat:no-repeat;
}

.aktiv_c {
	float:left;
	height:35px; 
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	background-image:url(bilder/navi_top_content.png);
	background-repeat:repeat-x;
}

.aktiv_r {
	float:left;
	height:35px; 
	width:9px; 
	background-image:url(bilder/navi_top_right.png); 
	background-repeat:no-repeat;
}

.vert_linie {   /* vertikale Linie bei Hauptnavigation */
	float:left;
	height:33px; 
	width:3px; 
	background-image: url(bilder/navi_hintergrund_vert_linie.png); 
	background-repeat: no-repeat;	
}

.vert_linie_no {   /* vertikale Linie bei Hauptnavigation ausschalten */
	float:left;
	height:33px; 
	width:3px; 
	background-image: none; 
}

#home {
	width: auto;
	height: 35px;
	float: left;
	text-align: center;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 8px;
}

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

#home a {
	color: #666666;
	text-decoration: none;
}

#angebot {
	width: auto;
	float: left;
	height: 35px;
	text-align: center;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 8px;
}

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

#angebot a {
	color: #666666;
	text-decoration: none;
}

#portrait {
	width: auto;
	float: left;
	height: 35px;
	text-align: center;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 8px;
}

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

#portrait a {
	color: #666666;
	text-decoration: none;
}

#kontakt {
	width: auto;
	float: left;
	height: 35px;
	text-align: center;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 8px;
}

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

#kontakt a {
	color: #666666;
	text-decoration: none;
}



/* Unter-Navigation
-----------------------------------------------------------------------------*/

#submenu {
	clear: both;
	float: left;
	width: 800px;
	padding: 0px;
	margin: 0px;
	margin-top: -4px;
	margin-left: 100px;
	font-size: 1em;
}

.aktiv_small  {
	width: auto;
	height: 25px;
	float: left;
	text-align: center;
}

.aktiv_small a  {
	color: #666666;
	text-decoration: none;
}

.aktiv_small_l {
	float:left;
	height:25px; 
	width:8px; 
	background-image:url(bilder/navi_bottom_left.png); 
	background-repeat:no-repeat;
}

.aktiv_small_c {
	float:left;
	height:25px; 
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	background-image:url(bilder/navi_bottom_content.png);
	background-repeat:repeat-x;
}

.aktiv_small_r {
	float:left;
	height:25px; 
	width:8px; 
	background-image:url(bilder/navi_bottom_right.png); 
	background-repeat:no-repeat;
}

.vert_linie_sub {   /* vertikale Linie bei Unternavigation */
	float:left;
	height:25px; 
	width:3px; 
	margin-left:10px;
	margin-right:10px;	
	background-image: url(bilder/navi_hintergrund_sub_vert_linie.png); 
	background-repeat: no-repeat;	
}

.vert_linie_sub_no {   /* vertikale Linie bei Unternavigation ausschalten */
	float:left;
	height:25px; 
	width:3px;
	margin-left:0px;
	margin-right:2px;
	background-image: none; 
}

#internet {
	width: auto;
	float: left;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	color: #666666;
	text-decoration: none;
}

#internet a {
	color: #666666;
	text-decoration: none;
}

#internet a:hover {
	text-decoration: underline
}

#cms {
	width: auto;
	float: left;
	height: 25px;
	text-align: center;
	padding-top: 4px;
}

#cms a {
	color: #666666;
	text-decoration: none;
}

#cms a:hover {
	text-decoration: underline
}

#shop {
	width: auto;
	float: left;
	height: 25px;
	text-align: center;
	padding-top: 4px;
}

#shop a {
	color: #666666;
	text-decoration: none;
}

#shop a:hover {
	text-decoration: underline
}

#seo {
	width: auto;
	float: left;
	height: 25px;
	text-align: center;
	padding-top: 4px;
}

#seo a {
	color: #666666;
	text-decoration: none;
}

#seo a:hover {
	text-decoration: underline
}

#schulung {
	width: auto;
	float: left;
	height: 25px;
	text-align: center;
	padding-top: 4px;
}

#schulung a {
	color: #666666;
	text-decoration: none;
}

#schulung a:hover {
	text-decoration: underline
}



/* Content - linke Spalte
-----------------------------------------------------------------------------*/

#content_left {
	float: left;
	width: 620px;
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 1em;
	text-align: left;
}

.referenzen_links {
	width: 280px;
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	background-image: url(bilder/punktlinie_vertikal.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-size: 0.8em;
}

.referenzen_rechts {
	width: 280px;
	float: right;
	padding-left: 20px;
	padding-top: 10px;	
	padding-bottom: 10px;
	font-size: 0.8em;
}

.referenzen_allg_links {
	width: 295px;
	clear: both;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
	background-image: url(bilder/punktlinie_vertikal.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.referenzen_allg_rechts {
	width: 280px;
	float: right;
	padding-bottom: 20px;
}

.rahmen {
	border: #CCC solid 1px;
	padding: 3px;
}

.sitemap {
	float: left;
	padding: 10px;
}


div.sitemap ul {
	margin: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.sitemap li {
	list-style: none;
	padding-left: 20px;
	background-image: url(bilder/listenpunkt.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}


div.sitemap li.none {
	list-style: none;
	padding-left: 0px;
	background-image: none;
}




/* Content - rechte Spalte
-----------------------------------------------------------------------------*/

#content_right {
	float: right;
	width: 275px;
	margin-right: 20px;
	background-image: url(bilder/punktlinie_vertikal.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.teaser {
	padding-left: 20px;
}

.teaser_content {
	font-size: 0.8em;
}

.teaser_trennung {
	width: 265px;
	height: 40px;
	margin-left: 5px;
	background-image: url(bilder/punktlinie_horizontal.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#content_right h3 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: solid 1px #E5E5E5;
	width: 250px;
	font-size: 0.8em;	
}



/* Akkordeon
-----------------------------------------------------------------------------*/

.toggler {
	padding:5px;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	display: block;
	background-image: url(bilder/icon_details_akkordeon.png);
	background-position: 600px;
	background-repeat:no-repeat;
	background-color: #B5D2F2;
}

.toggler-closed {
	color: #FFF;
	border-bottom: solid 1px white;
	background-image: url(bilder/icon_details_akkordeon.png);
	background-position: 600px;
	background-repeat:no-repeat;
	background-color: #B5D2F2;

}

.toggler-closed:hover {
	color: #FFF;
	background-color: #7BA4EE;
	background-image: url(bilder/icon_details_akkordeon_on.png);
	background-position: 595px;
	background-repeat:no-repeat;	
}

.toggler-opened {
	padding:5px;
	color: #FFF;
	background-image: url(bilder/icon_details_akkordeon_on.png);
	background-position: 595px;
	background-repeat:no-repeat;	
	background-color: #7BA4EE;	
}

.toggler-opened:hover {
	padding:5px;
	color: #FFF;
	background-image: url(bilder/icon_details_akkordeon_off.png);
	background-position: 600px;
	background-repeat:no-repeat;
	background-color: #B5D2F2;
}

.toggler-c {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-top: 20px;
	border-left: #EEE solid 1px;	
	border-right: #EEE solid 1px;
	border-bottom: #EEE solid 1px;		
}

.toggler-c-closed {
}

.toggler-c-opened {
}

.klein {
	font-size: 0.7em;
}



/* Footer
-----------------------------------------------------------------------------*/

#footer-outer {
	background-color: #ffffff;
	background-image: url(bilder/background_foot.jpg);  /* Hintergrund Footer */
	background-repeat: repeat-x;
	background-position: top;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	clear: both;
	width: 100%;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#footer_left {
	float: left;
	margin: 0px;
	margin-left: 20px;
	margin-top: 30px;
	padding: 0px;
}

#footer_right {
	float: right;
	width: 360px;
	margin: 0px;
	margin-right: 20px;
	margin-top: 30px;
	padding: 0px;
	text-align: right;
}

#footer_right_support {
	float: right;
	width: 260px;
	margin: 0px;
	margin-right: 20px;
	margin-top: 50px;
	padding: 0px;
	text-align: right;
	color: #999999;	
}

#footer_urls_left ul, #footer_urls_right ul {
	margin: 0px;
	padding: 0px;
}

#footer_urls_left li, #footer_urls_right li {
	list-style-image: none;
	list-style: none;
}

#footer_urls_left {
	clear: both;
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-top: 30px;
}

#footer_urls_left, #footer_urls_left a {
	color: #999999;
}

#footer_urls_right {
	width: 200px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;	
}

#footer_urls_right, #footer_urls_right a {
	color: #999999;
}



