@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.70em;
	color:#000;
	line-height:1.4em;
	margin:0px 0;
	padding:0;
	background:#EFEFEF;
}

h1, h2, h3, h4 {
	color:#B60718;
	padding:5px 0;
}

h1 {
	font-size:160%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:103%;
}

p {
	text-align:left;
	padding-bottom:5px;
}

/* LINKS GLOBAL */

a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:none;
	cursor:pointer;
}
a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover, a:active {
	color:#000;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a img {
	border:none;
}

img {
	border:none;
}
img.left {
	float: left;
	margin-right: 5px;
}
img.center {
	text-align:center;
	margin: 5px;
}
img.right {
	float: right;
	margin-left: 15px;
}


#wrap {
	width:800px;
	height:600px;
	background:#FFF;
	padding:0;
	margin:10px auto;
}

#contentwrap {
	width:700px;
	background:#fff url(../site/images/content.jpg) left bottom no-repeat;
	float:left;
}

#header {
	height:134px;
	background:#97001F url(../site/images/header.jpg) left top no-repeat;
	border-bottom:#CCC 1px solid;
}

#menu {
	font-size:100%;
	width:700px;
	height:30px;
	padding:5px 0 0 20px;
}
#menu ul {
	list-style:none;
}
#menu li {
	float:left;
	padding: 0px 0px;
}
#menu a {
	text-align:center;
	letter-spacing:0.0em;
	width:110px;
	display:block;
}

/* content */

#content {
	width:485px;
	height:420px;
	margin-left:120px;
	float:left;
	overflow:auto;
}
#content img {
/*	cursor:default; */
}
#content table {
	width:96%;
	cursor:default;
}
#content tr {
}
#content th {
	text-align:left;
	color:#B60718;
}
#content td {
	text-align:left;
	vertical-align:top;
	padding:5px 0;
}
#content td.zellelinks {
	width:220px;
}
#content td.zellerechts {
}
#content td.zelleabstandvert {
	height:5px;
}
#content td.zelleabstandhori {
	width:5px;
}
#content td.zellegrau {
	width:220px;
	background:#CCC;
	padding:5px;
}
#content p {
}
#content p.spacer {
	padding-bottom:10px;
	border-bottom:#EBEBEB 1px solid;
	margin-bottom:10px;
}
#content ul {
	list-style-position:outside;
	padding-left:20px;
}
#content li {
	padding-bottom:5px;
}

#content li.ul {
	padding-left:10px;
}
#content li.li {
	list-style-position:inside;
}
.header {
	font-size:120%;
}
.footer {
	font-style:italic;
}
.preis {
	font-size:105%;
	font-weight:bold;
	font-style:italic;
}

#contentmenu {
	width:200px;
	font-size:80%;
	float:right;
}
#contentmenu ul {
	list-style:none;
}
#contentmenu li {
	font-weight:bold;
	padding-bottom:10px;
}
#contentmenu a {
	font-weight:normal;
	color:#999;
	display:block;
}
#contentmenu a:hover {
	color:#333;
}

#rightbar {
	width:100px;
	height:600px;
	background:url(../site/images/rightbar__.png) center center no-repeat;
	margin-right:0px;
	float:right;
}

.ehrenmitglied {
	font-style: italic;
	font-weight: bold;
	color:#333;
}
.vorstand {
	font-style: italic;
	color:#333;
}

.cleaner {
	clear:both;
}
