/* --- CSS Reset --- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ------------------------------ */
/* --- CSS foerderbaender.org --- */
/* ------------------------------ */


body {
min-height: 200px;
background-color: transparent;
background-image: url(../images/body-bg.png);
background-repeat: repeat-x;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:justify;
color: #444444;
}


div#wrap {
position: absolute;
width: 908px;
left: 50%;
margin-left: -455px;
padding-bottom: 100px;
}

div#header {
width: 100%;
height: 104px;
background-image: url(../images/header-bg.png);
background-repeat: no-repeat;
background-position: left top;
}

div#navi {
width: 100%;
min-height: 121px;
background-color: #e6e6e6;
background-image: url(../images/navi-bg.png);
background-repeat: no-repeat;
background-position: left top;
}

div#navibottom {
width: 100%;
height: 13px;
background-image: url(../images/navi-bottom.png);
background-repeat: no-repeat;
background-position: left top;
margin-bottom: 10px;
}

div.divider {
height: 1px;
width: 100%;
background-image: url(../images/divider.png);
background-repeat: no-repeat;
background-position: center top;
margin: 5px 0 5px 0;
}

div.divider hr {
display: none;
}

div#newsticker {
width: 100%;
font-size: 11px;
}

div#newsticker marquee {
width: 820px;
margin-left: 40px;
}

div#inhalt {
float: left;
width: 510px;
margin: 20px 25px 0 40px;
padding-right: 25px;
text-align:justify;
border-right: 1px solid #e5e5e5;
}

div#footer {
width: 500px;
margin: 100px 0 0 0px;
border-top: 1px solid #e5e5e5;
}

div#sidebar {
float: left;
width: 300px;
margin-top: 20px;
}

div.modul {
width: 300px;
min-height: 160px;
margin-top: 20px;
background-image: url(../images/modul-bg.png);
background-repeat: no-repeat;
background-position: center bottom;
}

a:link, a:visited, a:active {
font-weight: bold;
color: #a63f03;
text-decoration: underline;
}

a img {
border: 0;
text-decoration: none;
}

a:hover {
color: #444444;
}

ul#naviliste {
width: 750px;
margin-left: 45px;
padding-top: 5px;
}

ul#naviliste li {
float: left;
width: 250px;
margin-top: 12px;
line-height: 12px;
padding-bottom: 4px;
background-image: url(../images/list-li-bg.png);
background-repeat: no-repeat;
background-position: left bottom;
}

ul#naviliste a:link, ul#naviliste a:visited, ul#navilinks a:active {
color: #444444;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}

ul#naviliste a:hover {
color: #f96b0d;
text-decoration: none;
}

div#inhalt h2 {
font-family: Twcen, Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 24px;
color: #f96b0d;
margin-bottom: 10px;
} 

div#inhalt h3 {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #444444;
margin-bottom: 10px;
} 

div#inhalt p {
line-height: 1.5;
margin-bottom: 10px;
}

div#sidebar p {
margin-bottom: 10px;
}

div.modul h3 {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #f96b0d;
margin-left: 10px;
}

div.modul p {
font-size: 11px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 10px;
}

div#footer p {
margin: 10px 0 10px 0;
}

div.cleardiv {
clear: both;
}




