/* CSS Print für Website www.vehrenkamp.de */

/* Farben:
weiss = #ffffff (HG)
hellbraun = #c1b09b (Streifen)
dunkelbraun = #8f7759 (Logo, Balken 5 KONTAKT, H1, H2, H3, Text)
oliv = #999966 (Links, Balken 3 PERSONAL LIEF)
beige = #cccc99 (Balken 1 HOME)
braun = #c55c27 (Balken 2 PROFIL)
rot = #990000 (Balken 4 BUSINESS)
oliv dunkler = #83835a (Links over)

*/

/* Holly-Hack, Problematik: 3Pixel-Textsprung IE \*/
* html #head  { 
	height: 1%; 
} 

/* vorgegebene Werte der Browser überschreiben */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #8f7759;
}

*+html body { /* Hack IE7: nötig wegen Zoom */
	background-image: none;
}

img {
	border: 0px;
}

p, li {
	font-size: 9pt;	
}

h1, h2, h3 {
	color: #8f7759;
	margin: 0px;
}

a, a:hover {
	text-decoration: none;	
}

/* Container, in dem die ganze Seite sitzt  */
#alles {
	
}

/* Container, in dem die 2 Spalten sitzen */
#container2spalten {
	width: 981px;
	margin-top: 30px;
}

/* alles für den Head -------------------------------------------------------------------------------------------------------------------------------- */
#head {
}

.logo {	
	margin-left: 30px;
	margin-top: 20px;
}

#navi-im-streifen {
	display: none;
}

.reihe1, .reihe2, .reihe3, .reihe4, .reihe5 {	
	display: none;
}

/* alles für die linke Unternavi --------------------------------------------------------------------------------------------------------------------- */
#box-navi {
	display: none;
}

/* alles für den Content ------------------------------------------------------------------------------------------------------------------------------ */
#box-inhalt {	
	float: left;
	width: 623px;
	padding: 10px 0px 0px 30px;
}

.haupt-inhalt {
}

.haupt-inhalt h1 {
	font-size: 11pt;
	line-height: 12pt;
	margin: 26px 0px 14px 0px;
}

*+html .haupt-inhalt h1 { /* Hack IE7 */
	margin: 35px 0px 14px 0px;
}

* html .haupt-inhalt h1 { /* Hack IE6 */
	margin: 35px 0px 14px 0px;
}

.haupt-inhalt h2 {
	font-size: 9pt;
	line-height: 1.3em;
	margin: 15px 0px 1px 0px;
}

.haupt-inhalt h3 {
	font-size: 9pt;
	line-height: 1.3em;
	margin: 20px 0px 7px 0px;
}

.haupt-inhalt p {
	margin-top: 0px;
	margin-bottom: 16px;
}

.haupt-inhalt ul {
	margin-top: -16px;
	margin-left: 40px;
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: outside;
	clear: both;
}

.haupt-inhalt ul.unterH1 {
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: outside;
	clear: both;
}

.haupt-inhalt a { /* Links Hauptinhalt / im Content */
	font-weight: bold;
	color: #999966;
}

.haupt-inhalt a:hover {
	color: #83835a;
}

/* H1, H4 (nach der Phark-Methode) ------------------------------------------------------------------------------------- */
.H1-home01, .H1-home-aktuelles01, .H1-home-aktuelles02, .H1-home-aktuelles03, .H1-profil01, .H1-profil02, .H1-profil03, .H1-profil-nlp01, .H1-profil-byron-katie01, .H1-profil-pferde01, .H1-business01, .H1-business-kommunikation01, .H1-business-konflikt01, .H1-business-kritik01, .H1-business-teamcoaching01, .H1-business-fuehrung01, .H1-personal-life01, .H1-personal-life-coaching01, .H1-personal-life-nein-sagen01, .H1-personal-life-stressbewaeltigung01, .H1-personal-life-pferde01, .H1-kontakt01, .H1-kontakt-impressum01 {	
	width: 623px;
	color: #8f7759;
}