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

/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right DIV.csc-textpic-imagewrap */
	DIV.csc-textpic-left .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap  .csc-textpic-image,
	DIV.csc-textpic-intext-left .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 0px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; margin-left: auto; margin-right: auto;}
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0; margin-left: auto; margin-right: auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: center; margin-left: auto; margin-right: auto; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: center;margin-left: auto; margin-right: auto; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left;padding-left: 10px; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */


	DIV.csc-frame-rulerAfter { CLEAR: both;	PADDING-BOTTOM: 10px;	MARGIN: 0;margin-bottom: 10px;	BORDER-BOTTOM: #bbbbbb 1px dotted}
	DIV.csc-frame-rulerAfter_counter { CLEAR: both;	PADDING-BOTTOM: 3px;	MARGIN: 0;margin-bottom: 3px;	BORDER-BOTTOM: #bbbbbb 1px dotted}
	p { padding: 0px; margin: 0px;}


body { margin: 0px; background-color: #141414;}

.align_top { PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 0px;	PADDING-TOP: 0px;	TEXT-ALIGN: center; background-color: #000000; height: 28px; background-image:url(../Bilder/repeater_top.gif); background-repeat: repeat-x;}

.align { PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 0px;	PADDING-TOP: 0px;	TEXT-ALIGN: center; background-image:url(../Bilder/repeater_bg.gif); background-repeat: repeat-x;}

.valign { MARGIN-LEFT: auto;	WIDTH: 870px;	MARGIN-RIGHT: auto;	POSITION: relative;	TEXT-ALIGN: left}

.align_footer {	PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 0px;	PADDING-TOP: 0px;	TEXT-ALIGN: center; background-color: #141414; height: 211px;}

.topbar { CLEAR: both;	WIDTH: 870px;	HEIGHT: 26px; padding-top: 2px;}

.mp3player { float: left;	WIDTH: 600px;	HEIGHT: 28px;}

.banner { CLEAR: both;	WIDTH: 870px; height: 184px; margin: 0px; padding: 0px;}

.menue { CLEAR: both;	WIDTH: 860px; height: 32px; background-image: url(../Bilder/labougie_menue.gif); background-repeat: no-repeat; padding-top: 15px; padding-left: 10px;}

.content_box { CLEAR: both;	WIDTH: 868px; background-color: #fff; min-height: 200px; border-left: 1px solid #d2d2d2;  border-right: 1px solid #d2d2d2; overflow: hidden; }

.content_left { float: left; WIDTH: 580px; padding-left: 20px; padding-right: 20px; padding-top: 15px; padding-bottom: 10px; }

.content_right { float: left; WIDTH: 233px; padding-left: 15px; padding-top: 10px; padding-bottom: 10px; }

.content_center { float: left; WIDTH: 828px; padding-left: 20px; padding-right: 20px; padding-top: 15px; padding-bottom: 10px; }

.footer { CLEAR: both;	WIDTH: 870px; height: 201px; background-image:url(../Bilder/labougie_footer.gif); background-repeat: no-repeat; padding-top: 10px;}

/* PAGE LAYOUT */

.text_topbar {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	text-decoration: none;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	}
	
.bodytext {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #717171;
	}	
	
a { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; text-decoration: underline; color: #367cbb;}	
a:hover { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; text-decoration: underline; color: #429beb;}	
img { border: 0px;}
	
.hmenue { float: left; padding-left: 7px; padding-right: 0px; }
.hmenue_act { float: left; padding-left: 7px; padding-right: 0px; padding-top: 2px; *padding-top: 3px;  }
.hmenue_end { float: left; padding-left: 7px; padding-right: 0px; padding-top: 0px; *padding-top: 3px;}

.hmenue a { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 13px; font-weight: bold; color: #aaaaaa; text-transform: uppercase; text-decoration: none;}
.hmenue_end a { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 13px; font-weight: bold; color: #aaaaaa; text-transform: uppercase; text-decoration: none;}

.hmenue a:hover { color: #db6e0b;}
.hmenue_end a:hover { color: #db6e0b;}

.hmenue_act a { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 13px; font-weight: bold; color: #db6e0b; text-transform: uppercase; text-decoration: none; float: left;}

.h4_special { position: relative; height: 35px; background-image: url(../Bilder/h4_bg_v2.gif); background-repeat: repeat-x; float: left; min-width: 175px; font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 20px; font-weight: bold; color: #ffffff; text-align: center; padding-top: 5px;}

h1 { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 20px; font-weight: bold; color: #db6e0b; padding: 0px; margin: 0px; text-decoration:none; margin-bottom: 10px;}

h3 { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #ffffff; padding: 0px; margin: 0px; text-decoration:none; margin-bottom: 10px;}

.intranet_menu { margin-bottom: 10px; }

UL { PADDING-LEFT: 0px;	FONT-SIZE: 11px;	BACKGROUND: none transparent scroll repeat 0% 0%;	MARGIN: 0px 0px 0px 15px;	COLOR: #666;	FONT-FAMILY: Arial, Helvetica, sans-serif;	TEXT-DECORATION: none}

LI { BACKGROUND-POSITION: 0px 5px;	PADDING-LEFT: 20px;	FONT-SIZE: 11px;	BACKGROUND-IMAGE: url(../Bilder/pfeil.gif);	LIST-STYLE-IMAGE: none;	MARGIN: 0px;	LINE-HEIGHT: 24px;	BACKGROUND-REPEAT: no-repeat;	FONT-FAMILY: Arial, Helvetica, sans-serif;	LIST-STYLE-TYPE: none;	TEXT-DECORATION: none}

/* NEWS TEMPLATE */

.news-list-item img { float: left; padding-right: 10px;}
.news-single-item img { float: left; padding-right: 10px;}
.news-list-date { margin-bottom: 10px;}

.news-single-category { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #000000;}
.news-list-category { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #000000;}

.content-right {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;	}
.news-single-item UL { margin-left: 10px; padding-left: 20px;}
.news-single-item LI { padding-left: 20px;}	

/* EVENTS TEMPLATE */

.events-list-item { float: left; width: 270px; padding-right: 20px; }

.events-list-item img { float: left; padding-right: 10px;}
.events-single-item img { float: left; padding-right: 10px;}
.events-list-date { margin-bottom: 10px;}

.events-single-category { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #aaaaaa;}
.events-list-category { font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #aaaaaa;}

.events-list-morelink { text-align: right;}

.tx-ttnews-browsebox {font-family: "Lucida Grande", Arial, Verdana, sans-serif;font-size: 12px;color: #717171;}	

/************* GÄSTEBUCH ******************************/
.tx-veguestbook-pi1 { margin-top: 10px; clear: both;}

.tx-veguestbook-pi1 h2.tx-guestbook-header  { width: 600px; font-family: "Lucida Grande", Arial, Verdana, sans-serif;  font-size: 12px;font-weight: bold; color: #474b4e; padding: 0px; border-bottom: #BBBBBB 1px dotted; background-color: #fff; }


.tx-veguestbook-pi1 .tx-guestbook-left {
background:#fff none repeat scroll 0%;
float:left;
min-height:4em;
padding:0;
padding-top: 2px;
margin-right: 2px;
width:200px;
}

.tx-veguestbook-pi1 .tx-guestbook-right {
background:#FFFFFF none repeat scroll 0%;
font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
font-size: 12px;
color: #717171;
float:left;
padding:0;
padding-left: 5px;
padding-top: 2px;
width:370px;
border-left:  #BBBBBB 1px dotted;
min-height: 50px;
}

.tx-guestbook-date {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	}
	
.tx-guestbook-result	{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-size: 12px;
	color: #616161;
	}
	
.tx-veguestbook-pi1 .tx-guestbook-pagination {
font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
float:right;
font-size: 12px;
}
	
.gb_label { width: 130px; float: left; font-family: "Lucida Grande", Arial, Verdana, sans-serif;  font-size: 11px; color: #616161; font-weight: bold; padding-left: 0px;}

.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
display:block;
float:left;
width:290px;
}

.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
display:block;
float:left;
width:200px;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
float:left;
width: 200px;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
float:left;
width: 200px;
}

.tx-veguestbook-pi1 .tx-guestbook-field {
clear:both;
display:block;
padding:10px;
padding-left: 0px;
width:100%;
}

.tx-veguestbook-pi1 {font-size:70%;}

.tx-veguestbook-pi1 input.tx-guestbook-submit  { margin-left: 118px;}

.tx-veguestbook-pi1 P.tx-guestbook-form-error {	font-family: "Lucida Grande", Arial, Verdana, sans-serif;  font-size: 11px; FONT-WEIGHT: bold;	COLOR: #990000}

.tx-srfreecap-pi2-image {	MARGIN-LEFT: 0px}

/* KONTAKFORMULAR */

.csc-mailform {	BORDER-TOP-WIDTH: 0px;	PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	BORDER-LEFT-WIDTH: 0px;	BORDER-BOTTOM-WIDTH: 0px;	PADDING-BOTTOM: 0px;	MARGIN: 15px 0px 0px;	PADDING-TOP: 0px;	BORDER-RIGHT-WIDTH: 0px}

.csc-mailform-field {	PADDING-BOTTOM: 2px;	PADDING-TOP: 2px}
.csc-mailform-label {	FONT-SIZE: 12px;	PADDING-BOTTOM: 15px;	FONT-FAMILY: Arial, Helvetica, sans-serif}
#mailformBitte_senden_Sie_mir_weitere_I {	MARGIN-TOP: 5px;	MARGIN-BOTTOM: 5px}
#mailformPlease_send_further_information_about {	MARGIN-TOP: 5px;	MARGIN-BOTTOM: 5px}
.kontakt_label {	FONT-SIZE: 12px;	FONT-FAMILY: Arial, Helvetica, sans-serif}
.mailformIhre_Nachricht {	cols: 30}
LABEL {	FLOAT: left;	WIDTH: 100px}
#mailform {	MARGIN-TOP: 5px;	FLOAT: left}
#mailform-field {	PADDING-BOTTOM: 10px}
.csc-mailform-submit {	MARGIN-LEFT: 100px}

/* DREISPALTEN TEMPLATE */

#dreispalten_box .bodytext { color: #909090;}
#dreispalten_box a { color: #909090;}
#dreispalten_box a:hover { color: #c4c4c4;}

#dreispalten_box UL { PADDING-LEFT: 0px;	FONT-SIZE: 11px;	BACKGROUND: none transparent scroll repeat 0% 0%;	MARGIN: 0px 0px 0px 15px;	COLOR: #666;	FONT-FAMILY: Arial, Helvetica, sans-serif;	TEXT-DECORATION: none}

#dreispalten_box LI { BACKGROUND-POSITION: 0px 8px;	PADDING-LEFT: 20px;	FONT-SIZE: 11px;	BACKGROUND-IMAGE: url(../Bilder/pfeil.png);	LIST-STYLE-IMAGE: none;	MARGIN: 0px;	LINE-HEIGHT: 24px;	BACKGROUND-REPEAT: no-repeat;	FONT-FAMILY: Arial, Helvetica, sans-serif;	LIST-STYLE-TYPE: none;	TEXT-DECORATION: none}

#dreispalten_eins {	PADDING-RIGHT: 10px;	FLOAT: left;	MARGIN-BOTTOM: 10px; }
#dreispalten_zwei {	PADDING-LEFT: 10px;	FLOAT: left;	MARGIN-BOTTOM: 10px;  }
#dreispalten_drei {	PADDING-LEFT: 10px;	FLOAT: left;	MARGIN-BOTTOM: 10px; }

/* ZWEISPALTEN TEMPLATE */

#zweispalten_eins {	PADDING-RIGHT: 10px;	FLOAT: left;	MARGIN-BOTTOM: 10px}
#zweispalten_zwei {	PADDING-LEFT: 10px;	FLOAT: left;	MARGIN-BOTTOM: 10px; }

/* SMOOTHGALERY */

.tx-rgsmoothgallery-pi1 {
  float:left;
}
 
#externalthumbs {
  float:left;
  width:200px;
}
 
#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:205px;
}
 
.carouselInner .thumbnail {
  float:right;
  padding-bottom:10px;
}

.csc-textpic-imagerow { margin-bottom: 10px; }
.csc-textpic-caption   {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #717171;
	}
	
/* LAYOUT PDF VIEWER */

.title {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;}
.pagelabel {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;}
.page {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;}
.pageslabel {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;}
.pages {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;}
.pdf-browser	 {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;}	

/* COUNTER */

.counter_head {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}
	
.counter_text {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #717171;
	}	
	
/* MP3 */	

.tx-ameosdewplayer-pi1 {
float:left;
padding-right:15px;
}

.mp3player a { padding-top: 3px;}

.content_popup { padding-left: 20px; padding-top: 20px; padding-right: 20px;}

.wtgallery_categories {padding: 5px; float: left; width: 150px; vertical-align: top; height: auto;}
.wtgallery_category_pagebrowser  {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171; clear: both; padding-top: 20px;}
.wtgallery_pagebrowser_sign  {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;}
.wtgallery_pagebrowser_page  {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;}
.wtgallery_singlepic_popup {font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size: 12px; color: #717171;}
.wtgallery_singlepic_fwd { float: left; margin-right: 335px;}
.wtgallery_pagebrowser_up { padding-top: 20px;}

.wtgallery_listpic { padding: 5px;}