/*  ###################################################################*/
/* #                                                  #      Design Styles    #                                                 # */
/*  ##################################################################*/

.design_01 {       
       background:url(../images/design/bg1.jpg);
       height:100px;

}
.design_02 {       
       background-image:url(../images/design/1.jpg);
       width:800px;height:100px;
       margin:auto;
}

div {
  text-align:left;
}

#cms_content {       
  position:relative;
  width:800px; 
  margin:auto; 
  text-align:center; 
  z-index:10;
}
.design_04 {       
      background-image:url(../images/design/bg2.jpg);
      width:100%; height:47px;
}
.design_05 {       
  background:url(../images/design/2.jpg); 
       height:47px;width:800px;
}
.design_06 {       
      background-image:url(../images/src/00000008.jpg)
}


/*  ###################################################################*/
/* #                                                  #      Gloabl Styles    #                                                        # */
/*  ##################################################################*/

A {
	text-decoration : none;
	COLOR: #686878;
}
A:hover {
	COLOR: #FEF4F3;
}
td,  body {
	font-size: 11px;
	font-family: sans-serif, verdana, tahoma, arial;
        COLOR: #FFFFFF;
}
body {
	font-family: sans-serif, verdana, tahoma, arial;
	background: White;
        text-align:center;  
}

input, select, textarea{
	font-size : 10px;
	border:1px solid #C1C1D4;
}


hr {
	
color: #C1C1D4;
	background-color: #C1C1D4;
	height: 1px;
	border : solid #C1C1D4 0px ;


}
table {
        width:100%;
        border-spacing: 0px;
        padding:0px;
}
.border-spacing {
        border-spacing: 1px;

}
/*  ###################################################################*/
/* #                                                   #      TextStyles    #                                                        # */
/*  ##################################################################*/

.content_small          {
	font-size: 11px;
	line-height:14px;
	letter-spacing : 0,5pt;
}

.content          {
	font-size: 12px;
	line-height:16px;
}

.content_big        {
	font-size: 18px;
	line-height:20px;
	font-weight : bold;
}

.content_headline       {
	font-size: 21px;
	line-height:26px;
	font-weight : bold;
}

.zitat {
	font-weight: bold;
	color: #FF6600;
}

.bold {
font-weight:bold;
}

.italic {
font-weight:italic;
}



	
/*  ###################################################################*/
/* #                                                   #      Layout Styles    #                                                        # */
/*  ##################################################################*/



.image {
	border : 1px solid #777777;
	padding:2px;
}
.border {
   border : 1px solid #000000;
}




/*  ###################################################################*/
/* #                                                   #      Positionierung  #                                                        # */
/*  ##################################################################*/

.center  {
		text-align: center;
}
.left  {
		text-align: left;
}
.right  {
		text-align: right;
}
.padding         {
	padding : 3px;
}

.padding2         {
	padding : 6px;
}
.padding3         {
	padding : 9px;
}


 

/*  ###################################################################*/
/* #                                                   #      System Styles    #                                                               # */
/*  ##################################################################*/

.controlpanel:hover {
	border : 1px solid #5C5D63;
	background-color : #E9F2F7;
 padding-left : 3px;
 padding-right : 3px;
}

.controlpanel{
	border : 1px solid #5C5D63;
	background-color : #FFFFFF;
 
padding-left : 3px;
 padding-right : 3px;
	
}

.info  {
		border-width: 1px;
		padding:2px;
		text-align: left;
		background-color: #E9E8FA;
		border : 1px solid #C1C1D4;
		font-family: sans-serif, arial, tahoma;
		font-size: 11px;
		line-height:13px;
}
.live-modus      {
	font-family: sans-serif, arial, tahoma;
	font-size: 11px;
	line-height:12px;
	color : Black;
	letter-spacing : 0,5pt;
	}
	
	
	.error         {
	font-family: sans-serif, arial, tahoma;
	font-size: 11px;
	line-height:16px;
	color : red;
	letter-spacing : normal;
	font-weight : bold;
}

	.guestbook2        {
	font-family: georgia;sans-serif, arial, tahoma;
	font-size: 18px;
	line-height:24px;

}




/*  ###################################################################*/
/* #                                                   #      Farbwerte  #                                                        # */
/*  ##################################################################*/

 /*  --------------------- Farbe 1 ---------------------  */
  .bg1 {
background-color : #1B191E;
}
.color1 {
 color : #1B191E;
 }
 /*  --------------------- Farbe 2 ---------------------  */
 .bg2 {
 background-color :  #212028;
 }
.color2 {
 color : #212028;
 }
 /*  --------------------- Farbe 3 ---------------------  */
  .bg3 {
 background-color : #EF5442;
 }  
.color3 {
 color : #EF5442;
 }

 /*  --------------------- Farbe 4 ---------------------  */
  .bg4 {
 background-color : #5B0907;
 }
.color4 {
 color : #5B0907;
 }
.color4:hover {
 color : #686878;
 }  

 /*  --------------------- Farbe 5 ---------------------  */
  .bg5 {
 background-color : #777777;
 }
.color5 {
 color : #777777;
 }
.color5:hover {
 color : #686878;
 }  


 /*  ------------------ Grundfarben------------------  */
/*  -----------------------------------------------------  */
.bg-black{
 background-color : Black;
 }
.black {
 color : Black;
 }
/*  -----------------------------------------------------  */
.bg-weiss {
 background-color : White;
 }
.white {
 color : White;
 }
/*  -----------------------------------------------------  */
.bg-red {
 background-color : red;
 }
.red {
 color : red;
 }
/*  -----------------------------------------------------  */
.bg-green {
 background-color : #008000;
 }
 .green {
 color : green;
 }



