	/*====================================================================
	***CCS Für die Internetpräsenz von inmovendo.de***
	Datei:	"bildschirm.css
	Datum: 	20.12.09
	Autor:	Bert Gronewold
	================================================================*/

* { padding: 0; margin: 0; }
	html { height: 101&; }
	li { margin-left: 13px; }
	html { height: 101%; } /*erzwingt scrollbar im Firefox*/
	
body {
	color: #333;
	font-size: small;
	background-image: url(img/im_Hintergrund.jpg);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	font-style:normal;
	font-weight: normal;
	width: 900px; /* Breite des Inhaltsbereiches */
	margin-left: 52px;
	margin-top: 78px;
	margin-bottom: 26px;
}

/*=========NAVIGATION=================================================*/

#navibereich {
	text-align: right;
	margin: 2em 0 2em 0;	
	width: 900px;
	padding-top: 55px;
}

#navibereich li {	
	display: inline;
	letter-spacing: 3px;
	list-style-type: none; /* ohne Aufzaehlungszeichen*/
	margin: 0;
	font-weight: bold;
	font-size: 13px;
}

#navi2 {
	padding-bottom: 14px;
	padding-top: 14px;
}

#navi2 ul {	
}

#navi2 li {	
	display: inline;
	list-style-type: none; /* ohne Aufzaehlungszeichen*/
	font-size: 13px;		
	letter-spacing: 1px;
}

#navi2 a {	
	margin-left: -28px;

}

/* ================Überschriften=====================================================*/

h1 {
	margin-left: -3px;
	padding-left: 21px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	background-color: #FFCC99;
	border: 1px solid #F78F1E;
	border-left: 0;
	margin-top: -55px;
}

h2 {
	margin-left: -2px;
	padding-left: 21px;
}
	
h3 {
	color: #999;
	margin-top: 13px;
	padding-left: 21px;
}

h4 {
	color: #999;
	letter-spacing: 1px;
	font-size: 11px;
	text-align: left;
	font-weight: 500;
	margin-top: 65px;
	margin-left: 20px;
}

h5 {
	font-size: 14px;
	font-weight: lighter;
	color: #999;
	margin-left: 30px;
	margin-top: 10px;
	padding: 7px;
}

h6	{
	list-style-type: disc;
	font-size: 14px;
	font-weight: normal;
	margin-left: 21px;
	padding: 7px;
	padding-left: 0;
	margin-bottom: -14px;
	color: #C60751;
}
	
/*=========================Textbereiche================================*/

#textbereich {
	padding-left: 350px;
	margin-top: 78px;
	width: 550px;
}

#textbereich p {
	padding-left: 28px;
	margin-top: 14px;
}

#textbereich p6 {
	font-weight: 600;
	color: #C60751;
}
				 
#textbereich li {
	margin: 7px;
	margin-left: 20px;
	padding-left: 7px;
}

#textbereich ul {
	padding-left: 28px;
	margin-top: 20px;
	margin-bottom: 28px;
}

cite {
	margin: 17px;
	color: #C60751;
}

#zitat {
	margin-top: 13px;
	text-align: right;
	color: #C60751;
	font-size: 20px;
}

#link {
	margin: 3px;
	text-align: right;
}


#fusszeile {
	text-align: right;
	color: #C60751;
	font-style: italic;
}

#foto {
	float: left;
	margin-top: 94px;
}

#fussbereich {
	text-align: right;
	margin-top: 65px;
	width: 900px;
}

address {
	text-align: right;
	color: #F78F1E;
	font-size: 95%;
	font-style: normal;
	letter-spacing: 2px;
	padding: 7px;
	padding-right: 0;
	line-height: 7px;
}

/*==========Kontaktformular==================================================*/

form {
	background-color: #fff;
	width: 487px;
	padding: 20px;
}

label {
	display: block;	
	padding-bottom: 3px;

}

input#absender,
textarea {
	width: 460px;
	border: 1px solid #F78F1E;
	margin-bottom: 13px;
	cursor: pointer;
}

textarea {
	height: 7em;
}

input#absender:focus,
textarea: focus {
	background-color: #d9d9d9;
}

/*==========NaviBewegungen===================================================*/

a	{ 
	text-decoration: none; /* Unterstreichung entfernen*/
	outline: none; /*outline (gestrichelte) weg*/
	
	border: 2px solid transparent;
} 

a:link { 
	color: #F78F1E;
}
 		
a:visited { 
	color: #F78F1E;/* besuchte Links */
}	

#navibereich a:hover, a:focus {
	color: #C60751;
}

#navibereich a:active {
	color: #000000;
} 

#startseite #navi01 a , 
#inmovendo #navi02	a ,
#coaching #navi03 a , 
#referenzen #navi04 a ,
#kontakt #navi05 a ,
#impressum #navi06 a ,
#sabinehoffmann #navi01a a , 
#personal #navi02a a ,
#team #navi03a a ,
#step #navi04a a {
	color: #C60751;
}
/*=========ENDE=====NaviBewegungen===========================================*/

