/* CSS Document */

html {
		}
	
body {
	font-family : 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url(../images/body_bg.jpg) top center no-repeat;
	color: #333;
	
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags ########################################################## */

p {
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

a {
	color: #940A0D;
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #2A85B9;
}

ul {
	margin: 0 0 0 15px
}

ol {
	margin: 0 0 0 25px
}

li {
	font-size: 12px;
	margin: 0 0 1em 0
}

hr {
	border:none;
	color:#ccc;
	background: #ccc;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 5px 30px 5px 20px ;
}

h1 {
	font-family: 'Century Gothic','Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	background:url(../images/h2_bg.jpg) repeat-x;
	height:38px;
	padding:5px 0 0 20px;
}

h2 {
	font-family: 'Century Gothic','Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin: 0.7em 0 1em 0;	
	padding:0 20px;
}

h3{
	font-size: 18px;
	font-family: 'Century Gothic','Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #940A0D;
	margin: 0.7em 0 1em 0;
	padding:0 0 0 20px;	
}

h4{
	font-size: 22px;
	font-family: 'Century Gothic','Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #940A0D;
	margin: 0.7em 0 1em 0;	
}

h4 span{
	display:block;
	font-size: 12px;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	color: #333;
}

h5 {
	font-size: 12px;
	margin: 0 0 1em 0;
	padding:0 0 0 20px;	
}

h6 {
	font-family: 'Century Gothic','Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin: 0 0 1em 0;
}

/* Klassen ########################################################## */

.bild {
	
}

.bild_text {
	float:left;
	margin: 0 20px 0 0;
}

.bild_text_re {
	float:right;
	margin: 0 0 10px 20px
}

p a.mehr{
	background: url(../images/btn_pfeil.gif) 0 -47px no-repeat;
	padding:2px 0 3px 15px;
	display:block;
	color: #940A0D;
}

p a.mehr:hover{
	background-position:0 3px;
	color: #333;	
}

/* Layout ########################################################## */
#wrap {
	
}
#container {
	margin:auto;
	width: 980px;
	background: url(../images/container_bg.jpg) center top repeat-y;
}

.col1 {
	width: 320px;
	float:left;
}

.col2 {
	width: 320px;
	float:left;
}

.col3 {
	width: 320px;
	float:right;
}

/*header --------------------------------- */

#header {
	height: 140px;
	padding: 20px 10px 0 10px;
	background: url(../images/header_bg.jpg);
	margin: 0;
	overflow:hidden;
}

#header a {
	color: #000;
	text-decoration:none;
}

#header a:hover {
	color: #940A0D;
}

#header ul {
	list-style-type: none;
	margin:0;
	padding:0 0 0 20px;
}
#header ul.left li {
	margin:0;
}

#header ul li {
	margin:0 0 0 150px;
}

#header ul.left {
	float:left;
	width: 150px;
}

#header ul li.head {
	font-size: 25px;
	font-family: 'Century Gothic','Trebuchet MS',Arial, Helvetica, sans-serif;
	height: 60px;
}

#header ul li.head span{
	display:block;
	font-size: 12px;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
}
#header .col1 ul li.head {
	color: #940A0D;
}
#header .col1 ul li.head span{
	color: #555;
}
#header .col2 ul li.head {
	color: #2A85B9;
}
#header .col2 ul li.head span{
	color: #555;
}

#header ul li a {
	background: url(../images/btn_pfeil.gif) 0 3px no-repeat;
	padding:1px 0 4px 15px;
	display:block;
	height:15px;
}

#header ul li a:hover, #header ul li a.aktiv{
	background-position:0 -47px;
	color: #940A0D;
}

#header .col3 p{
	text-align:right;
	padding: 0 20px 0 0;
}

#header .col3 a.logo{
	display:block;
	width:320px;
	height:100px;
}

#header .col3 img{
	display:none;
}

/*Inhalt --------------------------------- */

#wrap {
	background: url(../images/wrap_bg.jpg) bottom repeat-x;
}

#content_wrap {
	background: url(../images/content_wrap_bg.jpg) bottom center no-repeat;
	padding: 0 0 50px 0;
	overflow:hidden;
}

.GMapEZ {
	width: 960px;
	height:450px;
	margin:5px 0 0 0;
	border:0;
}

#map_canvas {
	width: 320px;
	height: 430px;
	margin: 0 10px 10px 0;
    float:left;
}

#start #content {
	padding: 0 10px 5px 10px;
	width:960px;
	float: none;
	border:none;
}

#content {
	padding: 0 0 5px 10px;
	width: 640px;
	border-right:1px solid #ccc;
	overflow:hidden;
}

#content p{
	padding:0 20px;
}

#content img{
	margin:0 20px;
}

#start #content img{
	margin:0;
}

#content img.shk_mitglied{
	margin: 10px 0 5px 0px;
}

#content table{
	margin:0 20px;
}

#content table th{
	text-align:left;
	padding:0 0 5px 20px;
	font-size:120%;
}

#content table td{
	padding:3px 20px;
}

#content span,#fwrap div.col3 p span {
	display:inline-block;
	width:120px;
}


#content span.caps {
   display:inline;
}

#content ul{
	list-style-image:url(../images/bullet.jpg);
	padding: 0 0 0 20px;
}

#content ul li{

}

#content form{
	padding:0 0 0 20px;
}

#content form h3{
	padding:0;
}


p.submit {
	height:23px; 
	background:url(../images/bg_button_right.jpg) right no-repeat; 
	width:auto; 
	float:left;
	}
	
p.submit input {
	height:23px; 
	background:url(../images/bg_button_left.jpg) left  no-repeat; 
	color:#333; 
	font-weight:bold; 
	border:none; 
	overflow:visible; 
	display:inline; 
	margin:0px; 
	padding:1px 15px 2px 8px; 
	font-size:12px; 
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 0px
}

/*Sidebar / Navi --------------------------------- */

#sidebar {
	width:280px;
	padding:50px 20px 10px 20px;
	float:right;
}

#sidebar p{
	padding:0;
}

#sidebar ul{
	list-style-image:url(../images/bullet.jpg);
}

#sidebar ul li{
	margin:0;
	padding:0;
}

#sidebar a img{
	border:none;
}

/*Footer --------------------------------- */

#footer {
	background: #EDEDED url(../images/footer_bg.jpg) bottom center repeat-x;
	overflow:hidden;
	clear:both;
	padding: 0 0 2px 0;
}

#fwrap {
	margin:auto;
	width: 960px;
	/*background: url(../images/footer_wrap_bg.gif) top center repeat-y;*/
	background: url(../images/footer_wrap_bg.jpg) top center no-repeat;
	overflow:hidden;
	height:227px;
}


#footer .col1 {
	width: 280px;
	padding: 20px 20px 0 20px;
	float:left;
}

#footer .map {
	background: url(../images/fcol1_map.jpg) top right no-repeat;
	height:205px;
}

#footer .member {
	background: url(../images/fcol1_member.jpg) top right no-repeat;
	height:205px;
}

#footer .col1 h6 {
	color: #940A0D;
}

#footer .col2 {
	width: 280px;
	padding: 20px;
	float:left;
}

#footer .col2 h6 {
	color: #2A85B9;
}

#footer .col3 {
	width: 300px;
	padding: 20px 00px 20px 20px;
	float:right;
	min-height:190px;
}
#footer .col3 h6 {
	color: #2A85B9;
}

#footer .col3 form {
	width: 250px;
	height:20px;
	padding: 0 0 0 15px;
/*	border:1px solid red;*/
	margin:0 0 10px 0;
}

#footer .col3 form input{
	width: 215px;
	padding:2px 3px 0 3px;
	float:left;
	background: transparent;
	border:none;
	font-family : 'Trebuchet MS',Arial, Helvetica, sans-serif;
}

#footer .col3 form input.suchbtn{
	width: 25px;
	height: 20px;
	display:block;
	float:right;
	/*background: transparent;*/
	text-indent: -9999px;
	border:none;
}

#footer .col3 a.nav {
	display:block;
	width: 24px;
	height:24px;
	text-indent: -9999px;
	float:right;	
	margin: 94px 0 0 12px;
}

#footer .col3 a.kontakt{
	background:url(../images/btn_kontakt.jpg) 0 -24px no-repeat;	
}

#footer .col3 a.home{
	background:url(../images/btn_home.jpg) 0 -24px no-repeat;		
}

#footer .col3 a.oben{
	background:url(../images/btn_oben.jpg) 0 -24px no-repeat;		
}

#footer .col3 a:hover{
	background-position: 0 0;
}

#sub {
	clear:both;
	text-align:center;
	padding: 20px;
	color:#999;
}

#sub a{
	color:#999;
}

#sub a:hover{
	color: #940A0D;
}

/* Clearing ########################################################## */
.clear {
	overflow:hidden
}

* html .clear {
	height: 1%;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

.clearing { clear:both; margin:10px 0; } 

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 

/* Clearfix-Anpassung für IE */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatbox { overflow:hidden; }
/*##Suche, Artikel Startseite####*/

/* Tabs #################################################*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {

}

.tabberlive {
 margin-top:1.5em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav{
 margin:0 20px 0 20px;
 padding: 3px 0px 4px 0;
 border-bottom: 1px solid #ccc;
 width:545px;
}

ul.tabbernav li{
 list-style: none;
 margin:0;
 display: inline;
}

ul.tabbernav li a{
 padding: 3px 30px;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDD;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #333; }
ul.tabbernav li a:visited { color: #333; }
ul.tabbernav li a:hover{
 color: #000;
 background: #ccc;
 border-color: #666;
}

ul.tabbernav li.tabberactive a{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
 padding: 20px 0 5px 0;
 margin:20px;
 border-top:0;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

/*  height:20px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /*overflow:hidden; */

}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
 display:none;
}

.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
 height:200px;
/*	overflow:auto;*/
}

.tabberlive .tabbertab table tr td.tablecol1{
	width:120px;
}

.tabberlive .tabbertab table tr td.tablecol2{
	width:30px;
}

.tabberlive .tabbertab table tr td.tablecol3{
	width:100px;
}

.tabberlive .tabbertab table tr td.tablecol4{
	width:100px;
}

.tabberlive .tabbertab table tr td.tablecol5{
	width:100px;
}
