/*
==============================================================================
CSS COACHINGPLUS.CH | 2007 by dasKonkubinat.ch | w o l f   kammerlander :: 
==============================================================================

------------------------------------------------------------------------------
GLOBAL RULES :: Global .class
------------------------------------------------------------------------------

- sets everything to zero/0, no margins, no paddings*/


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

/* global classes */

.leftFloat {
	float: left;
	margin-right: 0.9em;
	margin-bottom: 0.9em;
	margin-top: 0.9em;
	margin-left: 0.9em;
}
.fett {
	font-weight: bold;
	line-height: 20px;
}


/*
------------------------------------------------------------------------------
MAIN LAYOUT RULES ::
------------------------------------------------------------------------------

- puts everything into the center, top-bottom, left-right
- wrap layer includes the total layout box, dimensions, background and so on. 
*/

body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#content p.spruch {
	padding-bottom: 8px;
	margin-top: 10px;
	font-weight: normal;
	font-style: italic;
}

	
#wrap {
	width:920px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}
/*
------------------------------------------------------------------------------
LAYOUT RULES :: divs
------------------------------------------------------------------------------

- header boxes 
*/
#headerbox {
		height: 175px;
		width: 920px;
		margin-bottom: 20px;
}

#headerbox #headercontent {
	height: 175px;
	width: 720px;
	background-color: #FFFFFF;
	float: right;
	z-index: 1;
	position: relative;
}
#headerbox #navigation {
	height: 175px;
	width: 680px;
	float: right;
	z-index: 2;
	position: absolute;
	padding-left: 44px;
	padding-top: 20px;
/*	left: 201px;
*/	top: 1px;

}




/* 

- main boxes
*/
#mainbox {
	width: 920px;
	float: right;
	clear: left;
}
#mainbox #content {
		width: 500px;
		float: left;
		background-color: #FFFFFF;
		height: 100%;
		margin-left: 20px;
		clear: right;
}

/* 

- leftside % search
*/
#leftside {
	width: 200px;
	float: left;
	background: #FDE6CA;
	padding: 0px;
	margin: 0px;
	border-style: none;
	}
#search {
	background-color: #CCCCCC;
	height: 36px;
	width: 200px;
	padding-top: 4px;
}


/* 

- rightside box
*/
#mainbox #rightside {
		float: right;
		width: 200px;
		height: auto;
		min-height: 420px;
}
/* -------------------------------------------------------------------------------------------------------------
                    ----------------------- classes for background images -------------- right side

*/
.empfehlung {
	background-image:url(../bilder/duplex_hintergrund_zitate_3.jpg);
	background-repeat: no-repeat;
}
.kontakt {
	background-image: url(../bilder/duplex_hintergrund_zitate_3.jpg) ;
	background-repeat: no-repeat;
}
.ueber {
	background-image: url(../bilder/duplex_hintergrund_zitate_3.jpg)  ;
	background-repeat: no-repeat;
}
.newsletter {
	background-image: url(../bilder/duplex_hintergrund_zitate_3.jpg);
	background-repeat: no-repeat;
}
.referenzen {
	background-image: url(../bilder/duplex_hintergrund_zitate_3.jpg) ;
	background-repeat: no-repeat;
}
.einzelcoaching {
	background-image:url(../bilder/duplex_hintergrund_zitate_3.jpg);
	background-repeat: no-repeat;
}
.studiengang {
	background-image:url(../bilder/duplex_hintergrund_zitate_3.jpg);
	background-repeat: no-repeat;
}
.diplomausbildung {
	background-image:url(../bilder/duplex_hintergrund_zitate_3.jpg);
	background-repeat: no-repeat;
}


/* ----------------------------------------------------------------------------------------------------------------*/

/*text-format-rightside
*/
#rightside h4 {
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 3px;
	color: #006699;
}
#rightside p {
	font-size: 11px;
	padding: 2px 2px 2px 4px;
	color: #444444;
	vertical-align: bottom;
	line-height: 16px;
}
#rightside a, #rightside a:link, #rightside a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
#rightside a:hover, #rightside a:focus {
	border-top: none #999999;
	border-right: none #999999;
	border-bottom: none #999999;
	border-left: none #999999;
	background-color: #CCCCCC;
	color: #CC6600;
	text-decoration: underline;
}




/*

- footer box 
*/
#footerbox {
	height: 25px;
	width: 920px;
	clear: both;
}
#blue {
	background-color: #006699;
	height: 25px;
	width: 200px;
	float: left;
	position: relative;
}
#footer #orange {
	background-color: #E87D09;
	height: 25px;
	width: 520px;
	float: left;
	position: relative;
}
#footer #gray {
	float: right;
	height: 25px;
	width: 200px;
	position: relative;
	background-color: #4f4f4f;
}

/*
------------------------------------------------------------------------------
CONTENT RULES :: HAUPTSPALTE MITTE | MAIN BOXES
------------------------------------------------------------------------------

- H1, H2, P etc. for the text 
*/

#mainbox #content h1 {
	color: #FFFFFF;
	background-color: #666666;
	width: 442px;
	font-size: 0.8em;
	padding: 0.1em 0.1em 0.1em 0.6em;
	margin: 0em 0.5em 0.7em;
}
#mainbox #content h2 {
	color: #FFFFFF;
	background-color: #666666;
	width: 442px;
	font-size: 0.8em;
	padding: 0.1em 0.1em 0.1em 0.6em;
	margin: 0.5em 0.5em 0.7em;
}
#mainbox #content h3 {
	font-weight: bold;
	width: 442px;
	font-size: 0.8em;
	padding: 0.1em 0.1em 0.1em 0.6em;
	margin: 0.5em 0.5em 0.7em;
}

#mainbox #content p {
	font-size: 0.7em;
	line-height: 1.4em;
	width: 440px;
	padding-left: 1em;
	margin-bottom: 1.2em;
	color: #000000;
}
#mainbox .li {
	font-size: 0.7em;
	line-height: 1.3em;
	width: 440px;
	margin-bottom: 1.2em;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
}

/*

- link color
*/
#mainbox #content a, #mainbox #content a:link, #mainbox #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
#mainbox #content a:hover, #mainbox #content a:focus {
	border-top: none #999999;
	border-right: none #999999;
	border-bottom: none #999999;
	border-left: none #999999;
	background-color: #CCCCCC;
	color: #006699;
	text-decoration: underline;
}




/*
------------------------------------------------------------------------------
CONTENT RULES :: Linke Spalte - LEFTSIDE BOX - 
------------------------------------------------------------------------------

- H2, P, Image 
*/
#leftside h2 {
	font-size: 0.7em;
	padding-left: 0.8em;
	padding-top: 0.4em;
}
#leftside p.quote {
	font-size: 0.6em;
	padding-left: 0.9em;
	margin-bottom: 1em;
}
/*

- link color
*/
#leftside a, #leftside a:link, #leftside a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
#leftside a:hover, #leftside a:focus {
	border-top: none #999999;
	border-right: none #999999;
	border-bottom: none #999999;
	border-left: none #999999;
	background-color: #CCCCCC;
	color: #CC6600;
	text-decoration: underline;
}
/*
------------------------------------------------------------------------------
CONTENT RULES :: Fusszeile - FOOTER BOX - 
------------------------------------------------------------------------------

- Quotes, Catchwords etc. 
*/

#blue p {
	font-style: italic;
	font-size: 0.7em;
	padding-top: 0.5em;
	text-align: center;
	color: #99CCFF;
}
#orange p {
	font-style: italic;
	font-size: 0.7em;
	padding-top: 0.5em;
	text-align: center;
	color: #99CCFF;
}
#gray p {
	font-style: italic;
	font-size: 0.7em;
	padding-top: 0.5em;
	text-align: center;
	color: #99CCFF;
}
/*

------------------------------------------------------------------------------
SEARCH BOX :: Content Rules
------------------------------------------------------------------------------

- Image, Text
*/
#search input.field {
	font-size: 0.9em;
	width: 100px;
	margin-top: 1em;
	margin-right: 0.2em;
	margin-left: 0.4em;
	padding-top: 10px;
}

#search a, #search p {
	font-size: 0.7em;
	display: block;
	margin-left: 10px;
}
.submit, .submit:link {
	border: 1px solid #0099CC;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #0099CC;
	height: 22px;
	padding: 4px;
}
#search #suche {
	padding: 4px 0px;
}
#search #q {
	font-size: 0.9em;
	width: 100px;
	margin-top: 1em;
	margin-right: 0.2em;
	margin-left: 0.4em;
	padding-top: 10px;
}
/* Rules for the map24 iFrame */

#content iframe {
	margin: 0px;
	padding: 0px;
	width: 240px;
}
#wrap #mainbox #leftside img {
	border-style: none;
}
#wrap #mainbox #leftside object {
	background: #FDE6CA;
	border-style: none;
}
