﻿/* allgemeine Definitionen zur Schriftfarbe, größe usw */

body {
	font: 0.9em/1.8em Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #FF6600;
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	color: #FF6600;
	font-size: 1.2em;
}
a:link, a:active, a:visited {
	color:#FF6600;
}
a:hover {
	color:#FF6600;
	text-decoration: none;
}
li {
	list-style: square outside;
	margin-left: -10px;
}
input, textarea {
	width: 200px;
}
.button {
	width: auto;
	border: 1px solid #FF6600;
	background: #FFFFFF;
}


.einzeilig {
	white-space: no-break;
}


/* Positionierungen der Divs*/

#header {
	margin: 0px;
	padding-left: 192px;
}
#nav {
	width: 192px;
	float: left;
}
#content {
	margin-right: 350px;
	margin-left: 271px;
}
#animation {
	margin: 0px;
	position: absolute;
	top: 60px;
	right: 20px;
}


/* Navigationspunkte*/
#nav li {
	list-style: none;
	text-indent: -1000px;
	display: block;
}

#nav a {	background-repeat: no-repeat;
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	height: 25px;
}
#nav a:hover, #nav a.active {
	background-position: 0 -26px;
}

a#home {
	background: url(img/home.gif) no-repeat;
	width: 140px;
}
a#profil {
	background: url(img/philosophie.gif) no-repeat;
	width: 140px;
}
a#instrumente {
	background: url(img/pr-instrumente.gif) no-repeat;
	width: 140px;
}
a#leistungen {
	background: url(img/leistungen.gif) no-repeat;
	width: 140px;
}
a#erfolg {
	background: url(img/erfolg.gif) no-repeat;
	width: 140px;
}
a#referenzen {
	background: url(img/referenzen.gif) no-repeat;
	width: 140px;
}
a#kontakt {
	background: url(img/kontakt.gif) no-repeat;
	width: 140px;
}
a#impressum {
	background: url(img/impressum.gif) no-repeat;
	width: 140px;
}
a#sprache {
	background: url(img/sprachen_de.gif) no-repeat;
	width: 81px;
}


/* Navigationspunkte Francais*/

a#homefr {
	background: url(img/home_fr.gif) no-repeat;
	width: 140px;
}
a#profilfr {
	background: url(img/philosophie_fr.gif) no-repeat;
	width: 140px;
}
a#instrumentefr {
	background: url(img/pr-instrumente_fr.gif) no-repeat;
	width: 140px;
}
a#leistungenfr {
	background: url(img/leistungen_fr.gif) no-repeat;
	width: 140px;
}
a#erfolgfr {
	background: url(img/erfolg_fr.gif) no-repeat;
	width: 140px;
}
a#referenzenfr {
	background: url(img/referenzen_fr.gif) no-repeat;
	width: 140px;
}
a#kontaktfr {
	background: url(img/kontakt_fr.gif) no-repeat;
	width: 140px;
}
a#impressumfr {
	background: url(img/impressum_fr.gif) no-repeat;
	width: 140px;
}
a#sprachefr {
	background: url(img/sprachen_fr.gif) no-repeat;
	width: 20px;
}



/* Navigationspunkte English*/

a#homeen {
	background: url(img/home_en.gif) no-repeat;
	width: 140px;
}
a#profilen {
	background: url(img/philosophie_en.gif) no-repeat;
	width: 140px;
}
a#instrumenteen {
	background: url(img/pr-instrumente_en.gif) no-repeat;
	width: 140px;
}
a#leistungenen {
	background: url(img/leistungen_en.gif) no-repeat;
	width: 140px;
}
a#erfolgen {
	background: url(img/erfolg_en.gif) no-repeat;
	width: 140px;
}
a#referenzenen {
	background: url(img/referenzen_en.gif) no-repeat;
	width: 140px;
}
a#kontakten {
	background: url(img/kontakt_en.gif) no-repeat;
	width: 140px;
}
a#impressumen {
	background: url(img/impressum_en.gif) no-repeat;
	width: 140px;
}
a#spracheen {
	background: url(img/sprachen_en.gif) no-repeat;
	width: 39px;
}


/* zitate erhalten separaten stil */
p.zitat {
	font-size: 1.2em;
}
p.kunde {
	font-weight: bold;
}
