/* ----------------------/ GENERAL / ---------------------- */

* {
	margin: 0;
	padding: 0;
}

h1,h2,h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	color: #ADAB6E;
	margin: 0 0 10px;
}

h2 {
	font-size: 18px;
	color: #1FA300;
	border-bottom: 1px solid #CCC;
	width: 100%;
	padding: 0 0 3px;
	margin: 0 0 15px;
}

h3 {
	font-size: 14px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 20px;
}

p,ul,a {
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

a {
	color: #1FA300;
}

a:hover {
	color: #29D700;
}

p {
	margin: 0 0 15px;
}

a:hover {
	text-decoration: underline;
}

body {
	background: url(images/bg-body.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ----------------------/ CONTAINER + MAIN COLUMNS / ---------------------- */

#container {
	width: 850px;
	height: auto !important;
	height: 1000px;
	min-height: 1000px;
	margin: 20px auto 0;
	padding-bottom: 10px;
	position: relative;
	background: url(images/bg-left.gif) repeat-y left;
}

#left {
	width: 199px;
	position: absolute;
	top: 0;
	left: 0;
}

#right {
	width: 650px;
	position: relative;
	margin-left: 200px;
}

/* ----------------------/ HEADER / ---------------------- */

#logo {
	width: 199px;
	height: 80px;
	padding: 135px 0 0 0;
	background: url(images/logo.jpg) no-repeat;
}

#logo p, #logo a {
	font-size: 11px;
	text-align: center;
}

#logo p span {
	font-size: 18px;
	color: #D92900;
}

#header {
	width: 650px;
	height: 185px;
}

#header-balken {
	width: 640px;
	height: 21px;
	background: url(images/header-balken.jpg) no-repeat;
	margin-bottom: 1px;
	padding: 8px 10px 0 0;
	text-align: right;
}

#header-balken h1 {
	color: #0A3600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ----------------------/ SEARCH / ---------------------- */

#search {
	width: 199px;
	height: 47px;
	margin: 1px 0;
	background: url(images/bg-nav2nd.gif) repeat-y;
	position: relative;
}

#search input {
	position: absolute;
	top: 15px;
	left: 10px;
}

/* ----------------------/ NAVIGATION / ---------------------- */

ul#nav1st {
	width: 199px;
	list-style-type: none;
}

ul#nav1st li {
	margin-bottom: 1px;
}

ul#nav1st li a {
	height: 19px;
	width: 156px;
	padding: 6px 15px 6px 28px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #333;
	background: url(images/bg-nav1st.jpg) no-repeat;
}

ul#nav1st li a.current, ul#nav1st li a:hover {
	color: #fff;
	background: url(images/bg-nav1st-active.jpg) no-repeat;
}

ul#nav1st li ul.nav2nd {
	margin-top: 1px;
	list-style-type: none;
}

ul#nav1st li ul.nav2nd li a {
	tmin-height: 17px;
	height: auto;
	width: 149px;
	padding: 3px 15px 3px 35px;
	display: block;
	font-weight: normal;
	line-height:14px;
	font-size:11px;
	background: url(images/bg-nav2nd.gif) repeat-y;
}

ul#nav1st li ul.nav2nd li a.current, ul#nav1st li ul.nav2nd li a:hover {
	color: #333;
	background: url(images/bg-nav2nd-active.gif) repeat-y;
}

ul#nav1st li ul.nav2nd li a.current {
	font-weight: bold;
}

ul#nav1st li ul.nav2nd li ul.nav3rd {
	margin-top: 1px;
	list-style-type: none;
	vertical-align:middle;
}

ul#nav1st li ul.nav2nd li ul.nav3rd li a {
	min-height:0;
	padding: 2px 10px 2px 0;
	vertical-align:middle;
	font-size:10px;
	line-height:9px;	
	height: auto;
	width: 150px;
	padding-left: 40px;
	display: block;
	background: url(images/bg-nav3rd.gif) repeat-y;
}

ul#nav1st li.active ul.nav2nd li.active ul.nav3rd li a{
	vertical-align:middle;
}

ul#nav1st li ul.nav2nd li ul.nav3rd li a.current, ul#nav1st li ul.nav2nd li ul.nav3rd li a:hover {
	background: url(images/bg-nav3rd-active.gif) repeat-y;
	vertical-align:middle;
}

/* ----------------------/ SPENDENKONTEN / ---------------------- */

#spendenkonten {
	padding: 20px;
}

#spendenkonten p {
	font-size: 11px;
}

/* ----------------------/ CONTENT / ---------------------- */

#content {
	margin: 21px 0 0 20px;
	background: url(images/bg-content.jpg) no-repeat right top;
	position: relative;
	width: 630px;
	height: auto;
}

#content ul {
	list-style-type: square;
	margin: 0 0 15px 20px;
}

#content-left {
	width: 397px;
	border-right: 1px solid #EBEBEB;
	padding-right: 20px;
	float: left;
}
#content-left>ol {
	margin:0px 0px 10px 30px;
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	}

#content-left>ol li {
	margin:0px 0px 3px 0px;
	}

#content-right {
	margin: 0;
	padding: 0;
	float: right;
	width: 175px;
	top: 20px;
}

#content-right h1 {
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #CCC;
	width: 100%;
	padding: 0 0 3px;
	margin: 0 0 15px;
}

#content-right p, #content-right a, #content-right li {
	font-size: 11px;
	line-height: 16px;
}

/* ----------------------/ TABLES / ---------------------- */

table.termine {
	margin-bottom: 18px;
} 

table.termine caption {
	margin-bottom: 6px;
}

table.termine td {
	font-size: 12px;
	padding: 6px;
}

/* ----------------------/ IMAGES / ---------------------- */

div.image-flRight {
	float: right;
	margin: 5px 0 0 20px;
}
#content-right div.image-flRight {
	float: right;
	margin: 5px 0 0 0;
}

div.image-flLeft {
	float: left;
	margin: 5px 20px 0 0;
}
#content-right div.image-flLeft {
	float: left;
	margin: 5px 0 0 0;
}

div#image-flRight p, div#image-flLeft p {
	font-size: 8px;
	line-height: 14px;
	width: 175px;
}

div#big-image-flRight p, div#big-image-flLeft p {
	font-size: 8px;
	line-height: 14px;
}


/* ----------------------/ FORMULAR / ---------------------- */

#form-module {
	color: #333;
	font-size: 12px;
}

#form-module fieldset {
	border: 0;
}

#form-module legend {
	display: none;
}

#form-module div.element {
	margin-top: 10px;
	width: 100%;
}

#form-module div.element label {
	font-weight: bold;
	margin-right: 10px;
	float: left;
}

#form-module div.element input {
	border: #A9A9A9 1px solid;
	float: right;
	width: 200px;
	padding: 3px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#form-module div.element textarea {
	border: #A9A9A9 1px solid;
	float: right;
	width: 380px;
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0 0 0;
}

#form-module div.element input.submit {
	clear: both;
	margin: 10px 0 0 0 ;
	background: #1FA300 url(images/bg-button.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	border: 0;
	width: 99px;
	height: 29px;
	font-size: 12px;
	cursor: pointer;
}

/* ----------------------/ FORMULAR RECHTE SPALTE / ---------------------- */

#content-right #form-module div.element {
	height: 32px;
}

#content-right #form-module div.element label {
	font-size: 10px;
}

#content-right #form-module div.element input {
	width: 170px;
	margin-top: 3px;
}

#content-right #form-module div.element input.submit {
	width: 99px;
	margin: 5px 0 20px;
}

/* ----------------------/ FOOTER / ---------------------- */

#footer {
	width: 630px;
	height: 68px;
	margin: 0 auto 10px;
	padding: 100px 0 0 220px;
	background: url(images/footer.jpg) no-repeat;
	clear: both;
}

#footer p, #footer a {
	font-size: 11px;
}