/* Hauptreferenzen */


/* BEGINN NEUE CSS*/
body {
  background-color:#a2bad5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;

  color:#333;


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

}
#Tabelle_01 {
	position:absolute;
        background-color:#51352a;
	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;
}

#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;
  
  top:30px; 
  left:764px;
}

.Impressum a{
  
}

.Impressum a:visited{
  
}

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

/*****/
.Anfahrt {
  position:absolute;
  
  top:30px; 
  left:610px;
  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;

}
/***/

/*****/
.Email{
  position:absolute;
  
  top:30px; 
  left:680px;
  font-weight:bold;
}

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

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

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

}
/***/



.Namen {
  position:absolute;
  display:inline;
  top:30px; 
  left:24px;
}


/*  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 {
  
  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;
  color:#a44146;
}
#contentBoxRahmen3 {
  width:180px;
  padding:5px;
  margin-left:10px;
}
#contentBoxTextSuche {
  font-size:14px;
  text-align:center;
  font-weight:bold;
  
}
#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;
  
  margin:2px;
  border-bottom:1px solid #969599;
  margin:10px 20px 0 40px;
}

.T11100_Ue a{
  
}

.T11100_Pic {
  padding:5px;
  float:left;
  border:1px #969599 dashed;
  margin:5px 10px 0 40px;
  margin-bottom:5px;
  display:inline;
}

.T11100_TXTleft {

  text-align:left;
  margin:2px;
  margin:10px 20px 0 40px;
  line-height:1.9em;
  display:inline;
}
.T11100_TXTcenter {
  line-height:1.9em;
  text-align:center;
  margin:2px;
  margin:10px 20px 0 40px;
  display:inline;
}
.T11100_TXTright {
  line-height:1.9em;
  text-align:right;
  margin:2px;
  margin:10px 20px 0 40px;
  display:inline;
}
.T11100_TXTjustify {

  line-height:1.9em;
  text-align:justify;
  margin:2px;
  margin:10px 20px 0 40px;
  display:inline;

}


.T11100_Link a{

  
  font-weight:bold;
  margin:2px;
  display:inline;

}

.T11100_Link a:hover{

  font-weight:bold;
  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.5em;
  
  margin-top:0px;
  margin-bottom:4px;
  margin-left:15px;
  padding:0px 20px 0px 20px;
  border-bottom: 1px solid #e5a002;
  display:inline;
  float:left;
}
.Conleft {
  text-align:left;
  padding:10px 20px 0px 20px;
  margin:20px 20px auto 20px;
  font-size:12px;
  line-height:1.9em;
  margin-bottom:10px;
 display:inline;
 float:left;
}
#ContentC2 {
 width:620px;
 float:left;
 display:inline;
}
td {

  font-size:12px;
  line-height:1.9em;
  
}

.Concenter {
  text-align:center;
  padding:10px 20px 0px 20px;
  margin:20px 20px 0 20px;
  font-size:12px;
  line-height:1.9em;
  
  margin-bottom:10px;
  display:inline;
 float:left;
}

.Conright {
  text-align:right;
  padding:10px 20px 0px 20px;
  margin:20px 20px 0 20px;
  font-size:12px;
  line-height:1.9em;
  
  margin-bottom:10px;
  display:inline;
 float:left;
}

.Conjustify {
  text-align:justify;
  padding:10px 20px 0px 20px;
  margin:20px 20px 0 20px;
  font-size:12px;
  line-height:1.9em;
  margin-bottom:10px;
  display:inline;
 float:left;
}


.Conleft span, .Concenter span, .Conright span, .Conjustify span{
  font-size:16px;
  text-align:left;
  font-weight:bold;
  line-height:1.9em;
  margin-bottom:10px;
   display:inline;
}

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

  margin:0;
  padding:0 0 0 40x;
  display:inline;
}


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

  line-height:1.9em;
  
  margin:0;
  padding:0;
  display:inline;
}


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

  text-align:left;
  
  margin:0;
  padding:0;

  display:inline;
}

#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 #969599;
  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;
  
  line-height:1.9em;
  text-align:justify;
}
.T10100 p{
  padding:0 20px 0 20px;
  
  line-height:1.9em;
  text-align:justify;
}

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

}
.T10100_TXT_Ue {

  margin-top:0px;
  padding:5px;
  margin-left:15px;
  font-size:14px;
  font-weight:bold;
  

}

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

}

.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 #969599;

 }





#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:#a44146;
  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;
  
  margin:2px;
}
#contentTemplateT10100TextZuBildMitteRechtscenter {

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

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

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

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

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

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

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

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

  text-align:right;
  
  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 {
  
  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:0px auto 0px auto;
  width:191px;
  height:11px;
  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;
  height:411;

  margin-bottom:5px;


}

.T90100 {

  padding:0px 40px 0px 40px;
  line-height:1.9em;


}

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