/* Hauptreferenzen */
/*
	AUTHOR: Osvaldas Valutis, www.osvaldas.info
*/


*, *:before, *:after
{
	/*-webkit-box-sizing: border-box;*/
	/*-moz-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	-webkit-overflow-scrolling: touch;
}


html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike, strong, sup, sub, tt, var, b, u, i, center,
ul, ol, li, dl, dt, dd,
table, tr, th, td, thead, tbody, tfoot, caption,
form, fieldset, legend, input, button, textarea, select, label,
applet, object, iframe, audio, video, canvas,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}


html
{
	font-size: 100%;
	font-size-adjust: auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	color: #000;
	background-color: #fff;
}


article, aside, canvas, 
details, figcaption,
figure, footer, header,
hgroup, menu, nav, 
section, summary		{ display: block; }

audio, canvas, video	{ display: inline-block; *display: inline; *zoom: 1; }
audio:not( [controls] ) { display: none; }

canvas					{ -ms-touch-action: double-tap-zoom; touch-action: double-tap-zoom; }

[hidden]				{ display: none; }

a 						{ text-decoration: underline; color: #000; }
a:hover 				{ text-decoration: none; }
a:active				{ background: none; } /* removes grey background in IE>=10 */

small					{ font-size: 75%; }
big						{ font-size: 125%; }
em						{ font-style: italic; }
strong					{ font-weight: bold; }
ins						{ text-decoration: none; }
del						{ text-decoration: line-through; }
sup, sub				{ font-size: 75%; line-height: 0; }
sup						{ vertical-align: super; }
sub						{ vertical-align: sub; }
pre						{ display: block; overflow: auto; }
code					{ font-family: 'Courier New', Courier, monospace; }

ul, ol					{ list-style: none; }

table					{ table-layout: auto; border-collapse: separate; border-spacing: 0; empty-cells: show; }

img						{ vertical-align: middle; -ms-interpolation-mode: bicubic; }
svg:not(:root)			{ overflow: hidden; }

blockquote, q			{ quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after					{ content: ''; content: none; }

input, textarea, select, button 										{ vertical-align: baseline; *vertical-align: middle; -webkit-border-radius: 0; }
input, button 															{ line-height: normal; *overflow: visible; }
table input, table button 												{ *overflow: auto; }
input[type='submit'], input[type='reset'], input[type='button'], button	{ cursor: pointer; -webkit-appearance: button; }
textarea 																{ overflow: auto; vertical-align: top; }

input, textarea															{ -webkit-appearance: none; }
input[type='radio']														{ -webkit-appearance: radio; }
input[type='checkbox']													{ -webkit-appearance: checkbox; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration,
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button							{ display: none; }
input[type='password']::-ms-reveal										{ display: none; }
input::-ms-clear				 										{ display: none; }

input::-moz-focus-inner, button::-moz-focus-inner 						{ padding: 0; border: 0; }

.clearfix:after					{ visibility: hidden; display: block; font-size: 0; content: ' '; clear: both; height: 0; }
* html .clearfix 				{ zoom: 1; }
*:first-child+html .clearfix	{ zoom: 1; }
.cleaner 						{ height: 0; line-height: 0; clear: both; }

@import url( 'http://fonts.googleapis.com/css?family=Cabin+Condensed:400,700|Noticia+Text:400,400italic,700,700italic&subset=latin,latin-ext' );



html
{
	font-size: 100%;
}



body
{
	font-family: 'Noticia Text', serif;
	font-weight: 400;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



body,
a,
a:hover
{
	color: #111;
}

a
{
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

a,
a:hover
{
	text-decoration: none;
}




/*
	AD
*/

#ad
{
	width: 150px;
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .5 );
	overflow: hidden;
	position: fixed;
	z-index: 1000;
	top: 10px;
	left: 10px;
	padding: 10px;
}
	#ad.dark
	{
		background-color: #111;
		background-color: rgba( 0, 0, 0, .5 );
	}
	#bsap_aplink
	{
		width: 100%;
		font-size: 14px;
		font-family: 'Cabin Condensed', sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		color: #999;
		color: rgba( 0, 0, 0, .25 );
		display: block;
		margin-bottom: 10px;
	}
		#bsap_aplink:hover
		{
			color: #111;
		}
		#ad.dark #bsap_aplink
		{
			color: #555;
			color: rgba( 255, 255, 255, .25 );
		}
			#ad.dark #bsap_aplink:hover
			{
				color: #fff;
			}
	body .one .bsa_it_ad,
	body .one .bsa_it_ad *
	{
		background-color: transparent !important;
		position: static !important;
		z-index: 1 !important;
	}
	body .one .bsa_it_ad
	{
		font-family: 'Noticia Text', serif;
		border: none;
		padding: 0;
		margin: 0;
	}
		body .one .bsa_it_ad .bsa_it_i,
		body .one .bsa_it_ad .bsa_it_t,
		body .one .bsa_it_ad .bsa_it_d
		{
			width: 100%;
			display: block;
			padding: 0;
			margin: 0;
		}
		body .one .bsa_it_ad .bsa_it_t,
		body .one .bsa_it_ad .bsa_it_d
		{
			font-size: 14px;
			line-height: 1.75;
			color: #555;
			color: rgba( 0, 0, 0, .75 );
		}
		body .one .bsa_it_ad .bsa_it_i
		{
			margin-bottom: 10px;
		}
		body .one .bsa_it_ad .bsa_it_t
		{
			font-weight: 700;
		}
		#ad.dark .bsa_it_ad .bsa_it_t,
		#ad.dark .bsa_it_ad .bsa_it_d
		{
			color: #bbb;
			color: rgba( 255, 255, 255, .75 );
		}
		body .one .bsa_it_p
		{
			display: none;
		}

	#ad-close
	{
		width: 10px;
		height: 10px;
		text-align: left;
		text-indent: -9999px;
		position: absolute;
		z-index: 1;
		top: 5px;
		right: 5px;
	}
		#ad-close:before,
		#ad-close:after
		{
			width: 2px;
			background-color: #666;
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 50%;
			margin-left: -1px;
		}
		#ad.dark #ad-close:before,
		#ad.dark #ad-close:after
		{
			background-color: #999;
		}
		#ad-close:hover:before,
		#ad-close:hover:after
		{
			background-color: #111;
		}
		#ad.dark #ad-close:hover:before,
		#ad.dark #ad-close:hover:after
		{
			background-color: #fff;
		}
		#ad-close:before
		{
			-webkit-transform: rotate( 45deg );
			-moz-transform: rotate( 45deg );
			-ms-transform: rotate( 45deg );
			-o-transform: rotate( 45deg );
			transform: rotate( 45deg );
		}
		#ad-close:after
		{
			-webkit-transform: rotate( -45deg );
			-moz-transform: rotate( -45deg );
			-ms-transform: rotate( -45deg );
			-o-transform: rotate( -45deg );
			transform: rotate( -45deg );
		}



/*
	META
*/

#meta
{
	width: 100%;
	height: 40px;
	line-height: 1;
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .5 );
	overflow: hidden;
	position: fixed;
	z-index: 1001;
	bottom: 0;
	left: 0;
	padding: 10px 20px 0;
}
	#meta.dark
	{
		background-color: #111;
		background-color: rgba( 0, 0, 0, .5 );
	}
	#meta li
	{
		float: right;
	}
		#meta li:first-child
		{
			float: left;
		}
		#meta li:last-child
		{
			margin-right: 15px;

			-webkit-transition: opacity .3s ease;
			-moz-transition: opacity .3s ease;
			-ms-transition: opacity .3s ease;
			-o-transition: opacity .3s ease;
			transition: opacity .3s ease;
		}
		#meta:not(:hover) li:last-child
		{
			opacity: 0;
		}
		#back-to-article
		{
			font-family: 'Cabin Condensed', sans-serif;
			font-weight: 500;
			text-transform: uppercase;
			text-decoration: none;
			color: #111;
			float: left;
			position: relative;
			bottom: -2px;
		}
			#back-to-article:before
			{
				width: 0;
				height: 0;
				display: inline-block;
				border: 5px solid transparent;
				border-left: none;
				border-right-color: #111;
				border-right-color: rgba( 0, 0, 0, .5 );
				content: '';
				margin-right: 5px;
			}
				#back-to-article:hover:before
				{
					border-right-color: #111;
				}
			#meta.dark #back-to-article
			{
				color: #fff;
			}
				#meta.dark #back-to-article:before
				{
					border-right-color: #fff;
					border-right-color: rgba( 255, 255, 255, .5 );
				}
					#meta.dark #back-to-article:hover:before
					{
						border-right-color: #fff;
					}



/*
	RESPONSIVENESS
*/

@media screen and (max-width: 40em), screen and (max-height: 40em) /* 640 */
{
	#ad,
	#meta
	{
		display: none;
	}
}

/* BEGINN NEUE CSS*/
body {
  background:url(images/bg.jpg) top center repeat-x #e1e1e1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;

  color:#555;


  scrollbar-face-color:#fff;
  scrollbar-highlight-color:#fff;
  scrollbar-3dlight-color:#fff;
  scrollbar-darkshadow-color:#999;
  scrollbar-shadow-color:#fff;
  scrollbar-arrow-color:#6b6053;
  scrollbar-track-color:#6b6053;

}
#Tabelle_01 {
	position:absolute;
        background:url(images/a9_05a.jpg) 10px 153px no-repeat #e1e1e1;
	left:50%;
        margin-left:-450px;
	top:0px;
	width:900px;

}

#a9-01 {
	position:absolute;
        background:url(images/a9_01.jpg) top left no-repeat;
	left:0px;
	top:0px;
	width:900px;
	height:21px;
}

#a9-02 {
	position:absolute;
        background:url(images/a9_02.jpg) top left no-repeat;
	left:0px;
	top:21px;
	width:10px;
	height:657px;
}

#a9-03 {
	position:absolute;
        background:url(images/a9_03.jpg) top left no-repeat;
	left:10px;
	top:21px;
	width:880px;
	height:132px;
}

/* Language select */


#langbtn_us, #langbtn_de {
  position:absolute;
  z-index:100;
  float:right;
  height:26px;
  top:5px;
  width:26px;

}
#langbtn_us a, #langbtn_de a {
  display:block;
  height:26px;
  width:26px;
}
#langbtn_us {
  background:url(/CMS/public/css/images/lang_US.gif) no-repeat;
  right:20px;
}
#langbtn_de {
  background:url(/CMS/public/css/images/lang_DE.gif) no-repeat;
  right:55px;
}

/* EOF Lang Buts */


#a9-04 {
	position:absolute;
        background:url(images/a9_04.jpg) top left no-repeat;
	left:890px;
	top:21px;
	width:10px;
	height:657px;
}

#a9-05 {
	position:absolute;
        background-color:#000;
	color:#000;
	left:10px;
	top:153px;
	width:880px;
	height:411px;
}

#a9-06 {
	position:absolute;
        background:url(images/a9_06.jpg) top left no-repeat;
	left:10px;
	top:564px;
	width:880px;
	height:114px;
}

#a9-08 {
	position:absolute;
        background:url(images/a9-08bg.jpg) top left repeat-y;
        left:0px;
	top:678px;
	width:900px;
}

#a9-07 {
	position:relative;
        background:url(images/a9_07.jpg) top left no-repeat;
	float:left;
	width:900px;
	height:22px;
}


.Impressum {
  position:absolute;
  color:#5e564c;
  top:70px; 
  left:764px;
}

.Impressum a{
  color:#5e564c;
}

.Impressum a:visited{
  color:#5e564c;
}

.Impressum a:hover{
  color:#8e7f6e;
}

/*****/
.Anfahrt {
  position:absolute;
  color:#5e564c;
  top:70px; 
  left:680px;
  font-weight:bold;
}

.Anfahrt a{
  color:#a44146;
  font-weight:bold;
}

.Anfahrt a:visited{
  color:#a44146;
  font-weight:bold;
}

.Anfahrt a:hover{
  color:#8e7f6e;
  font-weight:bold;

}
/***/

.Namen {
  position:absolute;
  display:inline;
  top:40px; 
  left:35px;
}


/*  EOF neues Design  */

/* DROP DOWN MENU CSS */
#a9-06, #a9-06 * { margin:0;padding:0;}

/* "Master" UL (the whole Menu) */

#a9-06 ul {
 /* background-color:#fff;*/
  /*background:url(../Bilder/menu_brown.jpg) 0px -6px repeat-x; */
  width:878px;
  max-width:100%;
  height:auto;
  padding:0 !important;
  margin:1px !important;
  padding-left:2px !important;

}

/* sub-menu ULs */

#a9-06 li ul {
  width:880px;
  max-width:100%;
  position:absolute;
  color:#888;
  font-family:Arial;
  height:14px;
  top:25px;
  padding-left:0 !important;
  left:-9000px;
  background-position:0 0 !important;
  /*background-color:#fff;*/



}
/* All LIs */

#a9-06 li {
  float:left;
  height:26px;
  text-align:center;
  list-style-type:none;
  font-weight:bold;
  padding-left:0px;

}

/* sub-menu LIs */

#a9-06 li ul li {
  padding:0 0 0 0;
  border:0; 
  max-width:none;
}

/* All anchors */

#a9-06 li a {
  /* background:url(../Bilder/menu_brown.jpg) repeat-x;  */
  color:#999;

  /*background-color:#fff;*/
  font-family:Arial;
  cursor:pointer;
  display:block;
  float:left;
  font-size:11px;
  font-weight:bold;
  margin:0 !important;
  padding:5px 15px;
  text-decoration:none;
}

#a9-06 li a:hover {
  /* background:url(../Bilder/menu_brown.jpg) 0px -26px repeat-x; */
  color:#8e7f6e; 
 
  /*background-color:#fff;*/
  display:block;
  padding:5px 15px;
  text-decoration:none;
}

/* sub-menu Anchors */

#a9-06 li ul li a {
  /* background:url(../Bilder/menubg_bluetest.gif) top left repeat-x; */
  color:#111;
  /*background-color:#fff;*/
  font-family:Arial;
  margin:0;
  padding:5px 15px;
  position:relative !important; /* ie Mac */
  white-space:nowrap;

}
#a9-06 li ul li a:hover {
  /* background:url(../Bilder/menubg_bluetest.gif) 0px -26px repeat-x; */
  color:#8e7f6e;
  background-color:#fff;
  margin:0;
  padding:5px 15px;
  position:relative !important; /* ie Mac */
  white-space:nowrap;
}

/* position and z-index for the sub-menus */



/* Current location - class on Body must match LI's id */

.AB #a9-06 li#AB a {
  color:#fff;
  cursor:default;   
}

.AB #a9-06 li#AB ul {

  left:0;
  z-index:5;

}



/* "trigger" and "msieFix" classes */

#a9-06 li.msieFix a {
  color:#333; !important
 /* background-color:#fff; !important*/
}

#a9-06 li.msieFix a:hover {
  color:#8e7f6e; !important

}

/******* END OF DROP DOWN MENU **********/





/* ENDE NEUE CSS*/


h1 {
  margin:20px 0px 0px 24px;
  padding:0px;
}
p {
  margin:0px 0px 0px 0px;
}
.absatzfloat {
}
.clearer {
  clear:both;
  margin:0px;
  padding:0px;
  height:0px;
  line-height:0px;
  font-size:0px;
}

/* Layoutcolumns */

#layout_maincontent {
  background:url(pictures/content_background.gif) repeat-y;
  margin:0px auto 0px auto;
  padding:0px;
  text-align:left;
  width:926px;
}
#header {
  height:176px;
  width:924px;
}
#leftcol {
  margin-right:24px;
  padding:0px;
  float:left;
  width:217px;
}

.abbinder {
  background:url(pictures/abbinder.gif) no-repeat;
  height:25px;
  margin:20px 0px 10px 0px;
  padding:0px;
  width:683px;
}
#footer {
  clear:both;
  width:926px;
  height:29px;
  background:url(pictures/footer.gif) no-repeat;
}


/* Uebernommen aus alter */


/* hauptcontainer
---------------------------------------*/

#main {
  background:url(/CMS/public/css/pictures/back.jpg) repeat;
  position:relative;
  width:912px;
  margin:0px auto;
  height:600px;
}

div.clear {
  clear:both;
  margin:0px;
  padding:0px;
  height:0px;
  line-height:0px;
  font-size:0px;
}






/* hauptcontainer
---------------------------------------*/

#content {
  width:680px;
  float:left;
  height:396px;
  margin-left:0px;
  line-height:16px;
  overflow-x:hidden;
  overflow-y:auto;
}

/* menü
---------------------------------------*/

#menu {
  color:#584d39;
  font-weight:bold;
  margin:-10px 0px 10px -1px;
  padding:0px;
}



/* ------------------------------------*/

/* Thoastbereich
---------------------------------------*/

#thLogocontainer {
  margin-top:5px;
  width:60px;
  height:60px;
}
#contentAbstandshalterpluslinie {
  height:2px;
  border-bottom:1px solid #fff;
}

/* HauptContainer CONTENT Inhalte
---------------------------------------*/

#bild {
  padding:5px;
  float:left;
  border:10px #f00 Outset;
  border:10px #f00 inset;
  margin-right:10px;
  margin-bottom:5px;
}
#text {
  text-align:justify;
}

/* Content Container 
---------------------------------------*/

.contentBoxRahmenST {
  margin-bottom:5px;
}

.contentBoxRahmen2 {
  width:100%;

}

.contentBoxRahmen2 li a{
  text-decoration:underline;
}
#contentBoxRahmen3 {
  width:180px;
  padding:5px;
  margin-left:10px;
}
#contentBoxTextSuche {
  font-size:14px;
  text-align:center;
  font-weight:bold;
  color:#5e564c;
}
#contentdrin3 {
  background-color:#fff;

  text-align:center;
  color:#000;
  margin:2px;
  border:1px #f00 solid;
}
#contentBoxRahmenExtra {
  margin-left:75px;
  margin-bottom:20px;
}
#contentBoxRahmenFARBEEDE {
  border:4px #000 solid;
  margin-bottom:20px;
}
#contentBoxInhalteText16 {
  font-size:16px;
  font-weight:bold;
  color:#000;
  margin:2px;
}
.contentHeadLine {
  font-weight:bold;
}
#contentBoxInhalteText9 {
  border-top:1px #CCC solid;
  font-weight:bold;
}
#contentBoxPictureCenter {
  padding:5px;
  width:305px;
  height:400px;
/*  border:2px #000 dashed;*/
  margin:2px;
}
#PopUpZeileGanzWysing {
  margin:5px;
  text-align:left;
  font-weight:bold;
}
#PopUpZeileGanzUeberschriftWysing {
  color:#fff;
  margin:10px 0 0 5px;
  font-size:16px;
  font-weight:bold;
  text-align:left;
}
#PopUpZeileWysing {
  position:relative;
}

/* TEASER T 111000 
---------------------------------------*/

.T11100_Ue {

  font-weight:bold;
  font-size:14px;
  color:#5e564c;
  margin:2px;
  border-bottom:1px solid #5e564c;
  margin:10px 20px 0 20px;
}

.T11100_Pic {
  padding:5px 5px 5px 0;
  float:left;
  margin:5px 10px 0 20px;
  margin-bottom:5px;
}

.T11100_TXTleft {

  text-align:left;
  margin:2px;
  margin:10px 20px 0 20px;
  line-height:1.8em;
  color:#5e564c
}
.T11100_TXTcenter {

  text-align:center;
  margin:2px;
  margin:10px 20px 0 20px;
  color:#5e564c
}
.T11100_TXTright {

  text-align:right;
  margin:2px;
  margin:10px 20px 0 20px;
  color:#5e564c
}
.T11100_TXTjustify {

  text-align:justify;
  margin:2px;
  margin:10px 20px 0 20px;
  color:#5e564c
}


.T11100_Link a{

  font-weight:bold;
  margin:2px;
  color:#5e564c
}

.T11100_Link a:hover{

  font-weight:bold;
  color:#8e7f6e;
  margin:2px;
}

.T11100_Link {

  margin:10px 20px 0 20px;
}

.T11100_Trenn {

  clear:both;
 }

/* Content Container-Templates
---------------------------------------*/

#contentTemplateUberschriftT3 {
  font-size:16px;
  text-align:left;
  font-weight:bold;
  line-height:1.3em;
  color:#584d39;
  margin-top:10px;
  margin-bottom:10px;
  padding:0px 20px 0px 20px;
 float:left;
}
.Conleft {
  text-align:left;
  padding:10px 40px 0px 40px;
  margin:20px 20px auto 20px;
  font-size:12px;
  line-height:1.6em;
  color:#5e564c;
  margin-bottom:10px;
 float:left;
}
#ContentC2 {
 width:620px;
 float:left;

}
td {

  font-size:12px;
  line-height:1.6em;
  color:#5e564c;
}

.Concenter {
  text-align:center;
  padding:10px 40px 0px 40px;
  margin:20px 20px auto 20px;
  font-size:12px;
  line-height:1.6em;
  color:#5e564c;
  margin-bottom:10px;
 float:left;
}

.Conright {
  text-align:right;
  padding:10px 40px 0px 40px;
  margin:20px 20px auto 20px;
  font-size:12px;
  line-height:1.6em;
  color:#5e564c;
  margin-bottom:10px;
 float:left;
}

.Conjustify {
  text-align:justify;
  padding:10px 40px 0px 40px;
  margin:20px 20px auto 20px;
  font-size:12px;
  line-height:1.6em;
  color:#5e564c;
  margin-bottom:10px;
 float:left;
}


.Conleft span, .Concenter span, .Conright span, .Conjustify span{
  font-size:16px;
  text-align:left;
  font-weight:bold;
  line-height:1.6em;
  color:#5e564c;
  margin-bottom:10px;


}

.Conleft li, .Concenter li, .Conright li, .Conjustify li{
  margin-top:8px;
  font-size:12px;
  line-height:1.6em;
  color:#5e564c;
  margin-bottom:10px;
}


.Conjustify ul li span, .Conright ul li span, .Conleft ul li span, .Concenter ul li span{

  text-align:left;
  font-size:11px;
  font-weight:normal;
  color:#5e564c;
  margin-bottom:10px;

}

#contentTemplateBeschreibungT5Rechtsleft {
  text-align:left;
}
#contentTemplateBeschreibungT5Rechtscenter {
  text-align:center;
}
#contentTemplateBeschreibungT5Rechtsright {

  text-align:right;
  color:#000;
  margin:2px;
}
#contentTemplateBeschreibungT5Rechtsjustify {

  text-align:justify;
  color:#000;
  margin:2px;
}
#contentTemplateT2 {


}
#contentTemplateT8 {}
#contentTemplateT70 {
}

/* Template 101008
---------------------------------------*/

.T10108_Bild {
  float:right;
  margin-left:10px;
  margin-top:6px;
  border:1px dashed #5e564c;
  padding:5px;
}



/* Template 10101
---------------------------------------*/

#contentTemplateT10101Bild {
  padding:5px;
  float:right;
/*  border:1px #000 dashed;*/
  margin-right:10px;
  margin-bottom:5px;
}

/* Template 10100
---------------------------------------*/

#contentTemplateT10101Bild {
  padding:5px;
  float:right;

  margin-right:10px;
  margin-bottom:5px;
}
#contentTemplateT10100Einschliessen  {
}

.T10100 {
  padding:0 20px 0 20px;
  color:#5e564c;
  line-height:1.6em;
  text-align:justify;
}
.T10100 p{
  padding:0 20px 0 5px;
  color:#5e564c;
  line-height:1.6em;
  text-align:justify;
}

.T10100_Bild {
  float:left;
  margin-right:10px;
  margin-top:6px;
  border:1px dashed #5e564c;
  padding:5px;
  color:#5e564c;

}
.T10100_TXT_Ue {

  margin-top:0px;
  padding:5px;
  font-size:14px;
  font-weight:bold;
  color:#5e564c;

}

.T80100 {
  float:left;
  margin-left:10px;
  margin-top:6px;
  padding:4px;
  width:270px;
  height:270px;
  color:#5e564c;

}

.T80100 IMG{

  width:150px;
  height:150px;

}

.TXTin80100 {
  font-size: 12px;
  font-weight:bold;


 }

.inp80100 input{
  position:absolute;
  font-size: 12px;
  width: 20px;
  margin-left:10px;
  border:1px solid #5e564c;

 }





#contentTemplateT10100BildRechts {
  padding:3px;
  float:left;

}
/* #contentTemplateT10100TextZuBildOben { */


/* TEMPALTES */

.T11100 {
  
  width:250px;
  height:138px;
  float:left;

  border:1px solid #B0Bac3;
  margin-left:19px;
  margin-top:10px;

 }
.T11100_TXT {
  
  width:125px;
  height:100px;
  float:left;
  padding:0px 2px 3px 3px;
  font-size:10px;
  color:999;

 }

.T11100_TXT a{
  
  color:#B0Bac3;
  clear:both;
  

 }

.T11100_IMG img{
  
  width:120px;
  height:120px;
  float:left;

 }



.T80100 {
  float:left;
  margin:10px 0 0 20px;
  color: #262663;
  border:1px solid #b0bac3;
  padding:5px;
  width:150px;
  height:160px;
  text-align:center;
  text-valign:middle;
  display:inline;

}

.T80100_IMG{
  width:150px;
  height:150px;

}


.TXTin80100 {
  font-size: 11px;
  width: 150px;
  float:left;

 }

.inp80100 input{
  position:absolute;
  font-size: 11px;
  width: 20px;
  margin-left:10px;
  border:1px solid #262663;

 }


#contentTemplateT10100TextZuBildMitteRechtsleft {

  text-align:left;
  color:#584d39;
  margin:2px;
}
#contentTemplateT10100TextZuBildMitteRechtscenter {

  text-align:center;
  color:#584d39;
  margin:2px;
}
#contentTemplateT10100TextZuBildMitteRechtsright {

  text-align:right;
  color:#584d39;
  margin:2px;
}
#contentTemplateT10100TextZuBildMitteRechtsjustify {

  text-align:justify;
  color:#584d39;
  margin:2px;
}
#contentTemplateT10100TextZuBildUntenleft {

  text-align:left;
  color:#000;
  margin:2px;
}
#contentTemplateT10100TextZuBildUntencenter {

  text-align:center;
  color:#584d39;
  margin:2px;
}
#contentTemplateT10100TextZuBildUntenright {
  
  text-align:right;
  color:#584d39;
  margin:2px;
}
#contentTemplateT10100TextZuBildUntenjustify {

  text-align:justify;
  color:#000;
  margin:2px;
}
#contentTemplateT1TextZuBildUntenRechtsleft {

  text-align:left;
  color:#584d39;
  margin:2px;
}
#contentTemplateT1TextZuBildUntenRechtscenter {

  text-align:center;
  color:#584d39;
  margin:2px;
}
#contentTemplateT1TextZuBildUntenRechtsright {

  text-align:right;
  color:#584d39;
  margin:2px;
}
#contentTemplateT1TextZuBildUntenRechtsjustify {

  text-align:justify;
  color:#000;
  margin:2px;
}
#contentTemplateT15Einschliessen  {}
#contentTemplateT15ZeileGanz {
  
  text-align:center;
  font-weight:bold;
  color:#000;
  width:440px;
  margin:2px;
}
#contentTemplateT15Zeile {
  position:relative;
  width:440px;
  height:25px;
}
#contentTemplateT15ZeileTextSpalte1 {
  float:left;
  width:150px;
  height:15px;
  border:0px;
  height:14px;
  margin-left:2px;
}
#contentTemplateT15ZeileTextSpalte2 {
  float:right;
  width:250px;
  height:15px;

  color:#000;
  border:0px;
  height:14px;
}

/* Template 10106 (50) Shop
---------------------------------------*/

#contentBoxRahmen2Ede {
  width:450px;
  margin-bottom:20px;
  border:4px #f0f solid;
  background-color:#C0C0C0;
}
#contentTemplateT10106EinschliessenBild {
}
#contentTemplateT10106ZeileGanz {
  text-align:center;
  font-weight:bold;
  color:#000;
  margin:2px;
}
#contentTemplateT10106ZeileGanzright {
  
  text-align:right;
  color:#000;
  font-weight:bold;
  margin:2px;
}
#contentTemplateT10106ZeileGanzMeldungWarenkorb {

  text-align:left;
  color:#78CDBA;
  margin:2px;
}
#contentTemplateT10106Bild {
  padding:5px;
  float:left;
/*  border:1px #000 dashed;*/
  margin-right:10px;
  margin-bottom:5px;
}
#contentTemplateT10106Text1 {
  
  text-align:left;
  font-weight:bold;
  color:#000;
  margin:2px;
}
#contentTemplateT10106TextOption1 {

  text-align:left;
  color:#000;
  margin:2px;
}
#contentTemplateT10106TextOption2 {

  text-align:left;
  color:#000;
  margin:2px;
}
#contentTemplateT10106TextOption3 {

  text-align:left;
  color:#000;
  margin:2px;
}
#contentTemplateT13104Bild {
  padding:0px;
}

/* Content Container-Editor
---------------------------------------*/

#contentEditorFreigabe {}
#contentEditorPfeileBox {
  border:2px solid #808080;
}
#contentEditorHintergrundFarbe {
  border-top:1px #CCC solid;
  margin-bottom:10px;
  clear:both;
}
#contentEditorText7 {

  text-align:center;
  color:#000;
  margin:2px;
}

/* content Abstandshalter 
---------------------------------------*/

.clear5 {
  height:5px;
  clear:both;
}
.clear10 {
  height:10px;
  clear:both;
}

.clear0 {
  height:0px;
  clear:both;
}
.clear15 {
  height:15px;
  clear:both;
}
.clear20 {
  height:20px;
  clear:both;
}


/* Template-Class Formatierung PullDownMenues;  Textfelder;  usw;  
----------------------------------------------------------------*/

.dropdown_menu {
  background-color:#C0C0C0;
  color:#fff;
  border:0px;
  height:14px;
}
.inputZeile {
  background-color:#C0C0C0;

  color:#fff;
  border:0px;
  height:14px;
}
.sendeButton {
  background-color:#C0C0C0;
  border:8px outset #97986C;

  color:#fff;
  border:0px;
  height:20px;
}

/* Admin Bereich Menues  Class Formatierung PullDownMenues;  Textfelder;  usw;  
-----------------------------------------------------------------------------*/

.dropdown_menuPopUp {
  color:#000;
  background-color:#FFF;
}
.inputZeilePopUp {
  color:#000;
  width:210px;
  height:20px;
  background-color:#fff;
}
.sendeButtonPopUp {
  width:210px;
  height:20px;
  font-weight:bold;
  background-color:#fff;
  color:#015291;
  
  float:right;
}
.PopUpTextarea {
  border:1px solid #000;
  float:right;
  width:230px;
  height:140px;
  color:#000;
  background-color:#fff;
}
.PopUpOptionsfeld {
  color:#004388;
  background-color:#789287;
}

/* PupUp Fenster (imgFormat;;  usw;)----------------------------------------------------------------*/

#PupUpEinschliessen  {
  background-color:#fff;
  color:#000;  
  padding:5px;


}


#PopUpZeileKlSch {
  margin:10px 0 0 0;
  text-align:left;
  clear:left;
}
#PopUpZeileHoch, #PopUpZeile {
  text-align:left;
  clear:both;
  display:block;
  padding:1px 0 0 0;
  margin-bottom:20px;
}
#PopUpZeileHoch input, #PopUpZeile input{
  background-color:#fff;
  margin:0;
  padding:0;
  margin-bottom:20px;
}
#PopUpSpalteAlpha {
  float:left;
  text-align:left;
  width:250px;
  margin:0 0 0 0;
  padding:4px;
}
#PopUpSpalteBeta {
  float:left;
  text-align:left;
  width:230px;
  margin:0 0 0 0;
  padding:0 0 0 0;
}

#PopUpZeileGanz {
  margin:5px 0 5px 0;
  text-align:left;
}
#PopUpZeileGanz a, #PopUpZeile a {

  text-decoration:underline;
}
#PopUpZeileRahmenRand {
  border:1px solid #000 ;
  padding:3px;
  margin-bottom:3px;
  margin-top:3px;
}
#PopUpZeileRahmen {
  width:500px;
  margin-left:5px;
}
#PopUpZeileGanzFehlerMeldung {
  font-weight:bold;
  color:#790000;
  width:500px;
  margin:2px;
}
#PopUpZeileHochTextarea {
  width:500px;
  height:150px;
}

/* BBCODE Countainer
---------------------------------------*/

#PopUpZeileBBCODERahmen {
  background-color:#D4D0C8;
}
#PopUpZeileGanzUeberschriftBBCODE {
  font-size:14px;
  font-weight:bold;
  color:#000;
  width:500px;
  margin:2px;
}
#PopUpZeileKlSchBBCODE {

  text-align:center;
  color:#000;
  width:500px;
  margin:2px;
}
#PopUpZeileBBCODE {
  position:relative;
  width:500px;
  height:150px;
}
#PopUpSpalteAlphaBBCODE {
  float:left;
  width:200px;
  height:15px;

  color:#000;
  border:0px;
  height:14px;
}
#PopUpSpalteBetaBBCODE {
  float:right;
  width:300px;
  height:15px;

  color:#000;
  border:0px;
  height:14px;
}
#PopUpBoxPictureCenterUpload {
  margin:2px;
}

/*--- content aus testweise.css ---*/

#bild2 {
  padding:5px;
  float:left;
  border:1px #000 dashed;
  margin-right:10px;
  margin-bottom:5px;
}
#text2 {
  text-align:justify;
}
p2 {
  color:#584d39;
  font-weight:bold;
  margin:0px;
  padding:0px;
}
#banner {
  width:180px;
  padding:5px;
  border:1px #000 dashed;
  margin-bottom:5px;
}
#bannerdrin {
  background-color:#fff;
  text-align:center;
  color:#000;
  margin:2px;
}
#between {
  margin:5px auto 5px auto;
  width:180px;
  height:15px;
  margin-left:0px;
  background-image:url(/CMS/public/css/pictures/between.gif);
}
#betweenbig {
  margin:10px auto 10px auto;
  width:191px;
  height:15px;
  background-image:url(/CMS/public/css/pictures/betweenbig.gif);
}
.betweenNULL {
  clear:both;
}
#abschlusscontent {
  width:191px;
  height:0px;
  clear:both;
}
#abschlusscontentrechts {
  width:138px;
  height:0px;
  clear:both;
}

/* Bauten Container
----------------------------------------------------- */

#bauten_container_blind {
  width:638px;
}

.bauten_headline a:link{
  
}
.bauten_headline a:hover{
  color:#8e7f6e;
}

.bauten_headline a:visited{
  color:#8e7f6e;
}

.bauten_container {
  display:block;
  width:638px;
  margin-bottom:10px;
}
.bauten_headline {
  background-color:#005290;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin-bottom:5px;
  padding:5px 0px 4px 10px;
}
.bauten_headline span {
  font-size:20px;
  font-weight:bold;
}
.bauten_pic {
  font-size:0px;
  float:left;
  display:inline;
  margin:4px 10px 5px 0px;
  width:120px;
}
.bauten_pic img{
  width:120px;
  border:1px solid #91AACB;
}
.bauten_desc {
}

/********* Neue classes 12.2007 ****/

.AdminUeberschrift {
  font-size:16px;
  font-weight:bold;
  text-align:left;
 }


/********** BLOCK 1 Classes 01.2008 ********/


.T40200, .T13100, .T13101 {
  margin-left:11px;
  width:202px;
 /* border:1px solid #5e564c;*/
  margin-bottom:5px;


}

.T90100 {
  text-align:left;
  padding:60px 40px 0px 40px;
  margin:20px 20px auto 20px;
  font-size:12px;
  line-height:1.6em;
  color:#5e564c;


}

.clearB1 {
  width:220px;
  height:0px;
}


#TelLeft {

	background:url(/CMS/public/css/images/tel-dr-kuestermann.png) 0 0 no-repeat;
	width:194px;
	height:153px;
	display:block;
	position:fixed;
	left:0px;
	top:20%;
}