html, body {
	background-color: #e5e5e5;
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-size: 9pt;
	font-family: Arial, sans-serif;
}

body {
	border-top: 8px solid #1b4093;
}

a img {
	border: 0;
}

.top {
	width: 867px;
	height: 97px;
}

.top img {
	float: left;
}

.links{
	float: right;
	margin-top: 40px;
	font-size: 0.8em;
}

.links a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:hover {
	text-decoration: underline;
}

.teaser {
	background-color: white;
	width: 100%;
	height: 223px;
}

.menu {
	width: 100%;
	background-image: url(images/menu.gif);
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 4px solid #1c4094;
	border-bottom: 1px solid white;
	margin-bottom: 30px;
}

.menu li {
	display: inline;
}

.menu li a {
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	height: 28px;
	padding-top: 12px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	background-image: url(images/trenner.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.menu li a:hover {
	text-decoration: underline;
}

.menu li .active {
	background-image: url(images/menu_active.gif);
	background-repeat: repeat;
}
.menu li .active:hover {
	text-decoration: none;
}

.submenu {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	background-image: url(images/submenu_trenner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.submenu li {
	padding: 0;
	margin: 0;
}

.submenu li a {
	display: block;
	padding: 0;
	margin: 0;
	background-image: url(images/submenu_trenner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	width: 177px;
	color: #1b4093;
	text-transform: uppercase;
	text-decoration: none;
}

.submenu li a:hover {
	text-decoration: underline;
}

.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu li ul li a {
	padding-left: 40px;
	margin-right: -40px;
}

.cols {
	width: 650px;
	padding: 10px;
	padding-top: 0px;
	background-color: white;
	float: left;
}

.nomenu {
	margin-left: 30px;
	width: 817px;
}

.nomenu .left {
	width: 600px;
}

.cols a {
	color: #1b4093;
	text-decoration: none; 
}
.cols a:hover {
	text-decoration: underline;
}

.twocols {
	background-image: url(images/2cols.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.left {
	float: left;
	width: 480px;
}

.right {
	float: right;
	margin-left: 40px;
	width: 130px;
}

.right h1 {
	margin: 0;
	padding: 0;
	background-color: #2a334d;
	color: white;
	font-weight: normal;
	font-size: 1em;
	width: 135px;
	padding: 3px;
	padding-left: 8px;
	display: block;
	text-transform: uppercase;
	margin-left: -8px;
	margin-top: 2px;
	margin-bottom: 10px;
}

h1 {
	font-weight: normal;
	color: #1b4093;
}

h2 {
	font-weight: normal;
	color: #1b4093;
	padding-bottom: 0;
	margin-bottom: 0;
}

h3 {
	font-weight: normal;
	color: #555;
	font-size: 1.1em;
	margin-top: 0;
	padding-top: 0;
}


.lightbox img {
	padding: 2px;
	border: 1px solid #cbcbcb;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

th {
	background-color: #2a334d;
	color: white;
	text-align: left;
}

td a {
	font-weight: bold;
}

th, td {
	padding: 5px;
}

.zebra {
	background-color: #e5e5e5;
}

.eventdesc {
	padding-bottom: 15px;
	display: block;
}

.eventdesc img {
	padding-right: 10px;
}

.clear {
	float: none;
	clear: both;
}

.over {
	background-color: #c5c5c5;
}

.mitglied img {
	margin: 10px;
}

.blue {
	color: #1b4093;
}

.preis img {
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	width: 100px;
}

.preis ul {
	list-style-position: inside;
}

.lineheight li {
	margin-bottom: 8px;
}

#accordion h2 {
	background-color: #2a334d;
	font-size: 1.2em;
	color: white;
	padding: 2px;
	padding-left: 4px;
	margin: 0;
	margin-top: 1px;
	cursor: pointer;
}

#accordion div {
	border: 1px solid #2a334d;
	padding: 2px;
}