@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size:100.01%; }

 /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:75.00%;
    color:#444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family:"Arial", Times, serif;
    font-weight: normal;
    color:#222;
    margin:0 0 0.25em 0;	
	font-variant:normal;
  }

  h1 { font-size:240%;  }                       /* 30px */
  h2 { 
  font-size:180%; 
  color:#f0f0f0;
  background: transparent url("../img/bg_petrol_h2.png") repeat-x center left; 
  padding:0 0 1px 8px; 
  border:0;
  }  
  /* 
  border-top:1px dotted #47a0a0;
  border-bottom: 1px dotted #47a0a0 
  24px 
  */
  h3 { font-size:140%; 
  background: transparent url("../img/h3_bg.png") no-repeat center left; 
  padding-left:15px; 
  margin-left: 15px;
  border-top:1px dotted #47a0a0;
  border-bottom: 1px dotted #47a0a0;
  }                       /* 18px */
  
  h4 { 
  font-size:120%; 
  color:#f0f0f0;
  background: transparent url("../img/bg_petrol_h4.png") repeat-x center left; 
  padding:2px 0 2px 8px; 
  border:0;
  }                    /* 16px */
  h5 { font-size:110%; }                    /* 14px */
  h6 { font-size:100%; }                    /* 14px */
  
  h1.size { font-size:300%; }
  
/* Runde Ecken 3D hochgestellt */ 
.box4 .b1 {margin:0 5px; background:#fff;} 
.box4 .b1, .box4 .b2, .box4 .b3, .box4 .b1b, .box4 .b2b, .box4 .b3b {height:1px;} 
.box4 .b1, .box4 .b2, .box4 .b3, .box4 .b4, .box4 .b1b, .box4 .b2b, .box4 .b3b, .box4 .b4b {display:block; overflow:hidden;} 
.box4 .b1b {margin:0 5px; background:#999;} 
.box4 .b2 {background:#007770; border-left:1px solid #fff; border-right:1px solid #eee;} 
.box4 .b2, .box4 .b2b {margin:0 3px; border-width:0 2px;} 
.box4 .b2b {background:#007770; border-left:1px solid #aaa; border-right:1px solid #999;} 
.box4 .b3 {background:#007770; border-left:1px solid #fff; border-right:1px solid #E3E3E3;} 
.box4 .b3, .box4 .b3b {margin:0 2px;} 
.box4 .b3b {background:#007770; border-left:1px solid #f0f0f0; border-right:1px solid #999;} 
.box4 .b4 {background:#007770; border-left:1px solid #fff; border-right:1px solid #aaa;} 
.box4 .b4, .box4 .b4b {height:2px; margin:0 1px;} 
.box4 .b4b {background:#007770; border-left:1px solid #eee; border-right:1px solid #999;} 

.box4 .side {display:block; background:#007770; border-left:1px solid #fff; border-right:1px solid #999;} 
.box4 .top, .box4 .bottom {display:block; background:transparent;} 
.box4 { width:auto; background: transparent; padding: 0px; margin: 0px;}

.box4 h2, .box p {margin: 0 10px;}
.box4 h2 {font-size:180%; color:#ffffff; }
.box4 h3, .box p {margin: 0 10px;}
.box4 h3 {font-size:140%; color:#ffffff; }
.box4 h4, .box p {margin: 0 10px;}
.box4 h4 {font-size:120%; color:#ffffff; }
  
  
  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height:1.5em; margin:0 0 1em 1em; }
  ul { list-style-type:disc; }
  ul ul { list-style-type:circle; margin-bottom:0; }

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:0.8em; line-height:1.5em; }

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height:1.5em; margin:0 0 1em 0; }

  blockquote, cite, q {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }
 
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub, sup { font-size:91.6667%; line-height:0; }

  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

 /* #effekt a:hover {background: transparent url(../images/Eintrag-aLink_1 Kopie.png) no-repeat center;} */
  
  a { color:#4D87C7; background:transparent; text-decoration:none; }
  a:visited  { color:#036; }

  a:focus,
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color:#c30; }
  .dimmed { color:#888; }

  /*.info { color:#666;  margin-bottom:0.5em; font-size:91,667%; border-left: 1px dotted #6FF;}
/*padding:10px;*/
  .note { background:#efe; color:#040; border:2px #484 solid; padding:10px; margin-bottom:1em; }
  .important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
  .warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }

  .float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
  .float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
  .center { display:block; text-align:center; margin:0.5em auto; }
  
  .footersize { font-size:10px; }
  .footerplace { width:100%; text-align:center; }
  
  .tx_mh_branchenbuch-searchbox{
	padding:138px 0 0 31px; 
	margin-top:3px;
	
	background:transparent url(../img/suche/gesamtoptimiert_2.png) no-repeat ;
  }
  .submit input
  {
  margin-left: 4.5em;
  } 
  .tx_mh_branchenbuch-searchbox_inputleft
  {
  font-weight:bold;
  font-size:12px;
  color: #222;
  background: transparent;
  border: 0;
  height:20px;
  width:40%;
  padding-left:2px;
  }
  .tx_mh_branchenbuch-searchbox_inputright
  {
  font-weight:bold;
  font-size:12px;
  color: #222;
  background: transparent;
  border: 0;
  height:20px;
  width:40%;
  padding-left:16px;
  margin-top:5px;
  }
  .tx_mh_branchenbuch-searchbox2{
	text-align:right;
	margin-top:3px;
	background:transparent url(../img/suche/suche_klein.png) no-repeat ;
  }
  .tx_mh_branchenbuch-searchbox_inputleft2
  {
  font-weight:bold;
  font-size:12px;
  color: #222;
  background: transparent;
  border: 0;
  height:20px;
  width:46%;
  
  }
  .tx_mh_branchenbuch-searchbox_inputright2
  {
  font-weight:bold;
  font-size:12px;
  color: #222;
  background: transparent;
  border: 0;
  height:20px;
  width:46%;
  padding-left:12px;
  margin-top:5px;
  }
  .submit2 input
  {
  color: #fff;
  background:transparent;
  border:none;
  width:88px;
  height:33px;
  padding:0 0 3px 82px;
  
  }
  
  .submit2
  {
	  margin-top:10px;
  margin-left:440px;
  }
  
  .beschriftunglinks {float:left;}
  
  .beschriftungrechts {float:right;}
  
  .kleineschrift { margin-left: 5px; font-size:12px; width:100%; color:#fff;}
  .kleineschriftrechts { padding-left:174px; font-size:12px; color:#fff; }
  .labelabstand { margin-bottom:2px; color:#fff;}
  
/*color: #fff;
  background-color:transparent;
  border-left: 1px solid #f0f0f0;
 */
  .submit input
  {
  color: #fff;
  background:transparent url(../img/suche/submit_leer_2.png) no-repeat ;
  border:none;
  width:66px;
  height:30px;
  padding:0 0 3px 2px;
 
  }
  p.submit
  {
   margin: 48px 0 0 0;
  text-align:right;
  }

  .suchfaq
  {
  margin-top:20px;
  }
  
  .tx_mh_branchenbuch-standard,
.tx_mh_branchenbuch-advanced,
.tx_mh_branchenbuch-premium-1,
.tx_mh_branchenbuch-premium-2,
.tx_mh_branchenbuch-premium-3 {
  background-color:transparent; 
  height:55px; 
  width: 98%; 
  padding:5px;
  margin:0px; 
  border:0;
}/*border-top: #666 dotted thin;*/

.tx_mh_branchenbuch-premium {
  background-color:transparent; 
  height:auto; 
  width: 559px; 
  padding:10px;
  margin:0px; 
  border:1px solid #CCC;
  float:left;
  margin-bottom:20px;
}

.tx_mh_branchenbuch-premium span.brake {
	display:block;
	clear:both;
}


.li-st-ty { height:auto;   }
.li-st-ty li { margin-left:0; list-style-type:none; height:auto;}
.li-st-ty span { position:relative; top:0px; left:0px; }
.li-st-ty ul li a span, .li-st-ty ul li strong span { color:#007770; }



.formhr {
  border-bottom: 1px dotted #333;
}
.catauswahl{
  width:50%; 
  border: 1px solid #30F; 
  padding:20px;
  font-size:14px;
  font-weight:bold;
}
.platzhalter5 {
  border:0;
  padding:0;
  margin:0;
  width:100%;
  height:5px;
}
.platzhalter10 {
  border:0;
  padding:0;
  margin:0;
  width:100%;
  height:10px;
}
.platzhalter13 {
  border:0;
  padding:0;
  margin:0;
  width:100%;
  height:13px;
}
.platzhalter15 {
  border:0;
  padding:0;
  margin:0;
  width:100%;
  height:15px;
}
.platzhalter20 {
  border:0;
  padding:0;
  margin:0;
  width:100%;
  height:20px;
}
.platzhalter30 {
  border:0;
  padding:0;
  margin:0;
  width:100%;
  height:30px;
}
.platzhalter40 {
  border:0;
  padding:0;
  margin:0;
  width:100%;
  height:40px;
}
.platzhalter50 {
  border:0;
  padding:0;
  margin:0;
  width:100%;
  height:50px;
}


.sps {
	width:100%;
	text-align:right;
}

a.button {
 background:url(../../abmelden.png)	no-repeat; 
 text-decoration: none;
 margin: 3px;
 text-align: center;
}
a.button:hover {
 background:url(../../abmeldenhover.png) no-repeat; 
 text-decoration: none;
 margin: 3px;
 text-align: center;
}

/*barnchenverzeichnis hauptkategorien*/
.groesse {font-size:14px; }

/*

.listenbild {padding:0px 10px 0px 0px; margin:0px; float:left; width:33%;}
.textbereich {float:right; text-align:left; width:64%;}
.textrichtungLinks {text-align:left;}

*/
.individEntry  {
	background-color:transparent; 
  height:70px; 
  width: 48%; 
  padding:5px;
  margin:0px; 
  border:1px solid #CCC;
  float:left;
}

#floatid {
	float:left;	
	}
.title {text-align:left; width:100%; border:0; margin-bottom:10px;}
.textbereich {float:left; text-align:left; width:49%;}
.textbereichLatest {float:left; text-align:left; width:100%;}
.textrichtungLinks {float:right; width:49%; text-align:left;}
.roundedcornr_box_201696 {
   background: #dfdfdf url(../img/roundBox/roundedcornr_201696_grad.gif) repeat-x top left;
}
.roundedcornr_top_201696 div {
   background: url(../img/roundBox/roundedcornr_201696_tl.gif) no-repeat top left;
}
.roundedcornr_top_201696 {
   background: transparent url(../img/roundBox/roundedcornr_201696_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_201696 div {
   background: url(../img/roundBox/roundedcornr_201696_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_201696 {
   background: transparent url(../img/roundBox/roundedcornr_201696_br.gif) no-repeat bottom right;
}

.roundedcornr_top_201696 div, .roundedcornr_top_201696,
.roundedcornr_bottom_201696 div, .roundedcornr_bottom_201696 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_201696 { margin: 0 20px; color: #222;}
H2.roundedcornr_content_201696, H4.roundedcornr_content_201696 { color: #222; }

.detlabelAdrli{
	float:left; width:55px;
	}
.detlabelAdrre{
	float:right; width:85%;
	}
.detlabelFon{
	
	}
.detlabelInternet{
	
	}
.detbereich{text-align:right; margin-bottom:20px;}
/* alternatives submit button
border: 2px outset #d7b9c9;
  width:66px;
  height:30px;
  font-weight:bold;*/

/*root Seite html Code für Top suche*/
.hauptfenster{
	margin-bottom:10px; padding:10px; border:thin solid silver; height:100px;
	}
.absatzformat1 {
	float:left; width:45%;
	}
.absatzformat2 {
	float:right; text-align:left; width:45%; margin:0; padding:0; border-left:1px #cfcfcf solid;
	}
.hauptfenster2{
	margin-bottom:10px; padding:10px; border:thin solid silver; height:150px;
	}
	
.hauptfenster3{
	margin-bottom:10px; padding:0; border:thin solid silver;
	}
	
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table { width:auto; border-collapse:collapse; margin-bottom:0.5em; border-top:2px #888 solid; border-bottom:2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding:0.5em; }
  thead th { color:#000; border-bottom:2px #800 solid; }
  tbody th { background:#e0e0e0; color:#333; }
  tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

  tbody th { border-bottom:1px solid #fff; text-align:left; }
  tbody td { border-bottom:1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }
    
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left:12px;
    background-image:url('your_image.gif');
    background-repeat:no-repeat;
    background-position:0 0.45em;
  }
  */
  
}
.mh_branchenbuch_mapView {
	text-align:center; 
	width:100%;
	height:300px;
	}



DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   padding: 1px;
   border-radius: 10px;
   }
DIV.shadow {
   background-color: #8e8e8e;
   border: 1px solid #959595;
   margin: 0px;
   }
DIV.shadow2 {
   background-color: #aaa;
   border: 1px solid #bebebe;
   margin: 0;
   }
DIV.shadow3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;
   margin: 0;
   }
DIV.shadow4 {
   background-color: transparent;
   border: 1px solid transparent;
   margin: 0;
   }
DIV.shadow5 {
   float: left;
   background-color: transparent;
   border: 1px solid transparent;
   margin: 0.7em 1em;
   }

DIV.shadow IMG {
   border: 0px solid #666;
   margin: 0;
   display:block;
   position: relative;
   top: -3px;
   left: -3px;
   }
   
  
.linkerabstand {
	padding-left:15px;	
	}
	
	
	/*
  *
  ***********OVERVIEW--Möglichkeit 1**************************************************************************
  *
  */ 
#navcontainer
{
background: transparent;
width: 100%;
margin: 0 auto;
padding: 0;
font-family: verdana, serif;
font-size: 13px;
text-align: left;
}
/*text-transform: lowercase;*/
ul#navlist
{
text-align: left;
list-style: none;
padding:0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0 0.2em 0 0;
padding: 0 0 0.2em 0;
float:left;
}

ul#navlist li a
{
display: block;
width: 100%;
padding:0 0.5em 0 0.5em;
border:0;
color: #555;	
text-decoration: none;
background: #f0f0f0;
border-radius: 10px;
}
/*background: #f7f2ea;*/
#navcontainer>ul#navlist li a { width:175px; }

ul#navlist li#active a
{
background: #f0f0f0;
color: #555;
border-bottom: 3px solid transparent;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{

background: #f7f7f7;
border:0;
color: #01887a;
border-bottom: 3px solid #bbb;
}

.kartenabstand {
	margin-top: 50px;
	border:1px solid black;
	}

 /**
  * ----------------OVERVIEW--Möglichkeit 2--------------------------------------------------------------------------------- #
  *
  */

.roundedcornr_box_476365 {
   background: #f0f0f0;
}
.roundedcornr_top_476365 div {
   background: url(../img/roundedcornr_476365_tl.png) no-repeat top left;
}
.roundedcornr_top_476365 {
   background: url(../img/roundedcornr_476365_tr.png) no-repeat top right;
}
.roundedcornr_bottom_476365 div {
   background: url(../img/roundedcornr_476365_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_476365 {
   background: url(../img/roundedcornr_476365_br.png) no-repeat bottom right;
}

.roundedcornr_top_476365 div, .roundedcornr_top_476365, 
.roundedcornr_bottom_476365 div, .roundedcornr_bottom_476365 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_476365 { margin: 0 15px; }
.roundedcornr_content_476365 a {
	background:transparent; 
	margin:15px;		
	}


#navcontainer2
{
margin: 0;
padding: 0;
font: 12px Verdana, sans-serif;
width: 100%;

list-style-type: none;
background: #f0f0f0;
}

ul#navlist2
{
text-align: left;
list-style: none;
padding:0;
margin: 0 auto;
width: 100%;
}


#navlist2 li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;

}

#navlist2 li a, #navlist2 li a:link
{
background: #f0f0f0;
color: #555;
text-decoration: none;
margin:3px 5px 3px 5px;
padding:0 5px;
display: block;
border-bottom: 3px solid transparent;
border-radius: 10px;

}

#navlist2 li a:hover
{
color: #01887a;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #f7f7f7;
}

#navlist2 li a#current2, #navlist2 li a#current2:link
{
color: #01887a;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist2 li a#current2:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}


.roundedcornr_box_369838 {
   background: #f0f0f0;
}
.roundedcornr_top_369838 div {
   background: url(../img/roundBox/roundedcornr_369838_tl.png) no-repeat top left;
}
.roundedcornr_top_369838 {
   background: url(../img/roundBox/roundedcornr_369838_tr.png) no-repeat top right;
}
.roundedcornr_bottom_369838 div {
   background: url(../img/roundBox/roundedcornr_369838_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_369838 {
   background: url(../img/roundBox/roundedcornr_369838_br.png) no-repeat bottom right;
}

.roundedcornr_top_369838 div, .roundedcornr_top_369838, 
.roundedcornr_bottom_369838 div, .roundedcornr_bottom_369838 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_369838 { margin: 0 20px; }


#navcontainer3
{
margin: 0;
padding-left: 15px;
font: 12px Verdana, sans-serif;
width: 100%;
list-style-type: none;
background: #f0f0f0;
}

#navcontainer3 h2, #navcontainer2 h2, #navcontainer h2 {
	color:#222;
	background:#f0f0f0;	
	font-size:180%; 
    padding:0; 
    border:0;
	
	}
.linksausrichtung {
	text-align:left;
    }
	
.bg1 {background-color: #f0f0f0;}
.mittigausrichtung {text-align:center; color:#f0f0f0;}
.schwarz {color:#000;}
.grau {color:#f0f0f0;}
.clearing {clear:both;}





#premium-banner {
	width:103px;
	height:103px;
	position:absolute;
	background-image:url(../img/premium/premium-banner.png);
	background-repeat:no-repeat;
	margin-top:-31px;
}
#premium-content .content-row  {
	margin-top:40px;
	float:left;
	width:100%;
}

#premium-content .content-row  table, #premium-content .content-row  b {
	margin-left: 26px;
	display:block;
}

#premium-content .content-row  table, #premium-content .content-row  table tr, #premium-content .content-row  table tr td{
	border:none;
	padding-left: 2px;
}
#premium-content .content-row  table a {
	color: #009a92;
}
#premium-content .content-row  table a:hover {
	text-decoration:underline;
	color: #000;
}

#premium-content .content-row  h1 {
	color: #444444;
	font-size:21px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:16px;
	margin:0px;
}

#premium-content .content-row .left-col {
	background-color: #fff;
	width:365px;
	float:left;
	padding-bottom:20px;
}

#premium-content .content-row .right-col {
	width:510px;
	padding-left:30px;
	float:left;
	padding-top: 20px;
}


#premium-content .content-row .full-col {
}


#premium-content .content-row .full-col h1 {
	margin-top:40px;
	float:left;
	width:100%;
}


#premium-content .content-row .full-col .csc-textpic {
	float:left;
	width:420px;
	margin-right:25px;
	color: #444444;
	font-size:12px;
	background-color: #ffffff;
	padding-right:20px;
	margin-bottom:30px;
}

#premium-content .content-row .full-col .csc-frame .csc-textpic  {
	margin-right:0px;
}


#premium-content .content-row .full-col .csc-textpic  h1 {
	color: #239f9c;
	font-size:13px;
	padding-bottom:10px;
	margin-top:20px;
	width:auto;
	float:none;
}

#premium-content .content-row .full-col .csc-textpic  h1 a {
	color: #239f9c;
	padding-right:12px;
	background-image:url(../img/premium/green-arrow.png);
	background-repeat:no-repeat;
	background-position: 100% 4px;
}

#premium-content .content-row .full-col .csc-textpic .image-arrow {
	width:9px;
	height:17px;
	position:absolute;
	background-image:url(../img/premium/arrow.png);
	background-repeat:no-repeat;
	margin-top:-138px;
	margin-left:95px;
}

#premium-content .content-row .full-col .csc-textpic .csc-textpic-image {
	padding:0px;
	margin:0px;
	margin-right:10px;
}

