/* CSS Document */

*{
	margin:0;
	padding:0;
}
html {
	font-size: 100.01%; 
	}

body {
	background-color: #fff;
	font-size: 1em; 
	font-family:'Times New Roman',Times,serif;
	color:#2B0504 /*2F3F30*/;
	background-image: url('../images/bg.gif');
	text-align:center;
}

#container {
	width:100%;
	min-height:100%;
	border:0px solid green;
}

/* ----------banner for logo-------------- */
#banner {
	
	
	background-image: url('../images/top_header.gif');
	background-repeat: repeat-x;
	height:180px;	
	background-position: top;
	margin-top:0;

}

#bannermenu{
	

	font-size:1em;
	color: #fff;
	padding-top:1.29em;
	margin-bottom:1.29em;
	border:0px solid red;
	font-weight: bold;
	
}

#bannermenu ul li {
	list-style-type: none;
	display: inline;
	color: #fff;
	text-decoration: none;
	padding-left:15px;
}

#bannermenu ul li a{

	color: #fff;
	text-decoration: none;
}
 
 #logo{
 	background-image: url('../images/logo_bg.gif');
 	background-repeat: repeat-x;
 	height:120px;
 	padding-top:1em;
 	
 }
 
 #subnavi2 {

	color: #fff;
	font-weight:bold;
	padding: 0;
	margin-bottom:1em;
	height:40px;
	border:0px solid green;
	width:100%;
	text-align:center;
}

 
#subnavi2 ul {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin:0;
}

#subnavi2 ul li{
	padding: 0;
	margin:0;
}
#subnavi2 a{
	
	padding: 0;
	margin:0;
}

#serviceNavi{
	font-size:0.8em;
	color: #2B0504 ;
}

#serviceNavi ul li {
	list-style-type: none ;
	display: inline;
	color: #2B0504 ;
	text-decoration: none;
	padding-left:15px;
}

#serviceNavi ul li a{
	color: #2B0504 ;
	text-decoration: none;
}


a {
	color: #426D4D;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #426D4D;
	}
p{ 
	font-size: 1em;
	}
	
h1{ 
	font-size: 1.3em;
	text-align: center;
	padding-bottom:0.5em;
	}
h2{ 
	font-size: 1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align: center;
	}
h3{ 
	font-size: 1em;
	padding-top:0em;
	padding-bottom:0em;
	text-align: left;
	}

h4	{ 
	color: darkbrown;
	font-size: 1.2em;
	}
hr { 
	color: #2F3F30;
	}
	
img{
	border:0px;
}

#willkommen{
	width:56em;
	border: 0px solid red;
	margin: 0 auto;
	text-align:center;
}

*html #wrapper{height:12em;}

#wrapper {
width: 60em;
margin: 0.5em auto; 
border: 0px solid #ff00ff; 

}


* html #leftCol{height:100%; }

#leftCol {
float: left; 
width: 32%;
border: 0px solid #ff00ff; 
left:0;


}
* html #rightCol{height:100%; }

#rightCol {
float: right; 
width: 32%; 
right:0;

}

* html #centerCol{height:100%;}

#centerCol {
width: 32%; 
margin:0 auto;

border: 0px solid #ff00ff; 
}


#wrapper2 {
width: 60em;
margin: 0 auto; 
height:3em;
border:0px solid red;

}

#bottomleftCol {
float: left; 
width: 32%;

}


#bottomrightCol {
float: right; 
width: 32%; 

}
* html #bottomcenterCol {width: 17.5em;
}
#bottomcenterCol {
width: 32%;
margin:0 auto;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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




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

* html #content {
	height: 610px;
}
#content {
	min-height:610px;
	background-color: transparent; /*#F7D6E7;*/
	padding: 0px 20px  0 20px;
	border:0px solid red;
	text-align:center;
	margin: 0 auto;
}

* html #contenttext{height: 100%;}

#contenttext{ 
	border: 0px solid red;
	padding-top:0px;	
	text-align: center;
	margin: 0 auto;
}
#contenttext h1{}


#subnavi{
	position: relative;
	text-align: center;
	margin-top:0px;
	left: 0;
	background-image: url('../verein/balken2.jpg');
	background-repeat:repeat-x;
	border: 0px solid red;
	height: 45px;
	z-index:1;
}

*html .outset{height:100%;}
*html .inset{height:100%;}

.inset{
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	border-left: #000 0px solid;
	border-top: #000 0px solid;
	background-image:url(../images/div_bg.gif);
	
}


.outset{
	background-image:url(../images/div_bg.gif);
	border-bottom: #777777 1px solid;
	border-right: #777777 1px solid;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=000000, Direction=135, Strength=4);

	
}

.center{

	margin-left: auto;
	margin-right: auto;
}
.inset_2{

	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	border-left: #ccc 0px solid;
	border-top: #ccc 0px solid;
	background-image:url(../images/div_bg2.gif);
	color:#fff;
	font-weight:bold;
		
}

.inset_2 a{
	color: #fff;
}
.inset_2 a:hover{
	color: #fff;
}
.outset_2{

	background-image:url(../images/div_bg2.gif);
	border-bottom: #777777 1px solid;
	border-right: #777777 1px solid;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	color:#fff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=666666, Direction=135, Strength=4);
	padding:4px;
	
}

.inset_3{
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	border-left: #000 0px solid;
	border-top: #000 0px solid;
	background-image:url(../images/div_bg.gif);

}

.outset_3{
	background-image:url(../images/div_bg.gif);*/
	border-bottom: #777777 1px solid;
	border-right: #777777 1px solid;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;

	filter: progid:DXImageTransform.Microsoft.Shadow(color=000000, Direction=135, Strength=4);
}

#bottom{
	margin-top: 1em;
	width:100%;
	height:11px;
	background-image:url('../images/page_trenner.gif');
	background-repeat:repeat-x;

}

.Copyright{
	color:#605f5f;
	font-size:0.85em;
}
.bildunterschrift{
	font-size: 0.8em;
	text-align: center;
}

.bildunterschrift_left{
	font-size: 0.8em;
	text-align: left;

}
#inhalt{
	height:10em;
	border:0px solid red;

}
*html #inhalt table {
height: 100%;

}
 #inhalt table {
height: 100%;

}

#inhalt tr td{

vertical-align: top;
}
.inLine{
	list-style-type: none;
	display: inline;
}

.blogdate{
	font-size: 0.8em;
	text-align: left;
	color:#426D4D;
}
.kommentar{
	font-size: 1em;
	text-align: left;
	color:#426D4D;
}
.back{
	font-size: 0.8em;
	text-align: left;
	color:#426D4D;
}

.noList{
	list-style-type: none ;
	display: block;

}
.zuchtLinks{
	
	color:#325334;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom:1em;
	margin-top:1em;
}