/*  
+++++++++++++++++++++++++++++++++++
Reset und allgemeine Angaben 
+++++++++++++++++++++++++++++++++++
*/
* {
margin: 0;
padding: 0; } 
html {
height: 100% ;
} 
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size: 100.01%;
line-height: 1.4em;
position: relative;
min-height: 101%;
min-width: 77em;
} 
fieldset, img {
border:0; 
}
select, 
input, 
textarea {
font-size: 99% ; 
}
.skip, a.skip {/* versteckte Elemente*/
position: absolute;
left: -2000em; 
}
a {
	text-decoration: none;
	}
a:focus {
outline: none; 
}
p {
	color: #999;
	}
/*  
+++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++
WEBSITE allgemein
+++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++
*/
/* 
+++++++++++++++++++++++++++++++++++
KOPF
+++++++++++++++++++++++++++++++++++
*/
#kopf {
position: relative;
width: 100%;
height: 170px;
z-index: 7;
overflow: hidden;
clear: both;
background: #9FBEEC url(../bilder/body/verlaufblau.jpg) repeat-x left top;
}
#linkerrand {
height: 170px;
width: 13%;
position: absolute;
left: 0px;
top: 0px;
background-color: #9FBEEC;
}
#floral {
position: relative;
top: -155px;
left: 395px;
width: 900px;
height: 400px;
z-index: 5;
background: url(../bilder/kopf/floralhintergrund.png) no-repeat left top;
}
#slogen {
position: absolute;
top: 20px;
left: 12.5%;
width: 400px;
height: 185px;
z-index: 500;
background: url(../bilder/kopf/slogan.png) no-repeat left top;
margin-left: 330px;
}
#logo {
position: absolute;
top: 0;
left: 12.5%;
height: 200px;
width: 700px;
z-index: 6;
background: url(../bilder/kopf/logohinter.png) no-repeat left top;	
}
#logo h1 a {
		width: 203px;
	height: 100px;
display: block;
font-size: 1.2em;
font-weight: bold;
text-indent: -2000em;
}
#logo a img {
color: #0D1205;
font-size: 0.8em;
position: absolute;
top: 65px;
left: 125px;
}
/* 
+++++++++++++++++++++++++++++++++++
Topnavigation
+++++++++++++++++++++++++++++++++++
*/
ul#topnav {
position: absolute;
bottom: 0px;
right: 0px;
z-index: 65;
list-style-type: none;
float: left;
background: url(../bilder/navigation/topnav-leiste.png) no-repeat left bottom;
padding-left: 35px;
padding-right: 20px;
height: 120px;
}
ul#topnav li {
position: relative;
width: 130px;
height: 120px;
float: left;
margin-left: -20px;
}
ul#topnav li a {
color: #000;
background-repeat: no-repeat;
background-position: center 0;
text-decoration: none;
text-align: center;
height: 120px;
width: 130px;
padding-top: 98px;
display: block;
position: relative;
}
ul#topnav li a:hover, 
ul#topnav li a:focus {
color: #ff02a5;
}
ul#topnav li a b, 
ul#topnav li a:hover b{
display: block;
position: absolute;
height: 120px;
width: 130px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
}
ul#topnav li.kontakt a b { background: url(../bilder/navigation/kontakt.png)  center 0; 
}
ul#topnav li.kontakt a:hover b, 
ul#topnav li.kontakt a:focus b { 
background: url(../bilder/navigation/kontakt.png) center bottom; 
}
ul#topnav li.kontakt a.aktiv b {
color: #ff02a5;
background-image: url(../bilder/navigation/kontakt.png);
background-position: center bottom; 
}
ul#topnav li.ueberuns a b {
background-image: url(../bilder/navigation/ueber-uns.png);
background-position: center 0px;
}
ul#topnav li.ueberuns a:hover b, ul#topnav li.ueberuns a:focus b {
background-image: url(../bilder/navigation/ueber-uns.png);
background-position: center bottom; 
}
ul#topnav li.ueberuns a.aktiv b {
color: #ff02a5;
background-image: url(../bilder/navigation/ueber-uns.png);
background-position: center bottom; 
}
ul#topnav li.home {
padding-right: 15px;
background: url(../bilder/navigation/topnav-leiste.png) no-repeat right bottom;
}	
ul#topnav li.home a b {
background-image: url(../bilder/navigation/home.png);
background-position: center 0;
}
ul#topnav li.home a:hover b, 
ul#topnav li.home a:focus b {
background-image: url(../bilder/navigation/home.png);
background-position: center bottom; 
}
ul#topnav li.home a.aktiv b {
color: #ff02a5;
background-image: url(../bilder/navigation/home.png);
background-position: center bottom; 
}
/*  
+++++++++++++++++++++++++++++++++++
HAUPTTEIL allgemein
+++++++++++++++++++++++++++++++++++
*/
#inhalt {
position: relative;
width: 100%;
z-index: 2;
clear: both;
float: left;
padding: 0px;
background-color: #9FBEEC;	
}
/*  
+++++++++++++++++++++++++++++++++++
Spalte links
+++++++++++++++++++++++++++++++++++
*/
#spalte1 {
position: relative;
width: 12%;
height: 500px;
float: left;
}
/*  
+++++++++++++++++++++++++++++++++++
Hauptnavigation
+++++++++++++++++++++++++++++++++++
*/
#nav {
position: absolute;
top: 90px;
right: 0px;
width: 140px;
height: 380px;
background: url(../bilder/navigation/navleiste-2.1.png) no-repeat left top;
padding-top: 4px;
}
#nav ul.nav {
position: relative;
margin: 0;
padding: 0;
list-style-type: none;
}
#nav ul.nav li {
position: relative;
height: 63px;
margin-bottom: 1px;
}
#nav ul.nav li a {
color: #6D9FE2;
font-size: 0.8em;
font-weight: bold;
font-style: normal;
line-height: 40px;
text-decoration: none;
text-align: left;
height: 63px;
display: block;
overflow: hidden;
width: 140px;
position: relative;
text-indent: 10px;
}
#nav ul.nav li a:hover, 
#nav ul.nav li a:focus {
color: #c1c1c1;
font-weight: bold;
width: 140px;
}
#nav ul.nav li a b, 
#nav ul.nav li a:hover b, 
#nav ul.nav li a:focus b {
display: block;
position: absolute;
height: 100%;
width: 100%;
right: 0px;
top: 0px;
background-repeat: no-repeat;
}
#nav ul.nav li a b {
background-position: right top;	
}
#nav ul.nav li a:hover b, 
#nav ul.nav li a:focus b {
background-position: right bottom;	
}
#nav ul.nav li.angebot a b {
background-image: url(../bilder/navigation/angebot.png);
}
#nav ul.nav li.angebot a:hover b, 
#nav ul.nav li.angebot a:focus b {
background-image: url(../bilder/navigation/angebot.png);
}
#nav ul.nav li.angebotaktiv a b {
color: #ff00a5;
font-weight: bold;
background-image: url(../bilder/navigation/angebot.png);
background-repeat: no-repeat;
background-position: right bottom; }
#nav ul.nav li.leistung a b {
background-image: url(../bilder/navigation/leistungen.png);
}
#nav ul.nav li.leistung a:hover b, 
#nav ul.nav li.leistung a:focus b {
background-image: url(../bilder/navigation/leistungen.png);
}
#nav ul.nav li.leistungaktiv a b {
color: #ff00a5;
font-weight: bold;
background-image: url(../bilder/navigation/leistungen.png);
background-repeat: no-repeat;
background-position: right bottom; }
#nav ul.nav li.referenz a b {
background-image: url(../bilder/navigation/referenzen.png);
}
#nav ul.nav li.referenz a:hover b, 
#nav ul.nav li.referenz a:focus b {
background-image: url(../bilder/navigation/referenzen.png);
}
#nav ul.nav li.referenzaktiv a b {
color: #ff00a5;
font-weight: bold;
background-image: url(../bilder/navigation/referenzen.png);
background-repeat: no-repeat;
background-position: right bottom; }
/*  
+++++++++++++++++++++++++++++++++++
Spalte Rechts
+++++++++++++++++++++++++++++++++++
*/
#spalte2 {
background:#000 url(../bilder/hintergrund/floral.jpg) no-repeat left top;
float: left;
position: relative;
width: 88%;
z-index: 7;
padding: 80px 0 125px 0;
min-height: 29em;
}
#spalte2 #textinhalt {
margin-left: 10%;
}
#spalte2 #textinhalt h1 {
	color: #88B1E8;
	font-size: 1.25em;
	font-weight: normal;
}
#spalte2 #textinhalt h2 {
font-weight: normal;
color: #88B1E8;
font-size: 0.9em;
padding-bottom: 0.5em;
padding-top: 2em;
font-weight: bold;
}
#spalte2 #textinhalt h3 {
color: #464646;
font-size: 0.75em;
font-weight: normal;
margin-bottom: 0.4em; 
}
#spalte2 #textinhalt p {
line-height: 1.5em;
color: #ADADAD;
font-size: 0.75em;
letter-spacing: 0.02em;
width: 65%; 
}
#spalte2 #textinhalt p#intro {
	color: #ADADAD;
	font-weight: bold;
	margin-bottom: 2em;
	padding-top: 2em;
}
#spalte2 #textinhalt p a {
color: #9af02e;
padding-left: 18px;
background: url(../bilder/symbole/externerlink.png) no-repeat left bottom;
position: relative;
}
#spalte2 #textinhalt p a:hover {
color: #f0009b;
background: url(../bilder/symbole/externerlink-hover.png) no-repeat left bottom;
}
#spalte2 #textinhalt p a em {
color: white;
font-weight: normal;
text-align: center;
font-style: normal;
z-index: 100;
position: absolute;
top: -120px;
left: 50%;
width: 220px;
height: 139px;
margin-left: -110px;
padding: 20px 1px;
display: none;
text-decoration: none;
background: url(../bilder/tooltip/tooltip.png) no-repeat right top;
}
#spalte1-unten {/*in #inhalt eingefügt*/
width: 250px;
height: 150px;
position: absolute;
left: -250px;
bottom: 0px;
background: url(../bilder/hintergrund/spalte1-unten.png) no-repeat right top;	
}
/*
+++++++++++++++++++++++++++++++++++
FUSS
+++++++++++++++++++++++++++++++++++
*/
#fuss {
font-size: 0.75em;
background-color: #191919;
text-align: left;
position: relative;
height: 150px;
width: 100%;
z-index: 250;
clear: both;
color: #939393;
border-top: 1px solid #3C3C3C;
}

#fuss .vcard {
font-style: normal;
padding-top: 5px;
margin-left: 22%;
padding-bottom: 5px;
float: left;
}
#fuss .vcard span span {
font-weight: normal;
padding-right: 0.4em;
padding-left: 0.4em;
border-right: 1px solid #3C3C3C;
float: left;
}
#fuss .vcard em {
font-style: normal; 
}
#fuss .vcard span span.url {
border-right: none; 
}
#fuss .vcard span a {
color: #939393;
text-decoration: none;
}
#fuss .vcard span a:hover {
color: #f0009c;
text-decoration: none; 
}
#fuss .vcard span.fn {
font-weight: bold; 
}
#fuss #w3c p img {
height: 19px;
width: 52px;
margin-right: 15px;
}
/*  
+++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++
WEBSITE speziell
+++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++
*/
/*
+++++++++++++++++++++++++++++++++++
Home
+++++++++++++++++++++++++++++++++++
*/
body.home #floral {
top: -173px;
}
#hintergrundwebsiten {
position: absolute;
top: 63px;
width: 755px;
height: 269px;
z-index: 300;
background: url(../bilder/crossslide/websitenhinter4.gif) no-repeat left top;
}
#hintergrundwebsitenhover {
position: absolute;
top: 95px;
width: 755px;
height: 269px;
z-index: 700;
}
#hintergrundwebsitenhover a {
text-decoration: none;
width: 755px;
height: 269px;
z-index: 700;
display: block;
font-size: 0.75em;
position: relative;
overflow: hidden;
}
#hintergrundwebsitenhover a em {
color: white;
font-weight: normal;
text-align: center;
font-style: normal;
z-index: 100;
background-image: url(../bilder/tooltip/tooltip.png);
background-repeat: no-repeat;
background-position: right top;
position: absolute;
top: 100px;
left: 50%;
width: 220px;
height: 139px;
margin-left: -115px;
padding: 20px 1px;
display: none; 
}
#kopf h1 {
color: #fbfcf9;
font-size: 1.2em;
font-weight: normal;
position: relative;
height: 3em;
z-index: 200;
padding-top: 120px; 
}
body.home #spalte2 #textinhalt h2 {
font-size: 0.9em;
font-style: normal;
font-weight: bold;
color: #CCC;
padding-top: 300px;
padding-left: 45px;
}	
body.home #spalte2 #textinhalt p {
color: #999;
letter-spacing: 0.01em;
width: 50%;
padding-left: 45px;
font-size: 0.8em;
}
body.home #spalte2 #textinhalt p a {
	color: #94e409;
	line-height: 19px;
	text-decoration: none;
	padding-left: 20px;
	background: url(../bilder/home/buttonrund-home.jpg) no-repeat left center;
}
body.home #spalte2 #textinhalt p a:hover {
color: #ee039b;
	background: url(../bilder/home/buttonrund-home-hover.jpg) no-repeat left center;
}
/*
+++++++++++++++++++++++++++++++++++
Angebot
+++++++++++++++++++++++++++++++++++
*/
body.angebot #spalte2 h3 {
color: #fdfcfc;
font-weight: bold;
}
#navangebot {
position: relative;
width: 100%;
z-index: 700;
float: left;
padding-bottom: 4em;
font-size: 0.8em;
}
ul#navangebot1 {
	position: relative;
	width: 23em;
	float: left;
	margin: 2em 0 0 0;
	list-style-type: none;
}
ul#navangebot2 {
	position: absolute;
	top: 2em;
	left: 25em;
	width: 23em;
	margin: 0;
	list-style-type: none;
}
ul#navangebot1 li, 
ul#navangebot2 li {
	float: none;
	border-bottom: 1px solid #4A4A4A;
}
ul#navangebot1 li.titel, 
ul#navangebot2 li.titel  {
	height: auto;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 47px;
	background-color: #73B024;
	border: none;
}
ul#navangebot1 li a, 
ul#navangebot2 li a {
	display: block;
	color: #A3E056;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	text-align: left;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 47px;
	background: url(../bilder/angebot/buttonrund-angebot.jpg) no-repeat 12px center;
}
ul#navangebot1 li a:hover, 
ul#navangebot2 li a:hover {
	color: #FF00A3;
	background: url(../bilder/angebot/buttonrund-angebot-hover.jpg) no-repeat 12px center;
}
.partnerangebot {
position: relative;
width: 65%;
margin-top: 1em;
background: #262E37;
}
.partnerangebot h2 {
color: #8a8888;
padding-left: 25px;
border-bottom: 2px solid #404D5B;
}
.partnerangebot h2 a {
	font-weight: normal;
color: #8a8888;
text-decoration: none;
position: relative;
height: 70px;
display: block;
color: #AFBAC9;
font-size: .85em;
text-align: left;
line-height: 1.4em;
margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;

}
.partnerangebot h2 a.gologo {
	padding-left: 125px;
	background: url(../bilder/angebot/gologo.png) no-repeat left top;
}
.partnerangebot h2 a.computercare {
	padding-left: 315px;
	background: url(../bilder/angebot/computercare.png) no-repeat left top;
}
.partnerangebot h2 a:hover {
color: #fffefe;
background: no-repeat left top;
}
.partnerangebot h2 a.gologo:hover {
background-image: url(../bilder/angebot/gologo-hover.png);
}
.partnerangebot h2 a.computercare:hover {
background-image: url(../bilder/angebot/computercare-hover.png);
}
body.angebot hr {
clear: both;
visibility: hidden;	
padding-bottom: 1em;
}
body.angebot ul.auflistung {
color: #D5DAE1;
position: relative;
list-style-type: none;
margin-top: 2em;
margin-right: 0;
margin-left: 65px;
font-size: .75em;
padding-right: 25px;
}
body.angebot ul.auflistung li {
	margin: 0 1em .5em 0;
	padding-left: 12px;
	background: url(../bilder/angebot/Punktauflistung.gif) no-repeat left center;
}
body.angebot ul.auflistung li span.punktauflistung {
	background: url(../bilder/angebot/Punktauflistung.gif) no-repeat left center;
}
/*
+++++++++++++++++++++++++++++++++++
Leistung
+++++++++++++++++++++++++++++++++++
*/
body.leistung ul.auflistung  {
	margin-top: 4em;
	margin-bottom: 3em;
	font-size: 0.75em;
	position: relative;
	width: 90%;
	list-style-type: none;
	color: #A3E056;
	font-weight: bold;
	padding-right: 25px;
}
body.leistung ul.auflistung li {
	float: none;
	}
body.leistung ul.auflistung li a {
color: #A3E056;
text-decoration: none;
padding-top: 2px;
padding-bottom: 2px;
display: block;
background: url(../bilder/leistung/Fragezeichen.png) no-repeat 14em center;
}
body.leistung ul.auflistung li a:hover {
color: #FF00A3;
font-weight: bold;
background: url(../bilder/leistung/Fragezeichen-hover.png) no-repeat 14em center;
}	
body.leistung ul.auflistung2  {
font-size: 0.75em;
line-height: 1.4em;
position: relative;
margin: 2em 0 0 0;
list-style-type: none;
width: 25em;	
}
body.leistung ul.auflistung2 li {
	float: none;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	color: #ADADAD;
}
body.leistung ul.auflistung2 li a {
line-height: 1em;
text-decoration: none;
padding-top: 2px;
padding-bottom: 2px;
display: block; 
}
body.leistung ul.auflistung2 li.titel {
background-image: none; 
}
body.leistung ul.auflistung2 li.titel a acronym {
color: #9af02e;
font-weight: normal; 
}
body.leistung span {
float: none;
display: inline; 
}
/*
+++++++++++++++++++++++++++++++++++
Referenz
+++++++++++++++++++++++++++++++++++
*/
body.referenz #spalte2 {
padding-bottom: 9em;
}
#beispiele {
z-index: 200;
width: 65%;
}
#beispiele ul {
margin: 0;
padding: 0;
list-style-type: none;
margin-top: -3100px;
}
#beispiele ul  li {
	margin-bottom: 2em;
	padding-left: 20px;
	background: url(../bilder/symbole/externerlink.png) no-repeat left 6px;
}
#beispiele ul li img {
margin-right: 35px;
margin-bottom: 1em;
display: block;
}
#beispiele ul li a {
	color: white;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 6px;
	border: solid 1px #6e6e6e;
	display: block;
	background: url(../bilder/referenz/li_verlauf.png) repeat-x left top;
}
#beispiele ul li a:hover {
	color: #7cd609;
	font-weight: bold;
	padding: 6px;
	border: solid 1px #c6c6c6;
	background: #232323 url(../bilder/referenz/li_verlaufover.png) repeat-x left top;
}
#beispiele ul li span.produced {
color: #b8b8b8;
font-size: 0.6em; 
}
#beispiele ul li span.design {
color: #b8b8b8;
font-size: 0.6em;
margin-top: 0.5em;
display: block; 
}
.caption {/*Abstand Pfeil und Schrift darunter*/
	padding-top: 10px;
	}
/*referenzdruck*/
#referenzdruck {
position: relative;
margin-left: 10%;
display: none; 
}
#referenzdruck ul {
position: relative;
margin: 0;
padding: 0;
list-style-type: none; 
}
#referenzdruck ul  li {
	width: 90%;
	margin-bottom: 2em;
	padding-left: 20px;
	background: url(../bilder/symbole/externerlink.png) no-repeat left 6px;
}
#referenzdruck ul li img {
float: left;
margin-right: 35px;
margin-bottom: 1em;
display: block;
}
#referenzdruck ul li a {
	color: white;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 6px;
	border: solid 1px #6e6e6e;
	display: block;
	background: url(../bilder/referenz/li_verlauf.png) repeat-x left top;
}
#referenzdruck ul li a:hover {
	color: #7cd609;
	font-weight: bold;
	padding: 6px;
	border: solid 1px #c6c6c6;
	background: #232323 url(../bilder/referenz/li_verlaufover.png) repeat-x left top;
}
#referenzdruck ul li span.produced {
color: #b8b8b8;
font-size: 0.6em; 
}
#referenzdruck ul li span.design {
color: #b8b8b8;
font-size: 0.6em;
margin-top: 0.5em;
display: block; 
}
/*
+++++++++++++++++++++++++++++++++++
Über uns
+++++++++++++++++++++++++++++++++++
*/
#personal {
padding-top: 25px;
padding-bottom: 65px; 
}
ul#ueberuns {
text-align: left;
position: relative;
left: 25px;
width: 44em;
margin: 2em 0 0;
list-style-type: none; 
}
ul#ueberuns li {
	color: #ADADAD;
	font-size: .75em;
	line-height: 1.4em;
	padding-top: 10px;
padding-left: 160px;
height: 120px;
margin-bottom: 2em;
}
ul#ueberuns li span.personaltitel {
	font-weight: bold;
	padding-bottom: .2em;
	}
ul#ueberuns li.hansruedi {
	background: url(../bilder/ueber_uns/hansruedi.png) no-repeat left top;
}
ul#ueberuns li.stefan {
	background: url(../bilder/ueber_uns/stefan.png) no-repeat left top;
}
ul#ueberuns li.cornelia {
	background: url(../bilder/ueber_uns/cornelia.png) no-repeat left top;
}
/*
+++++++++++++++++++++++++++++++++++
Kontakt
+++++++++++++++++++++++++++++++++++
*/
body.kontakt #spalte2 #textinhalt p a {
color: #9af02e;
background: url(none); /*Hintergrundbild ausblenden*/
padding-left: 0; /*Abstand für Hintergrundbild zurücksetzten*/
}
body.kontakt #spalte2 #textinhalt p a:hover {
color: #f20691;
}
