@CHARSET "ISO-8859-1"

* {
	margin: 0;
	padding: 0;
}

html { overflow-y: scroll; }

p {
	line-height: 150%;
	margin: 14px 0;
}

div.event p {
	margin: 8px 0;
}

ul, ol {
	margin-left: 24px;
}

li {
	line-height: 160%;
}

h1 {
	font-size: 180%;
	font-weight:normal;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #990000;
	margin: 10px 0 18px 0;
}

h2 {
	font-size: 140%;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	margin: 10px 0 10px 0;
}


h3 {
	font-size: 130%;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #990000;
	margin: 10px 0 10px 0;
}

h4 {
	font-size: 110%;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #990000;
	margin: 10px 0 10px 0;
}


body {
	background: #bda7a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}

a {
	color: #990000;
}

#header {
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
}

#header .mod_customnav {
	position:relative;
	top: 159px;
	background: #fbefdf;
	height: 26px;
	
}
#header .mod_customnav ul {
	margin-left: 320px;
	width: 540px;
	padding-top: 0px;
}
* html #header .mod_customnav ul, *+html #header .mod_customnav ul {
	margin-left: 410px;
}

#header .mod_customnav ul li {
	display:inline;
	float: left;
	line-height: 100%;
	margin-top: -11px;
}
* html #header .mod_customnav ul li, *+html #header .mod_customnav ul li {
	margin-top: 2px;
}

#header .mod_customnav ul li a:link, #header .mod_customnav ul li a:visited  {
	display:block;

	padding: 3px 9px;
	text-decoration:none;
	color: #333;
	margin-right: 2px;
}

#header .mod_customnav ul li a:hover, #header .mod_customnav ul li a:active, #header .mod_customnav ul li span  {
	display:block;
	padding: 3px 9px;
	text-decoration:none;
	color: #990000;
}
	
#wrapper {
	
	margin-top: 10px;
}


#left {
	padding-top: 46px;
	padding-left: 20px;
}

#left .mod_navigation ul.level_1 {

}
#left .mod_navigation ul.level_1 li {
	list-style: none;
}

#left .mod_navigation li a:link, #left .mod_navigation li a:visited {
	display:block;
	padding: 4px 0;
	height: 18px;
	width: 160px;
	color: #333;
	text-decoration:none;
	font-size: 14px;
}

#left .mod_navigation li a:hover, #left .mod_navigation li a:active, #left .mod_navigation li span {
	display:block;
	padding: 4px 0;
	height: 18px;
	width: 160px;
	color: #990000;
	font-weight: bold;
	text-decoration:none;
	font-size:14px;
}

#left .mod_navigation ul.level_1 li a, #left .mod_navigation ul.level_1 li span  {
	
}


#left .mod_navigation ul.level_2 li a, #left .mod_navigation ul.level_2 li span  {
	padding-left: 0px;
}



#container {
	background-image: url(../images/main2.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#main {
	padding-top:40px;
	padding-left: 0px;
	padding-bottom: 100px;
}

#main .inside {
	min-height: 260px;
	padding-right: 100px;
}

/* Kontaktformular */
.ce_form td {
	padding: 3px 0;
}

.ce_form td.col_0 {
	padding-right: 8px;
}

.ce_form textarea {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}

.ce_form td input.captcha {
	width: 30px
}

#right {
	margin-top: -50px;
	color: #ffefcd; 
}

#right .inside {
	width: 170px;
	float: right;
	font-size: 0.7em;
	padding-top: 12px;
}

#right .inside a {
	color: #ffefcd; 
}

/* Logout-Link */
.mod_linklogout {
	margin-top: 20px;
}
 
.mod_linklogout p a:link, .mod_linklogout p a:visited {
	font-size: 12px;
	color: #333;
	text-decoration:none;
	font-weight:bold;
	padding: 4px 16px 5px 16px;
	background: #F7BD83;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-left: 24px;
}

.mod_linklogout p a:hover, .mod_linklogout p a:active {
	font-size: 12px;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	padding: 4px 16px 5px 16px;
	background: #660000;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.error {
	font-style: italic;
	color: #900;
}
#footer {

}
/* Newsletter */

.mod_subscribe_extended .formbody label, .mod_subscribe_extended .formbody input {
	margin: 3px 0;
}

.mod_subscribe_extended .formbody label {
	display: inline-block;
	width: 130px;
}

.mod_subscribe_extended .formbody input.submit {
	padding: 2px 8px;
	margin-top: 10px;
	margin-left: 134px;
}

.mod_subscribe_extended .confirm, .mod_unsubscribe_extended .confirm {

	color: #900;
}

/* Lightbox */
#mbTitle {
	display:none;
}
