/***********************************************\
*												*
*	CSS-Stylesheet für www.awo-guetersloh.de	*
*												*
*	Design & Grafik: Carola Gerlach				*
*	Umsetzung & Code: Pascal König				*
*												*
	www.pc-company.de							*
*												*
\***********************************************/

html body {
	background-color: #CCCCCC;
	font-family: Calibri, sans-serif;
	font-size: 12pt;
	margin-top: 0px;
	min-height: 100%;
}
a {
	text-decoration: none;
}

/* Definition der umfassenden DIVs */
#page {
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	position: relative;
	min-height: 100%;
}
#header {
  height: 249px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#navi {
	width: 189px;
	padding-right: 18px;
	padding-left: 24px;
	height: 100%;
	font-size: 11pt;
	/*font-family: Eras Medium ITC, sans-serif;*/
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	background-color: white;
}
#nav_bottom {
	width: 228px;
	height: 100%;
	min-height: 50px;
	float: left;
}
#nest {
	background-image: url(img/navi_bg.png);
	background-repeat: repeat-y;
	background-color: white;
}
#content {
	width: 679px;
	float: right;
	padding: 0px 60px 50px 30px;
}
#foot {
	clear: both;
	height: 3px;
	line-height: 0px;
	font-size: 0pt;
}

/* Definition des Content-Bereichs */
#content a:link {color: #800000; border-bottom: 1px solid #800000;}
#content a:visited {color: #800000; border-bottom: 1px solid #800000;}
#content a:hover {color: #800000; border-bottom: 1px dotted #800000;}
#content a:active {color: #800000; border-bottom: 1px dotted #800000;}

#content h1 {
	text-decoration: underline;
	font-size: 16pt;
	margin-top: 0px;
	color: #828282;
	
}
#content li {
	margin-left: 80px;
}
#content p {
	margin-left: 50px;
	text-align: justify;
}
#content table {
	margin-left: 50px;
}
#content td {
	vertical-align: top;
	padding-bottom: 10px;
}
#content .einr {
	margin-left: 100px;
	text-align: justify;
}
#content .hl {
	color: #800000;
}
#content .hl_fett {
	color: #800000;
	font-weight: bold;
}
#content .fett {
	font-weight: bold;
}
#content .r {
	padding-left: 150px;
}

/* Definition der Navigaion */
#navi a {
	font-size: 11pt;
	font-weight: bold;
}

#navi a:link {color: #cc0000; text-decoration: none;}
#navi a:visited {color: #cc0000; text-decoration: none;}
#navi a:hover {color: #800000; text-decoration: none;}
#navi a:active {color: #800000; text-decoration: none;}

#navi ul {
	list-style-type: circle;
	color: #828282;
	margin: 3px 0px 3px 20px;
	padding: 0px 0px 0px 10px;
}
.grauer_balken {
	background-color: #828282;
	height: 13px;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.navpunkt{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

