﻿/*
	Farbschema: weiß, rot, #FFDBDB (helles rot)
*/
body {
	background: white;
	width:100%; 
	height:100%;
	margin:0;
	padding:0;
	font-family: sans-serif;
}

table {
	line-height: 1.5;
}

.link{
	text-decoration:underline;
}

table th {
	text-align: left;
}

table.beitrag {
	width: 100%;
}

table.beitrag td {
	padding-left: 20px;
}

table.full {
	width: 100%;
}


h1,h2 {
	text-align:center;
}

#header {
	background: #FFFFFF;
	width: 100%;
	height: 5px;
	position: fixed;
	z-index: 20;
	text-align: right;
}

#footer {
	background: #FFFFFF;
	text-align: center;
	font-size: 10px;
	width: 100%;
	height: 15px;
	bottom: 0;
	position: fixed;
	z-index: 100;
	padding-top: 4px;
}

#footer.a, a:visited{
	color: black;
	text-decoration: underline
}

#wrapper {
	background: #FFFFFF;
	width: 97%;
	height: 100%;
	margin: auto;
	position: relative;
	padding: 20px 20px;
	z-index: 12;
}

#logo {
	background: #FFFFFF;
	width: 100%;
	height: 180px;
	position: relative;
	margin: auto;
}

#vereinsname {
	background: #FF0000;
	width: 100%;
	height: 120px;
	position: relative;
	z-index: 1;
	text-align: right;
	text-align: center;
	text-decoration: none;
}

#navigation {
	background: url('../img/naviback2.png') top left repeat-x;
	width: 100%;
	height: 30px;
	position: relative;
	z-index: 1;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

#navigation li {
	float: left;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

#navigation li.first {
	padding-left: 145px;
}

#navigation li.tight {
	padding-right: 10px;
}

#navigation li a, #navigation li a:visited {
	background: url('../img/navibackinv2.png') top left repeat-x;
	border: 1px;
	border-style: solid;
	border-color: black;
	text-decoration: none;
	color: black;
}

#navigation li a:hover {
	background: url('../img/naviback2.png') bottom left repeat-x;
	text-decoration: none;
}

#navigation ul li:hover ul {
	display: block;
}

#navigation ul ul {
	padding-top: 5px;
	padding-left: 0px;
	display: none;
}

#wappen {
	background: white url('../img/wappen.png');
	width: 150px;
	height: 143px;
	top: 15px;
	left: 15px;
	position: absolute;
	z-index: 10;
	border: 3px;
	border-color: red;
	border-style: solid;
}

#content {
	background: #FFFFFF;
	width: 97%;
	position: relative;
	margin: auto;
}

#content li {
	line-height: 1.5;
}

#claim {
	background: #FFF3F3;
	width: 100%;
	height: 40px;
	position: relative;
	margin: auto;
	text-align: center;
	text-align: center;
	text-transform: none;
	font-size: xx-large;
	color: #FF0000;
	border-bottom: 10px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}

#publikation {
	height:120px;
}

#publikation a {
	text-decoration: none;
	color: black;
}

#publikation img {
	margin: 0px 10px 0px 10px;
	float: left; 
	clear: left;
	height: 100px;
	border: 0px;
}

#pub {
	height:50px;
}

#pub a {
	text-decoration: none;
	color: black;
}

#pub img {
	margin: 0px 10px 0px 10px;
	float: left; 
	height: 50px;
	border: 0px;
}

#aktuelles {
	background: #FFF3F3;
	position: relative;
	width: 60%;
	float: left;
	padding-bottom: 20px;
}

#aktuelles a {
	text-decoration: underline;
	color: black;
}

#aktuelles p {
	line-height: 1.5;
	color: black;
	margin-left:20px; 
	margin-right:20px;
	text-align: justify; 
}

#aktuelles p.einzeilig {
	line-height: 1;
	color: black;
	margin-left:20px; 
	margin-right:20px;
	text-align: justify; 
}

#termine {
	background: #FFF3F3;
	position: relative;
	width: 38%;
	float: right;
}

#termine a {
	text-decoration: underline;
	color: black;
}

#facebook {
	text-align: center; 
}

#facebook a{
	text-decoration: none;
	color: #3B5998;
}

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: -150px;
left: 50px;
z-index: 100;
color: #000000;
padding: 2px 10px 2px 10px;
}

#navigationsub li {
	float: left;
	list-style-type: none;
	margin: 5px;
}

#navigationsub a{
	position: relative;
}


