/* 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;
	background: transparent;
}
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 {
background-image: url(/images/body-bg.png);
background-repeat: repeat-x;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444;
}

div#wrap {
position: absolute;
width: 980px;
left: 50%;
margin-left: -490px;
}

div#header {
width: 100%;
height: 132px;
}

div#navi {
width: 100%;
min-height: 60px;
background-color: #393d3d;
background-image: url(/images/navi-top.png);
background-repeat: no-repeat;
background-position: center top;
}

div#navibottom {
width: 100%;
height: 13px;
background-image: url(/images/navi-bottom.png);
background-repeat: no-repeat;
background-position: center top;
margin-bottom: 20px;
}

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%;
text-align: center;
font-size: 11px;
}

div#newsticker marquee {
width: 900px;
}

div#contentrahmen {
width: 900px;
}

div#inhalt {
width: 650px;
margin: 30px 0 0 40px;
float: left;
text-align: justify;
}

div#footer {
width: 600px;
margin: 50px 0 0 0;
text-align: center;
}

div#sidebar {
width: 160px;
margin-left: 50px;
float: left;
}

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: 940px;
margin-left: 40px;
}

ul#naviliste li {
float: left;
width: 220px;
margin-top: 8px;
padding-left: 15px;
background-image: url(/images/list-bullet.png);
background-repeat: no-repeat;
background-position: left center;
}


ul#naviliste a:link, ul#naviliste a:visited, ul#navilinks a:active {
color: #e1e6e6;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}




ul#naviliste a:hover {
color: #ffffff;
text-decoration: underline;
}

div#inhalt h2 {
font-family: Twcen, Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 30px;
color: #a63f03;
margin-bottom: 10px;
} 

div#inhalt h3 {
font-family: Twcen, Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #444444;
margin-bottom: 10px;
} 

div#inhalt p {
line-height: 1.5;
margin-bottom: 10px;
}

div#footer p {
margin: 10px 0 10px 0;
}



div.cleardiv {
clear: both;
}





