#Body
{
	text-align: center;
	margin: 0;
	padding: 0;
	/*
	background-image: url(images/bg.gif);
    background-attachment:fixed;
	*/ /* altes design */
	background: #d2d7dd url(images/cel_body_bg.jpg) repeat-x;
}


#all
{
	height: auto;
	width:  800px;
	text-align: left;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #ffffff;
	/* border-right: 1px solid #eba462;
	border-left: 1px solid #eba462;  
	border-right: 1px solid #b4bac3;
	border-left: 1px solid #b4bac3;
	border-bottom: 1px solid #b4bac3;
	*/ /* altes design */
	border: 1px solid #b4bac3;
}





#Adminall
{
	height: auto;
	width:  1000px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
	border-right: 1px solid #eba462;
	border-left: 1px solid #eba462;

}

#all .contentpane
{
	float: left;
	padding-left: 36px;
	padding-right: 32px;

}


#all .contentpane UL, #blogframe .blogcontentpane UL, #blogframe .blog UL,
#container_main_squeeze UL, #fm_container_main_squeeze UL, #Contentframe .rightpane UL
{
  list-style-type: disc;
  margin-left: 24px;
  margin-bottom: 15px;
  line-height: 1.6em;
}

#all .contentpane UL LI, #blogframe .blogcontentpane UL LI, 
#blogframe .blogcontentpane_narrow UL LI, 
#container_main_squeeze UL LI, fm_container_main_squeeze UL LI
{
	padding-left: 3px;
    line-height: 1.6em;
}

/*
* html #all .contentpane UL, * html  #blogframe .blogcontentpane UL
{
  margin-left: 23px;
}
*/



#all .contentpane OL, #blogframe .blogcontentpane OL, #container_main_squeeze OL, #fm_container_main_squeeze OL
{
 list-style-type:decimal; 
 margin-left: 30px;
 margin-bottom: 15px;
 line-height: 1.6em;
}

* html #all .contentpane OL, * html  #blogframe .blogcontentpane OL, #container_main_squeeze OL, #fm_container_main_squeeze OL
{
  margin-left: 29px;
  line-height: 1.6em;
}

#top {
	margin: 0;
	padding: 0;
	padding-right: 32px;
	margin-bottom: 4px;
	float: right;
}

#header
{
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	margin-right: 18px;
	/*width: 768px;*/
	height: 124px;
	background-image: url(images/head.gif);background-repeat: no-repeat;
}

a
{
	/*color: #eba462;*/
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover
{
	/*color: #eba462;*/
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
/*
a.top_link, a.top_link:visited
{
	color: #ab621e;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

a.top_link:hover
{
	color: #eba462;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
*/
a.nav_link, a.nav_link:hover
{
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

#footer
{
	clear: both;
	padding-top: 8px;
	padding-left: 32px;
	padding-bottom: 10pt;
	color: #464847;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

a.footer_link, a.footer_link:hover, a.footer_link:visited
{
	color: #eba462;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
}

/* GENERIC */
H1
{

         font-family: Arial;
         font-size: 18pt;
         font-weight: bold;
         text-decoration: none;
}


H2  {

	color: #000000;
	 font-family: Arial;
	 font-size: 12pt;
	 font-weight: bold;
	 text-decoration: none;
         
}


H3  {

	color: #000000;
         font-family: Arial;
         font-size: 14px;
         font-weight: bold;
         text-decoration: none;
         }

H4  {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #9d3500;
}

H5, DT  {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #9d3500;
}

H6  {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #9d3500;
}

/* Menu */

/* Definition der Submenus wenn der Hover nicht betätigt ist, left/top verstecken die ULs */
#topnavigation ul {   					position:relative; z-index:200; padding: 0; margin: 0; padding:0 30px;
										background: none; height: 25px; font-size: 10px;}
										
#topnavigation ul ul.ebene_2 { 			position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#topnavigation ul ul ul.ebene_3 { 			position:absolute; left:-9999px; top:-9999px; list-style:none;}
#topnavigation ul ul ul ul.ebene_4 { 			position:absolute; left:-9999px; top:-9999px; list-style:none;}
#topnavigation ul ul ul ul ul.ebene_5 { 		position:absolute; left:-9999px; top:-9999px; list-style:none;}

/* Definition der Submenus wenn der Hover zum Einsatz kommt, jede Ebene erhält einen eigenen Stil*/
#topnavigation ul :hover ul.ebene_2 { 		top:25px; left: 0px; width:158px; height:auto; z-index:300; display: block; }
#topnavigation ul ul :hover ul.ebene_3	{ 	top:0px; left: 268px; width:288px; height:auto; z-index:300; display: block; }
#topnavigation ul ul ul :hover ul.ebene_4  { 	top:0px; left: 100px; width:288px; height:auto; z-index:300; display: block; }
#topnavigation ul ul ul ul :hover ul.ebene_5  { top:0px; left: 100px; width:288px; height:auto; z-index:300; display: block; }


/* IE < 7 Hacks (Display: none;  zum verstecken der Unterebenen) */
* html #topnavigation ul li a{				}
* html #topnavigation ul :hover ul { 			background: white; margin-left: -4px; }
* html #topnavigation ul ul.ebene_2 {		display: none; }
* html #topnavigation ul ul ul.ebene_3 {		display: none; }
* html #topnavigation ul ul ul ul.ebene_4 {		display: none; }
* html #topnavigation ul ul ul ul ul.ebene_5 {	display: none; }

/* Weitere benötigte Definitionen */
#topnavigation ul li{						position: relative; float: left; list-style-type: none; margin: 0 1px; } 
#topnavigation ul li a{
	font-weight:bold;
	color: #464847;						
	display:block; 	
	padding: 4px 3px;
	background: #dde3e6 url(images/cel_menu_bg.jpg) repeat-x;
	border: 1px solid #B3C1CC;
	text-decoration: none;
	white-space: nowrap;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}
#topnavigation ul li a.active{				background-image: none; background-color: #edf1f3; border-bottom: 1px solid #edf1f3}
#topnavigation ul ul li a.active{			background-image: none; background-color: #edf1f3; border-bottom: 1px solid #B3C1CC}
#topnavigation ul ul li{					margin: 0px; } /* border-top: 1px solid transparent;  für den abstand besser ein border als ein margin, 
                                                          da der IE sonst schnell das mouseover vom dropdown verliert*/
#topnavigation ul ul li a{ 					
	width: 300px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
}
#topnavigation ul ul li.first a{				width: 300px; }
#topnavigation table{ 					empty-cells:hide; }

#topnavigation ul :hover ul li a:hover {		background-image: none; border-bottom: 1px solid #B3C1CC;}
#topnavigation ul li:hover {				position:relative; z-index:200;}
#topnavigation ul a:hover {				position:relative; white-space: nowrap; z-index:200; border-bottom: 1px solid #edf1f3; background-color: #edf1f3; background-image: none;}


* html #topnavigation ul li.HasChildMenu a { padding: 4px 3px 0 3px; margin-bottom: -1px;}
* html #topnavigation ul li.HasChildMenu ul li a { padding: 4px 3px 4px 3px; margin-bottom: 0px;}

/* Erste und Letzte Elemente
#topnavigation ul li.first{				margin-left: 23px;}
#topnavigation ul li.firstactive {			margin-left: 23px;}
*/
/*
#menu {
	margin: 0;
	margin-bottom: -1px;
	padding: 0;
	display: block;
	height: 25px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu li.menulevel0 {
	padding: 0;
	margin: 0 1px;
	background: url(images/menu-arrow-down.gif) no-repeat right center;	
}

#menu a
{
	font-family: Arial;
	font-size: 12px;
	display: block;
	color: #464847;
	text-decoration: none;
}

#menu li.menulevel0 a
{
	padding: 4px;
	background: #dde3e6 url(images/cel_menu_bg.jpg) repeat-x;
	border: 1px solid #B3C1CC;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}

#menu li.menulevel0 ul li a {
	
	padding: 4px;
}

#menu li.menulevel1 ul li a {
	border-bottom: solid 1px #f00;
}

 #menu ul ul a,  #menu li.menulevel0 li a
 {
    background-color: #a90705;
	width: 24em;
	margin-top: 1px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
}

#menu li.menulevel0 a:hover
{
	background-color: #edf1f3;
	background-image: none;
	border-bottom: 1px solid #edf1f3;
}

#menu li.menulevel0 li a:hover
{
	background-color: #edf1f3;
	background-image: none;
	border-bottom: 1px solid #B3C1CC;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
}

#menu li 
{
	float: left;
	list-style-type: none;
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

 #menu li:hover ul,  #menu li.hoveme ul {
	left: auto;
	z-index: 10000;
}
*/

/* altes menu */
/*
#menu {
	margin: 0;
	padding: 0;
	margin-left: 0;
	float: left;
	display: inline; 
	background-color: #a90705;
         width: 697px;
	font-family: Arial;
	font-size: 10px;

}

#menu ul {
	padding: 0;
	margin: 0;
	margin-top: 8px;
	list-style-type: none;
	float: left;
}

#menu li.menulevel0 {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	background: url(images/menu-arrow-down.gif) no-repeat right center;
	height: 22px;
}

#menu a
{
	font-family: Arial;
	font-size: 12px;

	display: block;
	color: White;
	text-decoration: none;

}

#menu li.menulevel0 a
{
	padding-left: 2px;
         padding-right: 2px;
}

#menu li.menulevel0 ul li a {
	border-bottom: solid 1px White;
	padding: 4px;

}

 #menu ul ul a,  #menu li li a
 {
         background-color: #a90705;
	width: 24em;

}

 #menu a:hover
 {
	background: none;
    background-color: #eeba89;
}


 #menu li {
	float: left;
   list-style-type: none;
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

 #menu li:hover ul,  #menu li.hoveme ul {
	left: auto;
	z-index: 10000;

}

*/


/****** TOPNAVIGATION für neue Homepage *******/

#topnavigation2 {
	background: #c9c9c9 url(images/menu_bg.jpg) repeat scroll top right;
	width: 100%;
	padding:0;
	float: left;
	display:block;
	list-style:none;
	z-index: 1000;
	position: relative;
	text-align: center;
	border-top: 1px solid #A0A0A0;
	margin:0px 0px 0px 0px;
} 

* html #topnavigation2 {
	margin: 27px 0px 0px 0px;
}

/* Definition der Submenus wenn der Hover nicht betätigt ist, left/top verstecken die ULs */
#topnavigation2 ul {   					position:relative; z-index:200; padding: 0; margin: 0;
										background: none; height: 30px; text-align: center }
#topnavigation2 ul ul.ebene_2 { 				position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/* Definition der Submenus wenn der Hover zum Einsatz kommt, jede Ebene erhält einen eigenen Stil*/
#topnavigation2 ul :hover ul.ebene_2 { 		background: #23375D; top:30px; left: 0px; width:300px; height:auto; z-index:300; display: block; 
										border-bottom: 2px solid black; border-right: 2px solid black;
										border-top: 1px solid #808080; border-left: 1px solid #808080;	}


/* IE < 7 Hacks (Display: none;  zum verstecken der Unterebenen) */
* html #topnavigation2 ul li a{					line-height: 25px; }
* html #topnavigation2 ul :hover ul { 			left: 0px; }
* html #topnavigation2 ul ul.ebene_2 {			display: none; }

/* Weitere benötigte Definitionen */
#topnavigation2 ul > :nth-child(1) a{width: 127px;}
#topnavigation2 ul > :nth-child(2) a{width: 110px;}
#topnavigation2 ul > :nth-child(3) a{width: 120px;}
#topnavigation2 ul > :nth-child(4) a{width: 107px;}
#topnavigation2 ul > :nth-child(5) a{width: 113px;}
#topnavigation2 ul > :nth-child(6) a{width: 167px;}
#topnavigation2 ul > :nth-child(7) a{width: 192px;}
#topnavigation2 ul li{						position: relative; float: left; list-style-type: none; 
											background: transparent url(images/menu_right_border.jpg) no-repeat scroll top right;} 
#topnavigation2 ul li a{					display:block; color: white; float:left; line-height: 30px; height: 30px; color: white;  text-decoration: none;
											font-weight: bold;}
#topnavigation2 ul ul li{					margin: 0px; padding: 0px; background: none;} 
#topnavigation2 ul ul li a{ 					width: 300px; height: 24px; line-height:24px; padding-left: 5px; border-top: 0px solid white;}
#topnavigation2 table{ 					empty-cells:hide; border: 0px; background: none;}
#topnavigation2 table td{ 					empty-cells:hide; border: 0px; background: none;}


#topnavigation2 ul :hover ul li a:hover {		background: #6889C7; width: 285px; color: black;}
* html #topnavigation2 ul :hover ul li a:hover {	background: #6889C7; width: 300px; color: black;}
#topnavigation2 ul li:hover {				position:relative; z-index:200;}
#topnavigation2 ul a:hover {				position:relative; white-space:normal; z-index:200;}

/* Active Elemente*/
#topnavigation2 ul :hover ul.ebene_2 .active { 		color: #ffa800;}

#topnavigation2 ul .active {				background: transparent url(images/menu_active.gif) no-repeat scroll 0%; }
#topnavigation2 ul .active a {				background: transparent url(images/menu_active_right.gif) no-repeat scroll top right; }
#topnavigation2 ul :hover ul.ebene_2 a{ 		background: none;  }


#blogframe
{

	clear: both;
	width: 800px;
	height: auto;
	padding:0px;
	margin: 0px;
}

.toppane
{
	float: left;
	overflow: hidden ;
	padding: 30px 10px 0px 30px;
	margin: 0px;
	width: 750px; 

	height: auto;


}

#blogframe .blogcontentpane
{

	float: left;
	overflow: hidden ;
	padding: 30px 10px 0px 30px;
	margin: 0px;
	width: 540px;
	height: auto;


}

* html #blogframe .blogcontentpane {  /* nur fuer Internet Explorer */
  width:590px;     /* Version 5.x */

}


#blogframe .blogrightpane
{
	float: right;
	padding: 30px 20px 0 5px;
	width: 188px;
	height: auto;
}

* html #blogframe .blogrightpane {
	width: 180px;
	padding: 0px 10px 0 5px;
}



#Contentframe
{

	clear: both;
	width: 800px;
	height: auto;
	padding:0px;
	margin: 0px;

}


#contentframe_100pro {

	clear: both;
	width: 100%;
	height: auto;
	padding:0px;
	margin: 0px;

} 

#contentframe_100pro .contentpane
{
	padding: 30px 10px 0px 30px;
}

#Contentframe .contentpane
{

	float: left;
	overflow: hidden ;
	padding: 30px 10px 0px 30px;
	margin: 0px;
	width: 540px;
	height: auto;


}


#Contentframe .rightpane
{
	float: right;
	padding: 30px 10px 0 5px;
	width: 188px;
	height: auto;
}

*html #Contentframe .rightpane
{
	width: 184px;

}

#Contentframe .leftpane-dreispaltig
{

	float: left;
	padding: 30px 10px 0px 0px;
	margin: 0px;
	width: 150px;
	height: auto;


}

#Contentframe .contentpane-dreispaltig
{

	float: left;
	overflow: hidden ;
	padding: 30px 10px 0px 0px;
	margin: 0px;
	width: 400px;
	height: auto;


}

* html #Contentframe .contentpane-dreispaltig {  /* nur fuer Internet Explorer */
     width: 560px;/* Version 5.x */

}


#Contentframe .rightpane-dreispaltig
{
	float: right;
	padding: 30px 0px 0px 0px;
	/* width: 150px; */
	height: auto;
}

/*alles bis zu ################ für breiteres Rightpane*/

#blogframe .blogcontentpane_narrow
{

	float: left;
	overflow: hidden ;
	padding: 30px 10px 0px 30px;
	margin: 0px;
	width: 420px;
	height: auto;
}

* html #blogframe .blogcontentpane_narrow {  /* nur fuer Internet Explorer */
  width:470px;     /* Version 5.x */
}
#blogframe .blogrightpane_expanded
{
	float: right;
	padding: 30px 20px 0 5px;
	width: 308px;
	height: auto;
}

* html #blogframe .blogrightpane_expanded {
	width: 300px;
	padding: 30px 10px 0 5px;
}

/*##########################*/



#ContentframeAdmin
{

	clear: both;
	width: 1000px;
	height: auto;
	padding:0px;
	margin: 0px;

}

#ContentframeAdmin .contentpane
{

	float: left;
	overflow: hidden ;
	padding: 8px 10px 0px 30px;
	margin: 0px;
	width: 100%;
	height: auto;


}


* html #ContentframeAdmin .contentpane {  /* nur fuer Internet Explorer */
  width: 1000px;     /* Version 5.x */

}

/* CSS Definitionen für die Textgestaltung */


a.normallink
{

         font-family: Arial;
	 font-weight: none;
         font-size: 12pt;
         text-decoration:  underline;
         text-align: left;

}


a.normallink:visited
{

         font-family: Arial;
	 font-weight: none;
         font-size: 12pt;
         text-decoration:  underline;
         text-align: left;

}

a.normallink:hover
{

         font-family: Arial;
	 font-weight: none;
         font-size: 12pt;
         text-decoration: underline;
         text-align: left;

}



/* CSS Definitionen für die Textgestaltung (alt) */

.A_titel-gross-rot
{
	color: #9d3500;
         font-family: Arial;
         font-size: 20px;
         font-weight: bold;
         text-decoration: none;
         text-align: left;
}



.A_title-gross-schwarz
{
	color: #000000;
         font-family: Arial;
         font-size: 18px;
         font-weight: bold;
         text-decoration: none;
         text-align: left;
}

/*.cont_h2*/
.A-Titel-gross-fett-schwarz
{
	color: #000000;
         font-family: Arial;
         font-size: 16px;
         font-weight: bold;
         text-decoration: none;
         text-align: left;
}


.A-Titel-mittel-rot-fett
{
	color: #9d3500;
         font-family: Arial;
         font-size: 14px;
         font-weight: bold;
         text-decoration: none;
         text-align: left;
}



.A-Titel-mittel-rot
{
	color: #9d3500;
         font-family: Arial;
         font-size: 14px;
         font-weight: none;
         text-decoration: none;
         text-align: left;
}


/*.cont_bgbord f1cfb0*/
.A-Interview-box
{
	background-color: #ffcd9e;
	 width: 500px;
	 padding: 10px;
	 color: #000000;
	 font-family: Arial;
	 font-size: 10pt;
	 font-weight: none;
	 font-style: Italic;
	 text-decoration: none;
	 text-align: left;
	 margin: 10px;
}

.A-Interview-Box
{
	background-color: #ffcd9e;
	 width: 500px;
	 padding: 10px;
	 color: #000000;
	 font-family: Arial;
	 font-size: 10pt;
	 font-weight: none;
	 font-style: Italic;
	 text-decoration: none;
	 text-align: left;
	 margin: 10px;
}

.grey-box
{
	background: #EFEFEF none repeat scroll 0 0;
	border: 1px solid #CDCDCD;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 5px;
	width: 500px;
}

.right-box
{
	background: #EFEFEF none repeat scroll 0 0;
	border: 1px solid #CDCDCD;
	margin: 10px 0 10px 10px;
	padding: 5px;
	width: 200px;
	float: right;
}

a.A-Link-gross
{
         color: #0000ff;
         font-family: Arial;
         font-size: 14px;
         font-weight: bold;
         text-decoration: underline;
         text-align: left;
}

a.A-Link-gross:hover
{
         color: #0000ff;
         font-family: Arial;
         font-size: 14px;
         font-weight: bold;
         text-decoration: none;
         text-align: left;
}

.cont_std td
{
	color: #000000;
         font-family: Arial;
         font-size: 12pt;
         font-weight: none;
         text-decoration: none;
         text-align: left;
}

a:active, a:link, a:visited {
         color: #0000ff;
        text-decoration: underline;
}

p {
	margin-bottom: 10px;
	line-height:1.6em;
}

#Contentframe  p, #Contentframe  span, #Contentframe  div , 
.contentpane p , .contentpane span, .contentpane div 
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: none;

}

#Contentframe Table tr td, .contentpane  Table tr td{
	color: #000000;
    font-family: Arial;
    font-size: 10pt;
    font-weight: none;
    text-decoration: none;
    text-align: left;
	padding: 2px 4px 2px 4px;
}


img {
	/* margin: 2px 8px 5px 8px; */
}

#Contentframe .rightpane img 
{
	margin: 0px;
	padding: 0px;

}

.toplinks 
{
	float:right;
	position: absolute;
	margin-top:10px;
	width: 800px;
}


.topcommands { min-height: 20px; height: 20px; }

.toplinks a:link, .toplinks a:visited, .toplinks a:hover 
{
	float: right;
	position: relative;
	color: #464847;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}


#footer a:link, #footer a:visited, #footer a:hover 
{
	color: #464847;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	padding-top: 9px;
}


.cleaner {
clear: both;
height: 0px;
padding:0px;
margin: 0px;
border: 0px;
overflow: hidden;
line-height: 0px;
font-size: 0px;
}





h1.red
{
	color: #9d3500;
}

h2.red
{
	color: #9d3500;
}

h3.red
{
	color: #9d3500;
}


.Normal, .NormalDisabled,
.normal
{
	color: #000000;
    font-family: Arial;
    font-size: 10pt;
    font-weight: none;
    text-decoration: none;
    text-align: left;

}



.normalitalic
{
	color: #000000;
         font-family: Arial;
         font-size: 10pt;
         font-weight: none;
         text-decoration: none;
         text-align: left;
         font-style: Italic;

}

.normalbold
{
	 color: #000000;
         font-family: Arial;
	 font-weight: bold;
         font-size: 10pt;
         text-decoration: none;
         text-align: left;

}

.normalbolditalic
{
	 color: #000000;
         font-family: Arial;
	 font-weight: bold;
         font-style: Italic;
         font-size: 10pt;
         text-decoration: none;
         text-align: left;

}


.normalboldclred
{
	 color: #9d3500;
         font-family: Arial;
	 font-weight: bold;
         font-size: 10pt;
         text-decoration: none;
         text-align: left;


}

.normalclred
{
	 color: #9d3500;
         font-family: Arial;
         font-size: 10pt;
         text-decoration: none;
         text-align: left;
}


.normaltestimonialstext
{

	 color: #000000;
         font-family: "Times New Roman", Arial;
         font-weight: none;
         font-style: Italic;
         font-size: 10pt;
         text-decoration: none;
         text-align: left;
}


.normaltestimonialsuser
{

	 color: #000000;
         font-family: "Times New Roman", Arial;
         font-weight: bold;
         font-size: 10pt;
         text-decoration: none;
         text-align: left;
}


.bigbold, span.bigbold, div.bigbold
{	 color: #000000;
         font-family: Arial;
	 font-weight: bold;
         font-size: 12pt;
         text-decoration: none;
         text-align: left;
}

.Garantie
{

	font-size: 48pt; 
	color: #9d3500;
	font-family: Freestyle Script;
}

/* Neutralsdesign */


#container_main_squeeze {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
border: 1px solid lightgrey;
}

* html #container_main_squeeze {
width: 803px;
w\idth: 800px;
}

#wrapper_cnt_outer_squeeze {
border-right: 0;
/*background: url(images/linie.jpg) 100% 0 repeat-y;*/
}

#cnt_wrap_full_squeeze {
float: left;
width: 790px;
/* analog Linke Spalte (rahmenbreite outer)  */
}

* html #cnt_wrap_full_squeeze {
margin-left: -195px;
}


* html #cnt_wrap_full_squeeze_2 {
margin-left: 0;
}

#col_main_full_squeeze
{
float: left;
width: 510px;
font-size: 1.0em;
min-height: 500px;
padding: 6px;
}


#col_main_full_squeeze_100 {
	float: left;
width: 710px;
font-size: 1.0em;
min-height: 500px;
padding: 6px;
}

#cnt_wrap_full_squeeze {
float: left;
/*
width: 950px;
margin-left: -390px;*/
}

* html #cnt_wrap_full_squeeze {
	/* width: 950px;*/
 margin-left: 0px;
}

#col_main .padded {
	padding-right: 0;
}

#col_right {
float: right;
width: 250px;
margin: 0px; 	
padding: 6px; 	
border: 0;
}
.SubHead { font-weight: normal; }



/*Styles für neutrale Frank Möller-Seiten*/
#fm_container_main_squeeze {
width: 570px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
border: 1px solid lightgrey;
}

* html #fm_container_main_squeeze {
width: 573px;
w\idth: 570px;
}

#fm_col_main_full_squeeze_100 {
float: left;
width: 558px;
font-size: 1.0em;
padding: 6px;
}

/* neues design */
.header_container 
{
	background: transparent url(images/cel_header_bg.jpg) repeat-x;
	border-bottom: 1px solid #B3C1CC;
	/*
	width: 100%;
	height: 136px; 
	*/
}

.header_logo
{
	/*
	background: transparent url(images/cel_header_logo.jpg) repeat-x;
	display: block;
	width: 276px;
	height: 136px;
	*/
	margin-left: 30px;
}

.slogan 
{ 
background: transparent url(images/mehr.jpg) no-repeat; 
height:20px; 
float: right; 
width: 295px; 
margin-top:97px;
margin-right: 155px;
}

.width_100pro { width: 100%; }


/* Social Bookmarks */

#SocialBookmark { margin: 0px 0px 0px 0px; padding: 8px 0px 0px; border-top: 1px solid #CCCCCC; width: 320px; float: right}
#SocialBookmark h3 { color:#666666; font-size:11px; font-weight:bold; margin:3px 10px 0px; float: left;/* text-transform:uppercase; */ }
#SocialBookmark  ul { margin:0;padding:0; }
#SocialBookmark ul li {float:left;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0 4px 0 0; }
#SocialBookmark li img {border:1px solid #CCCCCC; padding:1px; }
#SocialBookmark li .sbtitle { color:#939393;float: right; margin-left:3px; margin-top:3px; }
#SocialBookmark li a { padding:0px; }

/*Boxes for homepage*/

.boxhomepagetop{
  width: 300px;
  height: 50px;
  min-width: 300px;
  min-height: 50px;
  margin: 0;
  background-image: url(images/box-top.gif);
}

.boxhomepagetop h1{
  padding: 20px 32px 0 32px;
  font-size: 12pt;
  color: white;
  font-weight: normal;
}

.boxhomepagebg{
  width: 300px;
  min-width: 300px;
  background-image: url(images/box-line.gif);
}

.boxhomepagecontent{
  padding: 5px 32px 5px 32px;
}

.boxhomepagebottom{
  width: 300px;
  height: 22px;
  min-width: 300px;
  min-height: 22px;
  background-image: url(images/box-bottom.gif);
}

.boxbighomepagetop{
  width: 564px;
  height: 50px;
  min-width: 564px;
  min-height: 50px;
  margin: 0;
  background-image: url(images/box-big-top.gif);
}

.boxbighomepagetop h1{
  padding: 20px 32px 0 32px;
  font-size: 12pt;
  color: white;
  font-weight: normal;
}

.boxbighomepagebg{
  width: 564px;
  min-width: 564px;
  background-image: url(images/box-big-line.gif);
}

.boxbighomepagecontent{
  padding: 5px 32px 0px 32px;
}

.boxbighomepagebottom{
  width: 564px;
  height: 22px;
  min-width: 564px;
  min-height: 22px;
  background-image: url(images/box-big-bottom.gif);
}

/*Spezielle Klassen für die neue Homepage*/
h2.categorytitle{
  color: #002060;
  padding: 10px 0 10px 10px;
}

a.categorylink{
  padding: 0 0 0 10px;
  background: url(images/triangle.gif) no-repeat scroll 0 5px transparent;
  font-weight: bold;
}

img.categoryimage{
  margin: 20px 15px 20px 5px;
}

div.categorydivider{
  clear: left;
  width: 100%;
  height: 1px;
  background-color: black;
}
  