/* CSS coded and copyright protected by weitzeldesign */

/* Layout- und Seitendefinitionen */

body {
  background-color: #e1ddd9;
  font-size: 12px;
  color:#564b47;  
  padding:0px;
  margin:0px;
  text-align: center;
}

#inhalt { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 795px;
  background-color: #ffffff;
}

#kopf {
	width:795px;
	height: 137px;
	background:url(images/kopf.jpg) no-repeat;
}

#page {
	width: 795px;
	height: auto;
	min-height: 500px;
	padding: 40px 0 30px 0;
	background:url(images/background_main.gif) repeat-y;
	overflow:visible;
	text-align:left;
}
#content-page {
	width: 500px;
	height:auto;
	padding-left:35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	line-height: 140%;
}

/* Linkformatierungen */

a, a:link, a:visited {
	text-decoration:none;
	color:#95191f;
}

a:hover, a:active {
	text-decoration:underline;
	color:#95191f;
}

/* Schriften */
.head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	line-height: 140%;
}

.head-red {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #95191f;
	line-height: 140%;
}
	
.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height: 150%;
	color: #000;
}

.copy-klein {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	line-height: 150%;
	color: #000;
}

#pfeil {
	padding:0 0 0 15px;
	margin:0px;
}

#pfeil ul {
	padding:0px;
	margin:0px;
	list-style-image:url(square.gif);
}

/* Navigation */

body#home .active, body#philosophie .active, body#mitglieder .active, body#veranstaltungen .active, body#partner .active, body#kontakt .active, body#impressum .active {
	color: #000;
}

#navcontainer {
	position:absolute;
	margin: 0 0 0 30px;
	padding: 0;
	height: 20px;
	width:760px;
	top: 124px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 3px;
margin: 0;
}

#navcontainer ul li a, #navcontainer ul li a:visited
{
background: #e7e7de;
width: 94px;
height: 14px;
border: 1px solid #95191f;
padding: 5px 0 5px 0;
margin: 0;
color: #95191f;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #000;
background: #e7e7de;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}
