html {
	font-family: Georgia, serif;
	color: #444444;

	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('img/topbackground.png');
	background-repeat: repeat-x;
	background-color: #D5E6F6;
	line-height: 2em;

	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Georgia, serif;
	color: #444444;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, img, hr {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
/* 	text-transform: uppercase; */
/* 	font-size: 16px; */
/* 	font-size: 1.33em; */
	font-size: 134%;
	font-weight: normal;
	color: black;
	margin-bottom: 10px;
}

h2 {
/* 	font-size: 14px; */
/* 	font-size: 1.16em; */
	font-size: 117%;
	font-weight: normal;
	color: black;
	margin-bottom: 0.6em;
}

.csc-textpic-caption {
	line-height: 130%;
	font-size: 90%;
	padding-top: 2px;
}

#top {
	width: 100%;
	overflow: show;
}

#header {
	height: 162px;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	padding-top: 88px;
	overflow: show;
	width: 1100px;
}

#logoLink {
	display: block;
	width: 350px;
	height: 112px;
	float: left;
}

#mainMenu {
	float: left;
	vertical-align: bottom;
	height: 112px;
/* 	font-size: 14px; */
/* 	font-size: 1.16em; */
	font-size: 108%;
	font-family: Georgia, sans-serif;
	height: 32px;
	margin-top: 80px;
	white-space: nowrap;
	width: 745px;
	overflow: show;
}

#mainMenu a {
	position: relative;
	z-index: 6;
	color: #444444;
	/*font-weight: bold;*/
	padding-right: 36px;
	background-image: url('img/menubgspace.gif');
	background-position: right;
	background-repeat: no-repeat;
}

#mainMenu a.lastOne {
	padding-right: 0px;
	background-image: none;
}

#mainMenu a.act, #subMenu a.act {
	text-decoration: underline;
}

#mainMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mainMenu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
}

#subHeader {
	clear: left;
	height: 50px;
}

#subMenu {
	float: left;
	margin-left: 93px;
	padding-top: 20px;
	width: 256px;
}

* html #subMenu {
	margin-left: 46px;
}

#subMenuHead {
	color: #828282;
/* 	font-size: 13px; */
/* 	font-size: 1.08em; */
	font-size: 108%;
}

#subMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

#subMenu ul li {
	margin: 0px;
	padding: 0px;
	background-image: url('img/submenuitem.png');
	background-repeat: no-repeat;
	padding-left: 40px;
}

#subMenu ul li a {
	color: #38506b;
}

#contentWrap {
	width: 1000px;
}

* html #contentWrap {
	width: 1020px;
}

#contentBox {
	padding-bottom: 20px;
	background-color: white;
	min-height: 70px;
	min-width: 1000px;
	overflow: show;
}

#content {
	margin-top: 20px;
	float: left;
	width: 607px;
	background-color: white;
}

#content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content ul li {
	padding-left: 25px;
	background-image: url('img/submenuitem.png');
	background-repeat: no-repeat;
}

#content a {
	color: #444444;
	border-bottom: 1px dotted #444444;
}

#content a:hover {
	border-bottom-color: black;
	border-bottom-style: solid;
	color: black;
}

#footer {
	background-image: url('img/ovalbackground.jpg');
	padding-left: 349px;
	width: 651px;
	height: 138px;
/* 	font-size: 11px; */
/* 	font-size: 0.91em; */
	font-size: 91%;
	padding-top: 15px;
}

#footerContent {
	/*float: right;*/
}

#footerContent a {
	color: #444444;
}

.invisible {
	visibility: hidden;
	text-decoration: none;
}

p.bodytext {
	margin-bottom: 30px;
}

p.bodytext a {
/* 	font-weight: bold; */
	font-style: italic;
	color: #38506B;
}

p.bodytext a:hover {
	color: #828282;
}

ul.footerMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

ul.footerMenu li {
	display: inline;
}

.clear {
	clear: both;
}

div.clear {
	height: 1px;
	line-height: 1px;
}

div.csc-form-row {
	background-color: #eff5fb;
	padding: 3px 2px;
	margin-bottom: 5px;
	width: 490px;
	/*height: 19px;*/
}

div.csc-form-field {
	/*height: 19px;*/
}

.formfields {
	border: 1px solid #b7bbbf;
	line-height: 12px;
	font-size: 12px;
	font-family: Georgia, serif;
}

div.csc-form-label {
	padding-left: 15px;
	width: 135px;
}

input.formfields, select.formfields {
	height: 15px;
}

input.csc-mailform-submit {
	border-width: 1px;
	border-style: solid;
	border-top-color: #d6dade;
	border-right-color: #b7bbbf;
	border-bottom-color: #b7bbbf;
	border-left-color: #d6dade;
	background-color: white;
	font-family: Georgia, serif;
	font-size: 91%;
	padding: 1px 35px;
	cursor: pointer;
}

#content a.topLink {
	border: none;
}

#content img.border-1 {
	padding: 2px;
	border: 1px solid #d3e3f5;
}

#content .csc-textpic-image a:hover {
	border: none;
}

#content .csc-textpic-image a {
	border: none;
}

/*#################### News Jens 26.03.08  ###################################### */

.news-list-item
{
	margin-bottom:2em;
	/*overflow:hidden;*/
}

.news-list-item-aktuell {
	margin-bottom: 1em;
}

.news-list-item p
{
	margin:0px;
	display:inline;
}

.news-list-item img {
	float: right;
	padding: 2px;
	border: 1px solid #d3e3f5;
	margin-left: 10px;
}

.news-single-img {
	float: right;
	margin-left: 10px;
	text-align: right;
}

.news-single-img img {
	padding: 2px;
	border: 1px solid #d3e3f5;
}

.news-single-img p {
	font-size: 83%;
}


.news-list-item a {
	white-space: nowrap;
}

.news-list-date, .news-single-timedata
{
	font-size:80%;
 	margin-bottom:1em; 
}

.news-list-date-aktuell {
	margin-bottom: 0em !important;
}

.news-list-morelink  a, .news-single-backlink a
{
	font-style:italic;
	display:inline;
	margin-left:1em;
}

.news-single-backlink a
{
	margin-left:0em;
}

.news-list-morelink  a:hover
{

}

.news-header
{

}

.clearer
{
	clear:both;
}

.news-header a, .news-header a:link, .news-header a:visited
{
	text-decoration:none !important;
	border-bottom:0px !important;
	font-size:133%;
/* 	text-transform: uppercase; */
}

.act a
{
	border-bottom:1px solid;
}

/*#################### News Jens 01.04.08  ###################################### */

#spendenformular .csc-mailform-field
{
	margin-bottom:5px;
	width:490px;
	overflow:hidden;
	background-color:#EFF5FB;
	margin-top:5px;
}



#spendenformular legend
{
	display:none;
}

#spendenformular .csc-mailform-radio
{
	display:block;
	float:left;
}

#spendenformular label
{
	display:block;
	float:left;
}

#spendenformular .csc-mailform-field label
{
	padding-left:15px;
	width:135px;
}

#spendenformular .csc-mailform-radio label
{
	padding-left:0px;
	width:auto;
}

#spendenformular div.csc-form-row
{
	overflow:hidden;
	padding:0px;
	margin:0px;
	margin-top:5px;
	vertical-align:middle;
	padding-bottom:1px;
}

#spendenformular input
{
	margin-top:3px;
}

#spendenformular .csc-mailform-label
{
	padding-top:2em;
	background:white;
	padding-left:15px;
	display:block;
	color:black;
	font-size:116%;
	font-weight:normal;
}

.spendenInfo
{
	width:490px;
	font-size: 12px;
}


#spendenformular #csc-mailform-submit
{
	display:inline;
}

#spendenformular .csc-form
{

}

#spendenformular .csc-header
{

}

.contenttable  {
	border-spacing:0px;
	margin-bottom:15px;
	width:600px;
}


.contenttable tr td {
	border-bottom:1px solid #d3e3f5;
	padding:5px;
}

/* Tooltips */
.tool-tip {
	/*color: #fff;*/
	width: 150px;
	z-index: 13000;
	border: 1px solid #c7daf4;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	/*color: #9FD4FF;*/
	padding: 8px 8px 4px;
	background: url(img/bubble.png) top left;
}

.tool-text {
	font-size: 10px;
	padding: 4px 8px 4px 8px;
	background: url(img/bubble.png) bottom right;
	line-height: 1.1em;
}
/* Tooltips Ende */

/* Two-Columns */
.twoCol .col1, .twoCol .col2 {
	float: left;

}

.twoCol .col1 {
	margin-right: 11px;
	width: 310px;
}

.twoCol .col2 {
	width: 284px;
}
/* Two-Columns Ende */

.tx-ttnews-browsebox {
	text-align: right;
	overflow: hidden;
	float: right;
}

.tx-ttnews-browsebox a,
.tx-ttnews-browsebox strong,
.tx-ttnews-browsebox span{
	display: block;
	float: left;
	margin: 0px 5px !important;
	padding: 3px !important;
	border: none !important;
}

.tx-ttnews-browsebox strong{
	border: 1px solid #a0ab80 !important;
	font-weight: normal;
}

.tx-ttnews-browsebox table td
{

}

.tx-ttnews-browsebox table td a
{
	border:0px !important;
	margin-left:0.5em !important;
	margin-right:0.5em !important;
}

.tx-ttnews-browsebox-SCell
{
	border:1px solid;
	border-color:#a0ab80;
}
.newsdivider {
	color:#D3E3F5;background-color:#D3E3F5;height:1px;border:none;margin-bottom:1em;clear:both;
}

