/* CSS für www.huessing-architekten.de - Startseite */

/* Wichtige Farben
orange = #FF8C00 (Logo, Links, Titel- und Fussfläche)
graublau = #778899 (Logo, Links, HG-Content)
weiss = #FFFFFF (HG, Text, Links)

Gesamtbreite: 100%
Gesamthöhe: 422px
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* folgende 4 DIVs richten die Seite mittig im Browserfenster aus */
#body_vposition {
	position: absolute;
	height: 10px;
	width: 1020px;
	left: 0px;
	top: 50%;
}

/* 152 = Höhe, 76= halbe Höhe */
#content_vsize {
	position: absolute;
	height: 152px;
	width: 1020;
	left: 0px;
	top: -76px;
}

#content_hposition {
	position: absolute;
	height: 152px;
	width: 1020px;
	left: 0px;
	top: 0px;
}
/* 152 = Breite, 76= halbe Breite */
#content_hsize {
	background-image: url(html/images/hg_start.gif);
	position: absolute;
	height: 152px;
	width: 1020px;
	left: 0px;
	top: 0px;
}

#navi {
	position: absolute;
	left: 604px;
	top: 160px;
	line-height: 19px;
}

#bild {
	position: absolute;
	left: 152px;
	top: 1px;
}

/* größerer Wortabstand */
.wortAbstandGroesser {
	word-spacing: 1px;
}

/* größerer Buchstabenabstand */
.buchstabenAbstandGroesser {
	letter-spacing: 1px;
}

/* Links */
a:link, a:visited {
	font-weight: normal;
	color: #778899;
	text-decoration: none;
}
a:active, a:hover {
	font-weight: normal;
	color: #FF8C00;
	text-decoration: none;
}
