/* CSS für www.baufachfrau-berlin.de */

/* Farben:
weiss = #FFFFFF (HG)
grün = #a3b2a4 (HG Navi)
orange = #ff8c00 (Überschriften, Links im Content)
grau = #4c4c4c (Text)
*/

/* vorgegebene Werte der Browser überschreiben */
* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #FFFFFF;
	color: #4c4c4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#gesamt { /* Seite zentrieren */
	width: 664px;
	height: 550px;
	margin:-275px 0px 0px -332px;
	position:absolute;
	left: 50%;
	top: 50%;
}

#oben {
	position: absolute;
	left: 335px;
	top: 1px;
}

#logo {
	position: absolute;
	left: 447px;
}

#mitte {
	position: absolute;
	left: 223px;
	top: 181px;
}

#unten {
	position: absolute;
	top: 293px;
	width: 440px;
}

#content {
	position: absolute;
	top: 417px;
	width: 440px;
}

img {
	border: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff8c00;
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 0px 0px 12px 0px;
}

a {
	color: #ff8c00;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	color: #ff8c00;
	text-decoration: underline;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 1.45em;
	margin-top: 0px;
	margin-bottom: 13px;
}