/**************************************/
/* CSS DEFINITIONS FOR ACCESS-MODULE  */
/**************************************/

#access {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#access div.message,
#access div.message_ok,
#access div.message_error,
#access div.profile,
#access div.paging,
#access div.member_list,
#access div.letter_index,
#access div.search,
#access div.functions {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#access div.message_error {
	color: #ff0000;
}

#access div.message_ok {
	color: #029202;
}

#access img.member_gender_female {
	background-color:#f4d7f4;
	padding:2px;
}

#access img.member_gender_male {
	background-color:#a2c0ff;
	padding:2px;
}

#access img.member_gender_undefined {
	background-color:#dddddd;
	padding:2px;
}

#access table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
	cell-spacing: 0px;
}

#access th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#access tr.row2 {
	background-color: #f9f9f9;
}

#access tr.row1 {
	background-color: #FFFFFF;
}

#access td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}

#access p {
    width: 360px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
}

#access p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#access p label.description {
    font-weight: normal;
    float: left;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#access input[type=checkbox], #access input[type=radio]{
    float: left;
	width: 20px;
	text-align:left;
}

#access input[type=text], #access input[type=password]{
    overflow: hidden;
	width: 250px !important;
    width:250px ; /* nur f�r den IE */
}

#access select {
	width: 254px !important;
    width:254px ; /* nur f�r den IE */
}


#access textarea {
    width: 250px !important;
    width:250px ; /* nur f�r den IE */
    height: 150px !important;
}




/*****************************************/
/* CSS DEFINITIONS FOR DIRECTORY-MODULE  */
/*****************************************/

#directory {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#directory div.search,
#directory div.navtree,
#directory div.title,
#directory div.categories,
#directory div.directoryLatest,
#directory div.no_feeds,
#directory div.insert_feeds,
#directory div.message,
#directory div.fields,
#directory div.feed
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
}

#directory div.insert_feeds {
	margin: 15px 0px 0px 0px;
	text-align:center;
	float:left;
}

#directory div.paging {
	margin: 15px 0px 0px 0px;
	float:left;
}

#directory div.feeds_, #directory div.feeds_row1, #directory div.feeds_row2 {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
	border-bottom: 1px dotted #D0D0D0;
}

#directory div.feeds_row1 {
	background-color: #ffffff;
}

#directory div.feeds_row2 {
	background-color: #f9f9f9;
}

#directory div.image {
	float:left;
	height:auto !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#directory div.infos {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:auto !important;
}


#directory div.infos h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#directory div.image img {
	margin: 0px 15px 15px 0px;
}

#directory div.image a img {
	border:2px solid #1679CE;
	margin: 0px 15px 0px 0px;
}

#directory div.image a:hover img {
	border:2px solid #51BBF9;
	margin: 0px 15px 0px 0px;
}

#directory div.fields table, 
#directory div.fields tr,
#directory div.fields th,
#directory div.fields td {
	border:0px;
}



/* FORUM STYLE */

#forum .div_title {
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	background-color: #EDEDED;
	border: 1px solid #7390AF;
}

#forum div .div_board {
	margin: 0px 0px 0px 0px;
}

#forum span.last_edited{
         font-size: 10px;
}

#forum table {
	width: 100%;
	border-right: 1px solid #7390AF;
	border-left: 1px solid #7390AF;
}

#forum .bottomborder{
      border-bottom: 1px solid #7390AF;
}

#forum table tr{
     text-align: left;
}


#forum table th {
	font-weight: bold;
        text-align: left;
	padding: 3px 6px 3px 6px;
	background-color: #F5F5F5;
}

#forum table td {
        text-align: left;
	padding: 3px 6px 3px 6px;
}

#forum table .row_subtitle td {
	font-weight: bold;
	border-bottom: 1px solid #7390AF;
}

#forum .row_1 {
	background-color: #ffffff;
}

#forum .row_2 {
	background-color: #f2f2f2;
}

#forum div.div_board hr{
  height: 1px;
  background-color: #7390AF;
  border: 0px solid #7390AF;
}


#forum .div_board pre.forum_code{
  padding: 3px;
  background-color: #fcfce6;
  border: 1px solid #7390AF;
}

#forum .div_board div.quote{
   padding: 3px;
   background-color: #fcfcff;
   border: 1px solid #7390AF;
}

#forum .div_board div.code{
   padding: 3px;
   background-color: #eeeeee;
   border: 1px solid #7390AF;
   font-family: monospace;
   white-space:pre;
}

#forum .div_board span.quote_from{
   font-weight: normal;
}

#forum .div_board .forum_embedded{
  border: 1px solid #333;
}


/* GALLERY STYLE */ 

#gallery img {
	border:4px solid #EFEFEF;
	margin-bottom:4px;
}
#gallery a:hover img {
	border:4px solid #D0D0D0;
	margin-bottom:4px;
}


/* DOCSYS STYLE */
#docsys {
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}

#docsys td {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

#docsys th {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	font-weight: bold;
	background-color: #EFEFEF;
}


/* MEDIA STYLE */

#media {
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}
#media td {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}
#media th {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	font-weight: bold;
	background-color: #EFEFEF;
}



/* NEWS STYLE */
#news {
	border-top: 0px dotted #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
#news td {

	border-right: 0px solid #D0D0D0;
	border-bottom: 1px dotted #D0D0D0;
}
#news th {
	border-right: 0px solid #D0D0D0;
	border-bottom: 1px dotted #D0D0D0;
	font-weight: bold;
	background-color: #EFEFEF;
}

/* PODCAST STYLE */

#podcast {
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;

}

#podcast td {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

#podcast th {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	font-weight: bold;
	background-color: #EFEFEF;
}


/* SITEMAP STYLE */

.sitemap_level_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
	font-weight: bold;
}

.sitemap_level_2,
.sitemap_level_3,
.sitemap_level_4,
.sitemap_level_5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0D0D0;
	font-weight: normal;
}

#cat
{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-color: #ECECEC;
}


.feed td.title
{
	color: #B8B8B8;
}

table.feed 
{
	horizontal-align: left;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

table.feed th
{
	horizontal-align: left;
	text-align: left;
	background-color: #6686CD;
	text-decoration: none;
	border-bottom: 1px solid #7D9ADA;
	border-right: 1px solid #7D9ADA;
	padding: 2px 2px 2px 2px;
	color: #ffffff;
}


table.feed td
{
	horizontal-align: left;
	background-color: #E6E6E6;
	border-bottom: 0px solid #B5B5B5;
	border-right: 0px solid #B5B5B5;
	padding: 2px 2px 2px 2px;
	marrign: 20px;
}

table.feed td.spacer
{
	background-color: #ffffff;
}

table.feed a
{
	color: #ffffff;
}

table.feed td.footer
{
	horizontal-align: left;
	background-color: #E6E6E6;
	border-bottom: 0px solid #B5B5B5;
	border-right: 0px solid #B5B5B5;
	color: #999999;
	font-style: italic;
}

table.feed td.footer a
{
	color: black;
	font-style: italic;
}

#rss_extern
{
	padding: 0px 20px 10px 20px;
	marrign: 0px 0px 0px 0px;
}


/* CALENDAR STYLE */

.calendar_eventlist
{
	border-collapse: collapse;
	border-bottom: #D0D0D0 1px solid;
	border-top: #D0D0D0 1px solid;
}

.calendar_eventlist td, .calendar_eventlist th {
	border-bottom: #D0D0D0 1px dotted;
	padding: 5px;
      font-size: 11px;
}


/* MEMBERDIR STYLE */

#memberdir tr.memberdir_row1 {
	background-color: #EDEFF3;
}

#memberdir tr.memberdir_row2 {
	background-color: white;
}

#memberdir tr.memberdir_row1 td, tr.memberdir_row2 td {
	/*padding: 10px;*/
}

#memberdir tr.memberdir_row2:hover, #memberdir tr.memberdir_row1:hover {
	background-color: #E6E6E6;
}

#memberdir tr.memberdir_row2 a, tr.memberdir_row1 a {
	display: block;
	color: black;
	padding: 10px;
      font-weight: normal;
}

#memberdir div.directory {
      height: 1em; 
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 5px;
      border: 1px solid #D0D0D0;
      vertical-align: middle;
      margin-top: -1px;
}

#memberdir div.directory:hover {
      background-color: #EDEFF3;
}


/* RESERVATION STYLE */

table.reservation a {
	display: block;
	padding: 0.5em;
	color: #3B6506;
	margin-left: 0px;
}

table.reservation .row_available  {
	background-color: #DBFFAD;
}

table.reservation .row_available:hover {
	background-color: #F3FFE4;
}

table.reservation .row_confirmed {
	background-color: #FF8E5C;
	color: white;
}

table.reservation .row_confirmed td {
	padding: 0.5em;
	color: white;
}

table.reservation .row_occupied td  {
	padding: 0.5em;
}

table.reservation .row_occupied {
	background-color: #E3B96A;
}

/***************************************/
/* CSS DEFINITIONS FOR CONTACT-MODULE  */
/***************************************/

form.contactForm p {
    width: 300px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
}

form.contactForm p label.noCaption {
    float: left;
    width: 150px;
    margin-left: 2px;
    margin-top: 2px;
}

form.contactForm .contactFormGroup {
    float: left;
    margin-top: -15px !important;
}

form.contactForm p input.contactFormClass_checkbox {
    float: left;
}

form.contactForm p input.contactFormClass_checkboxGroup {
    clear: left;
    float: left;
}

form.contactForm p input.contactFormClass_radio {
    clear: left;
    float: left;
}

form.contactForm p label, .contactForm p span {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

form.contactForm input[type="text"], form.contactForm input[type="password"] {
    width: 250px;
}

form.contactForm select {
    width: 254px;
}

form.contactForm input{
    overflow: hidden;
}

form.contactForm img.captcha {
    float: left;
}

form.contactForm .is_required {
    color: red;
}

form.contactForm textarea {
    width: 250px;
    height: 150px;
}

form.contactForm #contactFormCaptcha {
    margin-left: 147px;
}


form.contactForm .contactFormClass_button {
    margin-left: 0px;
	width: 60px;
	cursor: pointer;
	margin: 2px;
}

.contactFormClass_button:hover, .contactFormClass_button:focus  {
	width: 60px;
	cursor: pointer;
	margin: 2px;
}

form.contactForm  #contactFormCaptcha {
    margin-left: 3px !important;
    margin-top: 5px !important;
}


/* GUETBOOK STYLE */
#guestbook {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#guestbook div.entries,
#guestbook div.status,
#guestbook div.paging,
#guestbook div.add_entry,
#guestbook div.error_message,
#guestbook div.information,
#guestbook div.form,
#guestbook div.count_entries
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#guestbook div.entry_row1, #guestbook div.entry_row2 {
	width: 100%;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
	border-bottom: 1px dotted #D0D0D0;
}

#guestbook div.entry_row1 {
	background-color: #ffffff;
}

#guestbook div.entry_row2 {
	background-color: #f9f9f9;
}

#guestbook div.error_message {
	color:#FF0000;
}
#guestbook div.bookoben {
	background-color: #336699;
	height: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 666666;
}



#guestbook div.title {
	float:left;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 78%;
}

#guestbook div.title h3{
	margin: 0px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#guestbook div.date {
	float:right;
	height: 20px;
        color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 20%;
	text-align:right;
}

#guestbook div.message,
#guestbook div.links {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	height:auto !important;
	float:left;
	width:100%;
}

#guestbook p {
	width: 300px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
}

#guestbook p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#guestbook p label.description {
    font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	width: 225px;
}

#guestbook input[type=radio]{
    float: left;
	width: 25px;
	text-align:left;
}

#guestbook input[type=text], #guestbook input[type=password]{
    overflow: hidden;
	width: 250px;
}

#guestbook textarea {
    width: 250px;
    height: 150px;
}

/* Datalist STYLE */
div.datalist_block dl dt {
    margin: 0px;
    padding: 0px 0 0px 0;
    font-weight: bold;
    display: block;
    /*background-color: #f2db80;*/
}

div.datalist_block dl dd {
    margin: 0px;
    padding: 0px 0 6px 0;
border-top: 0px solid #cbb354;
}

div.datalist_block dl dt.cattitle {
    font-weight: bold;
    margin: 0px;
    padding: 0px 2px 0px 2px;
    display: block;
    /*background-color: #cbb354;*/
    border: 0px #bcbcbc solid;
    margin-top: 11px;
}

.bg {background-color: #EFEFEF;}

div.datalist_block dl dd.catcontent {
	padding: 0px;
    border: 0px #bcbcbc solid;
    border-top: none;
	/*background-color: #f2db80;*/
	padding-top:5px;
}

div.datalist_block dl dd.catcontent2{
	/*background-color: #f2db80;*/
}

div.datalist_block dl dd.catcontent2 p{
    padding: 0px;
}

div#data dl dt {
    /*background-color: #cbb354;*/
    border-bottom: 1px grey solid;
    font-weight: bold;
}

div#data dd {
    margin-bottom: 2em;
}

dl.data_module dt {
    font-weight: bold;
    font-size: 100%;
}

dl.data_module {
    padding: 5px;
    background-color: white;
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
}

dl.data_module dd {
    margin: 1.5em 0 0 0;
}

