/*******************************/
/*** Generelle Einstellungen ***/
/*******************************/

body {
	background-color: rgb(195,198,198);
	color: black;
	font-family: Helvetica,Arial,sans-serif;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

p { 
	margin-top: 0px; 
	margin-bottom: 5px; 
	font-family: Helvetica,Arial,sans-serif;
}

img { 
	border: 0 none; 
}

a:link, a:visited {
	text-decoration: none;
	color: rgb(0,21,255);
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: rgb(255,26,0);
}

.button {
	color: black;
}

.inputbox {
	color: black;
	margin-right: 5px;
}

/*******************************/
/*** Seitenbereich            ***/
/*******************************/

#d_register {
	left: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size:0.9em;
}

#d_main {
	position: relative;
	margin-top: 30px;	
	margin-bottom: 30px;
	width: 1000px; 
	margin-left: 0px;;
	margin-right: 0px;
	background-color: white;
	border: rgb(0,21,255) solid 2px;
}

/*******************************/
/*** Kopfbereich             ***/
/*******************************/

#d_header {
	left: 0;
	top: 0;
	margin-left: 0px;
	margin-top: 0px;	
	width: 1000px; 
	height: 150px; 
	background-color: rgb(0,21,255); 
	border-bottom: solid rgb(0,21,255) 1px;
	font-family: Helvetica,Arial,sans-serif;
}

#d_titel_d, 
#d_titel_f {
	margin-left: 170px;
	font-size: 2em;
	font-weight: bold;
	color: rgb(195,198,198);
	text-align: center;
	padding-top: 10px;
}

#d_datum {
	margin-left: 170px;
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(255, 26, 0);
	text-align: center;
	padding-top: 10px;
}

#d_logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 170px; 
	height: 150px;
	background: url(../images/logo.png) 0 0 no-repeat;
}

#d_sprache {
	position: absolute;
	left: 0;
	top: 100px;
	padding-right: 10px;
}

.jflanguageselection a:link, 
.jflanguageselection a:visited {
	text-decoration: underline;
	color: rgb(195,198,198);
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
}

.jflanguageselection a:hover {
	text-decoration: none;
	color: rgb(255,26,0);
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
}


/***************************************/
/*** Haupt - Navigationsbereich      ***/
/***************************************/

#d_topmenu {
	position: relative;
	margin-left: 0;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	background-color: rgb(195,198,198);
	border-top: solid white 1px;
	border-bottom: solid rgb(0,21,255) 1px;
	font-size: 0.9em;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	margin-left: 0;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: black;
	background-color: rgb(195,198,198);
	border-left: solid white 1px;
	border-right: solid rgb(0,21,255) 1px;
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
}

a.mainlevel-nav:hover {
	margin-left: 0;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: solid white 1px;
	border-right: solid rgb(0,21,255) 1px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(255,26,0);
}

a#active_menu-nav.mainlevel-nav {
	margin-left: 0;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgb(0,21,255);
	border-left: solid white 1px;
	border-right: solid rgb(0,21,255) 1px;
	text-decoration: none;
	font-weight: bold;
} 

/************************************/
/*** Navigationsbereich links     ***/
/************************************/

#d_left {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 180px;
}

table.moduletable_menu {
	margin-bottom: 20px;
	background-color: white;
}

table.moduletable_menu th {
	text-align: left;
	font-weight: bold;
	color: rgb(195,198,198);
	border: solid rgb(0,21,255) 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(0,21,255); 
}

table.moduletable_menu tbody tr td {
	width: 180px;
}

#d_left ul {
	list-style: none;
}

ul.menu {
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left: solid rgb(0,21,255) 1px;
	border-right: solid rgb(0,21,255) 1px;
}

ul.menu a:link, ul.menu a:visited {
	margin-left: -5px;
	display: block;
	text-decoration: none;
	border-top: solid white 1px;
	border-bottom: solid rgb(0,21,255) 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: rgb(195,198,198); 
	color: black;
}

ul.menu a:hover {
	display: block;
	background-color: rgb(195,198,198); 
	color: rgb(255,26,0);
}
/************************************/
/*** Login (links)                ***/
/************************************/

table.moduletable_login {
	margin-bottom: 20px;
	width: 180px;
}

table.moduletable_login th {
	text-align: left;
	font-weight: bold;
	color: rgb(195,198,198);
	border: solid rgb(0,21,255) 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(0,21,255);
}

fieldset.input {
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	background-color: white;
	border-top: solid rgb(0,21,255) 1px;
	border-bottom: none;
	border-left: solid rgb(0,21,255) 1px;
	border-right: solid rgb(0,21,255) 1px;

}

table.moduletable_login ul {
	border: solid rgb(0,21,255) 1px; 
	margin-top: 0px;
	padding-top: 0px;
}

table.moduletable_login ul li a:link, table.moduletable_login ul li a:visited {
	display: block;
	text-decoration: none;
	border-top: solid white 1px;
	border-bottom: solid rgb(0,21,255) 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px; 
	background-color: rgb(195,198,198); 
	color: black;
}

table.moduletable_login ul li a:hover {
	display: block;
	color: rgb(255,26,0);
	background-color: rgb(195,198,198); 
}

form#form-login div {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: white;
	border: solid rgb(0,21,255) 1px;
}

form#form-login ul {
	background-color: white;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: none;
}

/************************************/
/*** Wer ist online (links)       ***/
/************************************/

table.moduletable_who {
	margin-bottom: 20px;
	border: solid rgb(0,21,255) 1px;
	background-color: white; 
	width: 180px;
}

table.moduletable_who th {
	text-align: left;
	font-weight: bold;
	color: rgb(195,198,198);
	border: solid rgb(0,21,255) 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(0,21,255);
}

table.moduletable_who tbody tr td {
	padding-top: 3px;
	padding-left: 5px;
}

table.moduletable_who ul {
	padding-left: 0px;
	margin-left: 0px;
}

/*******************************/
/*** Banner                  ***/
/*******************************/

#d_banner {
	border: solid rgb(0,21,255) 1px;
	min-height: 120px; 
	width: 600px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div.moduletable_banner h3 {
	font-size: 0.6em;
	color: rgb(0,21,255);
	font-weight: bold;
	margin: 0;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-bottom: solid rgb(0,21,255) 1px;
}

div.banneritem_banner {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*******************************/
/*** Content-Bereich         ***/
/*******************************/

#d_contframe {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
/*	border: solid rgb(0,21,255) 1px; */
	text-align: left;
	width: 600px;
}

#d_content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	overflow: visible;
	width: 580px;
}

table.blog {
	width: 100%
}

.componentheading,
.componentheading_member {
	font-size: 1.5em;
	width: 100%;
	font-weight: bold;
	color: rgb(0,21,255);
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: dotted rgb(0,21,255) 1px;
	margin-bottom: 10px;
}

.contentheading,
.contentheading_member {
	font-size: 1.5em;
	width: 100%;
	font-weight: bold;
	color: rgb(0,21,255);
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: dotted rgb(0,21,255) 1px;
}

.createdate {
	font-size: 0.8em;
	color: rgb(195,198,198);
	padding-top: 5px;
	padding-bottom: 10px;
}

div.blog_more_member div strong {
	visibility: hidden;
}

div.blog_more_member ul li {
	padding-bottom: 2px;
}

div.blog_more_member a:link, div.blog_more_member a:visited{
	color: rgb(0,21,255);
	text-decoration: none;
}

div.blog_more_member a:hover {
	color: rgb(255,26,0);
	text-decoration: none;
}

.contentpaneopen {
	margin-top: 10px;
	width: 100%;
}

.contentdescription {
	margin-top: 10px;
	width: 100%;
	padding-bottom: 10px;
}
/*******************************/
/*** EVENTLIST               ***/
/*******************************/

#eventlist table.eventtable th {
	background-color: #197FFF;
	color: white;
	font-weight: bold;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	text-align: left;
	border-top: solid #197FFF 1px;
	border-bottom: solid #197FFF 1px;
	border-right: solid #197FFF 1px;
	border-left: solid #197FFF 1px;
}

div#eventlist h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #197FFF;
	padding-left: 0px;
	padding-top: 5px;
	border-bottom: solid #197FFF 1px;
}

div#eventlist th a:link, div#eventlist th a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div#eventlist table.eventtable td {
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	border-top: solid #197FFF 1px;
	border-bottom: solid #197FFF 1px;
	border-right: solid #197FFF 1px;
	border-left: solid #197FFF 1px;
	vertical-align: top;
}

div#eventlist table.eventtable tr.sectiontableentry2 td {
	background-color: #D9EAFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

div#eventlist table.eventtable tr:hover td {
	background-color: #ADD2FF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%; 
}

div#eventlist a:link, div#eventlist a:visited {
	color: black;
	text-decoration: none;
}

div#eventlist .copyright {
	display: none;
}

div#eventlist dt {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0.3em;
	padding-right: 0pt;
	padding-bottom: 0.3em;
	padding-left: 0pt;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	width: 11em;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	border: none;
}

div#eventlist dd {
	display: block;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 12em;
	padding-top: 0.3em;
	padding-right: 0pt;
	padding-bottom: 0.3em;
	padding-left: 0pt;
	font-size: 0.9em;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

div#eventlist .catimg img {
	border: 0;
	padding: 0;
	display: none;
}
/*******************************/
/*** EasyBook                ***/
/*******************************/

.easy_frame {
	border: solid #197FFF 1px;
	margin-bottom: 25px;
}

.easy_top {
	background-color: #D9EAFF;
}

.easy_content, 
.easy_contact {
	margin-left: 10px;
	text-align: left;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	background: 0;
	border: 0;
}

.easy_pagination {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}


/*******************************/
/*** Formular                ***/
/*******************************/

.fabrikForm h1 {
	font-size: 1.5em;
	width: 100%;
	font-weight: bold;
	color: rgb(0,21,255);
	padding-top: 20px;
	border-bottom: dotted rgb(0,21,255) 1px;
}

.fabrikForm li {
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0pt;
	margin-top: 0px;
}

.fabrikGroup {
	margin-top: 10px;
}

.fabrikGroup legend {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.fabrikLabel {
	width: 180px;
	clear: left;
	float: left;
	padding-left: 10px;
}

.fabrikLabel label {
	padding-right: 5px;
}

.fabrikElement {
	margin-left: 200px;
}

/*******************************/
/*** Rechter Bereich         ***/
/*******************************/

#d_right {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 180px;;
}

/*******************************/
/*** Suche (Rechter Bereich) ***/
/*******************************/

div.search {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*********************************/
/*** Aktuell (Rechter Bereich) ***/
/*********************************/

table.moduletable_latest {
	margin-bottom: 20px;
	margin-left: 0;
}

table.moduletable_latest th {
	text-align: left;
	font-weight: bold;
	color: rgb(195,198,198);
	border: solid rgb(0,21,255) 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(0,21,255); 
}

table.moduletable_latest tbody tr td {
	width: 180px;
}

ul.latestnews_latest {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	list-style: none;
	border-left: solid rgb(0,21,255) 1px;
	border-right: solid rgb(0,21,255) 1px;
}

ul.latestnews_latest a:link, ul.latestnews_latest a:visited {
	margin-left: -5px;
	display: block;
	text-decoration: none;
	border-top: solid white 1px;
	border-bottom: solid rgb(0,21,255) 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: rgb(195,198,198); 
	color: black;
}

ul.latestnews_latest a:hover {
	display: block;
	background-color: rgb(195,198,198); 
	color: rgb(255,26,0);
}

/*********************************/
/*** Termine (Rechter Bereich) ***/
/*********************************/

table.moduletable_nextevent {
	margin-bottom: 20px;
	margin-left: 0;
}

table.moduletable_nextevent th {
	text-align: left;
	font-weight: bold;
	color: rgb(195,198,198);
	border: solid rgb(0,21,255) 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(0,21,255); 
}

table.moduletable_nextevent tbody tr td {
	width: 180px;
}

ul.eventlistmod_nextevent {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	list-style: none;
	border-left: solid rgb(0,21,255) 1px;
	border-right: solid rgb(0,21,255) 1px;
}

li.eventlistmod_nextevent {
	margin-top: 0px;
	margin-left: -5px;
	padding-left: 5px;
	padding-bottom: 3px;
	list-style: none;
	border-top: solid white 1px;
	border-bottom: solid rgb(0,21,255) 1px;
}

a.eventlistmod_nextevent:link, a.eventlistmod_nextevent:visited  {
	display: block;
	text-decoration: none;
	color: black;
	background-color: rgb(195,198,198); 
	margin-left: -5px;
	padding-left: 5px;
	padding-bottom: 0px;
}

a.eventlistmod_nextevent:hover {
	display: block;
	background-color: rgb(195,198,198); 
	color: rgb(255,26,0);
}

/*******************************/
/*** Fuss-Bereich            ***/
/*******************************/

div#d_fuss {
	background-color: rgb(0,21,255);
	padding-top: 10px;
	color: rgb(195,198,198);
	font-weight: bold;
	text-align: center;
	font-size:small;
	width: 1000px;
	height: 25px;
	font-family: Helvetica,Arial,sans-serif;
}

div#d_fuss a:link, div#d_fuss a:visited  {
	color: rgb(195,198,198);
	font-weight: bold;
}

div#d_fuss a:hover {
	color: rgb(255,26,0);
	font-weight: bold;
}