/* CSS für www.zilgrei-soest.de*/ 

/* 
Wichtige Farben:
orange oben = #FF8C00 (Titelleiste)
braun = #CC6600 (Navigation)
grau = #666666 (Text)
dunkelbraun = #993300 (Navi Over)

Gesamtbreite: 770 px
Höhe der Titelleiste: 144 px
Breite der Titelbilder: 626 px
*/

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#bildTitel {
	position: absolute;
	top: 0px;
	left: 144px;
}

#streifen {
	position: absolute;
	top: 0px;
	left: 21px;
}

#contentText {
	position: absolute;
	top: 176px;
	left: 289px;
	width: 481px;
	text-align: justify;
	line-height: 19px;
}

#profilText1976 {
	position: absolute;
	top: 228px;
	left: 285px;
	width: 97px;
	text-align: right;
	line-height: 19px;
}

#profilText1992 {
	position: absolute;
	top: 279px;
	left: 285px;
	width: 97px;
	text-align: right;
	line-height: 19px;
}

#profilText1993 {
	position: absolute;
	top: 368px;
	left: 285px;
	width: 97px;
	text-align: right;
	line-height: 19px;
}

#profilText1994 {
	position: absolute;
	top: 419px;
	left: 285px;
	width: 97px;
	text-align: right;
	line-height: 19px;
}

#profilTextRechts {
	position: absolute;
	top: 228px;
	left: 394px;
	width: 376px;
	line-height: 19px;
}

#BildProfil {
	position: absolute;
	top: 234px;
	left: 620px;
}

/* Navigationleiste */
#navi {
	text-align: right;
	position: absolute;
	top: 224px;
	left: 0px;
	width: 145px;
	line-height: 28px;
}

.h1
{
	color: #CC6600;
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 2px;
}

/* z.B. "Überschriften bei Impressum" */
.h2
{
	color: #666666;
	font-weight: bold;
	letter-spacing: 1px;
}

.textFett
{
	font-weight: bold;
}

/* "br" hat einen etwas kleineren Abstand */
br {
	line-height: 13px;
}

/* kursiver Text */
.kursiv {
	font-style: italic;
}

/* kleinerer Wortabstand z.B. bei "Profil - allgemeine Gymnastik" */
.wortAbstandKleiner {
	word-spacing: -1px;
}

/* weniger Abstand nach unten beim letzten Listenpunkt "Zilgrei" */
.null {
	margin-bottom: -11px;
}

ul {
	list-style-position: outside;
	margin-top: 8px;
	list-style-image: url(images/listenpunkt.gif);
}

li {
	margin-bottom: 8px;
}

/* Links im TextContent */
a:link, a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a:active, a:hover {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

/* Links nicht fett*/
a.schlank:link, a.schlank:visited {
	font-weight: normal;
	color: #CC6600;
	line-height: 19px;
}

a.schlank:active, a.schlank:hover {
	font-weight: normal;
	color: #993300;
}