body,html {
	height:100%;
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

.container {
	margin:auto;
	margin-top:0;
	padding:0;
	width:1000px;
}

#header {
	padding:0;
	margin:0;
	background:url(img/header.gif) no-repeat;
	height:194px;
	width:100%;
}

#header h1 {
	display:none;
}

#spalte_links {
	margin:65px 0 0 30px; /* IE hack */
	padding:0;
	width:237px;
	background:url(img/spalte_links.gif) no-repeat #eaeaea;
	float:left;
}

#spalte_links .content {
	margin:0;
	padding:15px;
	background:url(img/unten_links.gif)  no-repeat bottom;
	min-height:400px; /* IE hack */

}

#spalte_links #menu_left {
	margin:0;
	padding:15px 15px 5px 15px;
}

#spalte_links p {
	margin-bottom:12px;
}

.spalte_mitte {
	margin:20px 0 0 20px;
	padding:0;
	width:622px;
	height:389px;
	background:url(img/spalte_mitte.gif) no-repeat;
	float:left;
}

.spalte_mitte_start {
	width:713px;
}

.spalte_mitte .content {
	margin:1px 0 0 12px;
	padding:20px;
	background:url(img/content_back.gif) no-repeat #eaeaea;
	min-height:400px; /* IE hack */
}

.spalte_mitte[class] .content {
	overflow: hidden;
}

.spalte_mitte_start .content {
	background:url(img/spalte_mitte_start.gif) no-repeat #eaeaea;
}

.spalte_mitte .footer {
	background:url(img/unten_mitte.gif) no-repeat top;
	text-align:right;
	padding: 15px 10px 0 0;
	color:#cccccc;
	margin:0;
	font-size:9px;
	font-weight:normal;
	clear:both;
}

.spalte_mitte_start .footer {
	background:url(img/unten_mitte_start.gif) no-repeat top right;
}

.spalte_mitte .footer a {
	color:#cccccc;
}

.spalte_mitte div.leftcol {
	float:left;
	width:260px;
}

.spalte_mitte div.rightcol {
	float:right;
	width:260px;
}

#spalte_rechts {
	margin-top:4px;
	float:right;
	width:180px;
}

#main_menu {
	padding:0 0 0 20px;
	margin:0;
	list-style-type:none;
	list-style-image:none;
	height:45px;
}

#main_menu li{
	background:none;
	float:left;
	margin:0;
	padding:0;
}

#main_menu li ul{
	display:none;
	position:absolute;
	clear:left;
	width:120px;
	padding:5px 15px 10px 10px;
	margin:30px 0 0 0;
	list-style-type:none;
	list-style-image:none;
	background:url(img/sub_menu_back.gif) repeat-x 0 -5px;
	border-left:2px solid #999999;
}

/*	Ein- und Ausblenden der Verschachtelten Liste
	Für IE wird die Javascript Funtion show und hide benötigt (keine hover-Unterstützunng) */
#main_menu li.hover ul, #main_menu li ul.hover, #main_menu li ul:hover, #main_menu li:hover ul{
	display:block;
}

#main_menu a{
	padding:10px 8px;
	height:25px;
	display:block;
	font-size:13px; 
	color:#ffffff;
	text-decoration:none;
	/* für IE: */
	float:left;
}

#main_menu a.active, #main_menu a:hover {
	color:#000000; 
}

#main_menu ul li {
	background:none;
	margin:2px 0 0 0;
	padding:0;
	float:none;
}

#main_menu ul a {
	padding:0;
	margin:0;
	display:block; 
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	float:none;
	height:18px;
}

#main_menu ul a:hover {
	color:#000000;
}


/* Eingabefelder */

input.feld, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	margin:0;
	border:1px #999999 solid;
	background:url(img/fields_back.gif) repeat-y #ffffff;
}

input.button {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* NEWS */
.newsblock {
	width:440px;
}

.newsblock h3{
	font-size:20px;
	padding:0;
	margin:0 0 10px 0;
	border-bottom:2px solid #999999;
}

.newsblock .comments{
	padding:2px 0 0 0;
	margin:10px 0 15px 0;
	border-top:2px solid #999999;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	clear:left;
}

.newsblock img {
	float:left;
	padding:0 8px 8px 0;
	margin:0;
}

/* Allgemeine Formatierungen */

p {
	margin:0 0 5px 0;
	padding:0;
}

h1 {
	font-size:20px;
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
	color:#249647;
}

h2 {
	font-size:16px;
	margin:0 0 3px 0;
	padding:0;
	font-weight:bold;
	color:#249647;
	border-bottom:2px solid #999999;
}

h3 {
	font-weight:normal;
	color:#249647;
}

h4 {
	font-weight:bold;
	font-size:14px;
	margin:10px 0 0 0;
	padding:0;
}

ul {
	list-style-image:none;
	list-style-type:none;
	padding:0;
	margin:5px 0 10px 15px;
}

li {
	margin:0;
	padding: 0 0 0 15px;
	background:url(img/list_image_dark.gif) no-repeat 0 5px;
}

li.light {
	background-image:url(img/list_image_light.gif);
}

a {
	color:#24815b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Bereich Vorstandschaft */

.vss img {
	float:left;
	margin-right:10px;
}

.vss ul {
	clear:left;
	padding:0;
	margin:0;
	font-size:10px;
}

.vss ul li{
	float:left;
	background-image:none;
	padding:2px;
	margin:0;
}

p.field span {
	display:block;
	float:left;
	width:120px;
}

.guestbook h3 {
	margin:22px 0 0 0;
	font-size:13px;
	font-weight:bold;
	color:#249647;
	border-bottom:2px solid #999999;
}

div.guestbook p {
	background-color:#f2f2f2;
	margin:0;
	padding:5px;
}

.guestbook h4 {
	margin:0;
	font-size:10px;
	font-weight:normal;
	border-top:2px solid #999999;
	text-align:right;
}

.guestbook h4 span{
	display:inline;
	font-style:normal;
	margin:0;
	padding:0;
}

.guestbook span {
	font-style:italic;
	margin:0 0 0 10px;
        padding:0;
	display:block;
}

.count span {
	display:inline;
	margin:0;
}

.clearer {
	clear:both;
	visibility:hidden;
}

#shoutbox {
	display:none;
}

#shoutbox textarea {
	width:150px;
}

p.openShout {
	cursor:pointer;
	background:url(img/pfeil_ab.gif) no-repeat left;
	padding:0 0 0 20px;
}

/* Anpassungen für Quickpoll*/
table.polltable {
	width:100%;
	margin:0 0 10px 0;
}

table.polltable .form{
	margin:0;
	padding:0;
}

table.polltable .polltitle {
	text-align:left;
}

table.polltable .pollquestion {
	margin:0 0 5px 0;
	font-style:italic;
}

/* Anpassung Galery */

.jm-gallery-image-collection div.jm-gallery-image-entry {
	width:120px;
	margin:5px;
	padding:0;
}

.jm-gallery-image-collection td span.percent {
	font-size:13px;
	color:#999999;
	font-weight:bold;
}

.smaller {
	font-size:0.8em;
}

.csc-header {
	clear:left;
}

/* Anpassung tox birthdays*/

.tx-toxbirthdays-pi1 {
	margin:10px 0 20px 5px;
}

.tx-toxbirthdays-pi1 div.item {
	margin:5px 0 10px 0;
}

.tx-toxbirthdays-pi1 .name {
	font-weight:bold;
}

.tx-toxbirthdays-pi1 .name span.pic{
	cursor:pointer;
	padding-left:20px;
	background:url(img/user.png) no-repeat;
}

.tx-toxbirthdays-pi1 span.age{
	color:#24815b;
	font-weight:bold;
}

.tx-toxbirthdays-pi1 strong{
	color:#ffffff;
	font-weight:bold;
	background-color:#24815b;
	padding:0 3px 0 3px;
}

.tx-toxbirthdays-pi1 img{
	border:2px solid #999999;
}

/*Shoutbox*/
.tx-veguestbook-pi1 h4 span {
	font-size:10px;
	font-weight:normal;
	color:#666666;
}

/*Chilipix*/
div.tx-toxchillipix-pi1 {
	margin:10px 0 15px 0;
	text-align:center;
}

.tx-toxchillipix-pi1 img {
	display:block;
	margin:auto;
}

.tx-toxchillipix-pi1 span {
	font-size:10px;
	font-weight:normal;
	color:#666666;
}

.tx-toxgallery-pi1-listentry {
	margin:10px 0 15px 0;	
}

.tx-toxgallery-pi1-listentry img  {
	padding-top:10px;
	/* display:block; */
	/*margin:auto;*/
}

.tx-toxgallery-pi1-listentry {
	text-align:center;
	/*margin-left:70px;
	width:420px;*/
}

#shoutbox img.tx-srfreecap-pi2-image {
	width:150px;
}

div.adsense1 {
	margin:0 0 5px 0
}

div.tx-ttnews-browsebox p {
	display:none;
	font-size:14px;
}

div.tx-ttnews-browsebox table p {
	display:block;
}

div.tx-ttnews-browsebox {
	border:none;
	background-color:transparent;
}

div.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell {
	background-color:transparent;
	border:1px solid #666666;
}



