/* 

Perfekto - CSS File

*/

.csc-frame-invisible .csc-textpic-imagerow {
    display: none;
}

.align-right {
    text-align: right;
}

#twrss_table a,
#twrss_table a:visited {
    font-weight: bold;
color: #000;
}

.black a,
.black a:visited {
color: #000;
font-weight: bold;
}

/*** GLOBAL  ***/
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0 auto;
  padding:0;
  color:#000;
  line-height:18px;
}
* {
  margin:0;
  padding:0;
}
*:focus {
  outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
           if you want to keep it! */
}
.clear{clear:both; float:none!important;}
.hide {display:none !important;}
form{margin:0; padding:0;}
hr {
  border-width:0;
  height:1px;
  line-height:0;
  margin:12px 0px;
  page-break-after:always;
  text-align:center;
  width:100%;
  clear:both;
  border-bottom: 1px dashed #000;
}
input[type=text], textarea{
  border:solid 1px #dadada;
  margin:4px 4px 8px 0px; 
  padding:5px; 
  vertical-align:middle; 
  font-size:11px;}
  
.black{ color:#000;}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:15px; font-family:"Century Gothic", Arial, Verdana;}
h3, h4, h5, h6{margin-bottom:15px; font-family:"Century Gothic", Arial, Verdana;}
h1 {font-size:24px; line-height:26px;}
h2 {text-transform: uppercase; font-size:20px; line-height:23px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:16px; line-height:18px;}
h5{font-size:14px; line-height:16px;}
h6 {font-size:12px; line-height:15px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
.title{ margin-bottom:25px;}


/* links */
a, a:visited {text-decoration:none; font-weight:normal; }
a:hover{text-decoration:underline;}
a img{border:none}

/* float align */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 5px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone,
img.alignnone {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
  margin-bottom: 12px;
}



/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
  margin-bottom:20px;
}
ul, ol {
  margin:10px 0 20px 20px;
  list-style-position:inside
}
li ol,
li ul
{
  list-style:square;
  margin-bottom:0;
  margin-top:0;
}
li ol {list-style:decimal;}
  
blockquote {
  font-style:italic;
  margin:0px 0 20px 0px;
  padding:6px 10px 0px 10px;
  background-image:url(../images/quote.png);
  background-repeat:no-repeat;
  background-position:0px 0px;
  clear:both;
  font-size:13px;
  line-height:20px;
  }
  
  
blockquote.left, blockquote.right  {
  float:right;
  letter-spacing:0px;
  margin-bottom:20px;
  margin-left:20px;
  margin-top:0px;
  padding:0px 20px 10px 60px;
  width:43%;
  background-position:0px 0px;
  }
  
blockquote.left{
  float:left;
  margin-left:0px;
  margin-right:20px;}

blockquote p{margin-bottom:0px; line-height:20px}

/* code */
code {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  letter-spacing:1px;
  margin:25px 0 25px 0px;
  display:block;
  font-size:0.9em;
  border-left:4px solid #cfcfcf;
  padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#frame{
  width:1000px;
  margin:30px auto;
}
#container{
  width:1000px;
  
}
.pad_container{ width:940px; margin:0px 30px 0px 30px;background:#fff;}



/* TOP */
#top{height:115px; padding:30px 0px 27px 0px}
#top-left{width:640px; float:left;}
#logo{margin:0px 0px 0px 0px; position:relative}

#top-right{width:300px; float:left;}
ul.sn{margin:0px 0 0 0 ; padding:0; list-style-type:none; float:right; }
ul.sn li{padding:0 2px !important; border:0 !important; display:inline}

/* TOP MENU */
#top-navigation{
  position:relative;
  z-index:200;
  padding:0px 0px 70px 0px;
  font-family:"Century Gothic", Arial, Verdana;
}

#topnav{
  margin:0;
  padding:0;
  list-style-type:none;
  overflow:visible;
  }
#topnav ul {
  margin:0;
  padding:0;
  list-style-type:none;
  }

#topnav li {
  margin-right:30px;
  padding: 0 0px 0px 0px;
  float:left;
  border-top:1px solid #000;
  width:125px;
  text-transform:uppercase;
  font-size:12px;
  z-index:0;
  }

#topnav a {
  display: block;
  padding:3px 0px 8px 0px;
  text-decoration:none;
font-weight: normal;
  }

#topnav li a:hover{
  text-decoration: none;
  display: block;
  }
  
#topnav li ul {
  list-style: none;
  position: absolute;
  width: 130px;
  top: 25px;
  left:-999em;
  padding:10px;
  margin-left:-10px;
  z-index:10;
  filter: alpha(opacity=90); /* here you can set the opacity of box with text */
  opacity: 0.9; /* here you can set the opacity of box with text */
  /*background: url(../images/bg-menu.png) repeat;*/
  }

#topnav li:hover ul, #topnav li.sfhover ul {  left: auto;  }
  
#topnav li ul li:hover ul {
  left: 100%;
  top: -10px;
  margin-left:9px;
}
  
#topnav li li {  
  margin: 0;
  padding: 0;
  width: 130px;
  left: auto;
  height:auto !important;
  position:relative!important;
  }
  
#topnav li li a {
  width: 140px;
  line-height:18px;
  margin: 0;
  padding: 8px 0px 8px 0px!important;
  }
  
#topnav li li a:hover { padding: 8px 0px 8px 0px; }

#topnav li:hover, #topnav li.sfhover { /* prevents IE7 drop-down topnav bug (focus on a page element prevents nested topnavs from disappearing) */
  position: static;
  }
  
.lavaLamp {
  position: relative;
  height: 32px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

.lavaLamp li {
  list-style: none;
  float:left
}

#topnav li.back {  z-index: 8;  position: absolute;}
.lavaLamp li a {  z-index: 10;}
.nomargin{ margin:0px!important;}


/* HEADER */
#header{
  width:940px;
  position:relative;
  margin-bottom:50px;
}

/* SLIDER */
#slideshow ul{margin:0px; padding:0px; list-style-type:none;}
#slideshow ul li{margin:0px; padding:0px; list-style-type:none;}

/* CONTENT */
#content{}
#main{margin:0 0px 30px 0px;}
#side{width:301px;  float:left;}
#maincontent{width:600px; float:left; margin-right:39px}

/* home */
.three_column.home h2{ padding-top:15px; margin-bottom:0px; font-size:14px;}

.one_fourth.home{ width:23%;}
.one_fourth.home .bullet-check li{ background-position:0px 6px}

.three_fourth.home{ width:73%;}

ul.recent{ margin:0px; padding:0px;}
.recent li{ list-style-type:none; margin-bottom:15px; float:left;}


/* form and button */
textarea {
  padding: 5px;
  background: #f7f7f7;
  border: 1px solid #dadada;
  color:#666;
}

input[type="text"],
.inputbox{
  padding: 5px;
  background: #f7f7f7;
  border: 1px solid #dadada;
  width:40%;
  color:#666;
}
.button{
  border:solid 1px #dadada;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  text-align:center;
  padding:0px 10px;
  color:#666 !important;
  cursor:pointer;
  font-size:11px;
  display:inline-block;
  height:26px;
  line-height:25px;
  background-image:url(../images/bg-button.gif);
  background-repeat:repeat-x;
}
*+html .button{ line-height:normal; border:solid 1px #dfdfdf!important;}
.button:hover{ background-position:0 -26px;}

.more,
.news-list-morelink a,
.news-single-backlink a,
.news-list-item.small .morelink a {
  text-align:left;
  padding:0px 13px;
  border-radius: 2px;
  color:#fff !important;
  cursor:pointer;
  font-size:12px;
  font-weight: bold;
  display:inline-block;
  height:26px;
  line-height:25px;
  background: #000;

}

#c62 .news-list-item p {
    margin-left: 245px;
}

#c60 .news-list-item p {
    margin-left: 145px;
}

.news-list-item.small p {
    margin-left: 0px;
}

.news-list-morelink
{
    display:block;
margin-top: 15px;
}
.more:hover,.news-single-backlink a:hover{background-position:0 -26px;}
a.more,.news-single-backlink a{ text-decoration:none!important;}

#subscribe{padding:5px 0 0 0 !important;}


/* SIDE */
#side ul{
  list-style-type:none;
  list-style-position:outside;
  margin:0;
  padding:0;
}
#side ul li{
  list-style-type:none;
  margin:0;
  padding:0;
}
#side ul li a, #side ul li a:visited{color:#676767}
#side .widget-container{margin-bottom:40px;}
#side .widget-title{margin-bottom:16px; font-size:20px; line-height:29px;}
#side li li{
  list-style-type:none;
  margin:0;
  padding:6px 0 6px 15px;
  border-bottom:solid 1px #f3f3f3;
  background: url(../images/arrow.png) no-repeat 0px 13px;
}
#side li li a{}
#side li.current, #side li li:hover{}
#side li li a:hover{text-decoration:none; color:#767676}
#side ul ul ul{margin-left:5px;}

/* searchwidget */
#searchwidget input{ background-color:#fff; border:1px solid #eaeaea; height:26px; padding:0px 5px; margin:0px; width:193px; vertical-align:top;}
#searchwidget div input.button{ width:80px!important; margin-left:10px; height:28px!important;}



/* FOOTER */
#footer{padding:0 25px 0;}
#footer hr{margin: 10px 0;}
#footer ul{
  list-style-type:none;
  list-style-position:outside;
  margin:0;
  padding:0;
}
#footer ul li{
  list-style-type:none;
  margin:0 0 6px 0;
  padding:0 0 6px 0;
  border-bottom:solid 1px #2f2e2e;
}

#footer li.widget-container{border:0; margin-bottom:15px; clear:both}
#footer .widget-title{font-size:16px; margin:0 0 12px 0;}

#foot-col1, #foot-col2, #foot-col3{width:292px; float:left; margin-right:32px}
#foot-col3{margin-right:0;}

#newsletter div{ border:1px solid #eaeaea; width:249px; padding:5px 0px 0px 0px; background-color:#fff;}
#newsletter input{ background-color:transparent; border:0px solid #fff; width:205px; color:#b4b4b4; background-image:none; border:0px; padding:0px 10px; font-size:11px;}
#newsletter .button_src{background:url(../images/but_submit.gif) no-repeat 0px 3px; width:7px; border:0px; cursor:pointer;}

#footer-copyright{color:#000; padding:0 0 0 20px; background: white;height:50px}
#footer-copyright a, #footer-copyright a:visited{color:#000}
#footer-copyright a:hover{ text-decoration:none;}
#copyright{ width:40%; float:left;font-size:11px;}
#footermenu{ float:left;  width:60%;}
#footermenu ul{ margin:6px 20px 0 0; padding:0px; float:right;}
/*#footermenu li{ display:inline; padding:0px 2px 0px 6px; background:url(../images/line-ver.gif) no-repeat 0px 3px;}*/
#footermenu li{ display:inline; padding:0px 2px 0px 6px;}
#footermenu li:first-child{ background:none;}

/* column list */
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}

.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}


/* COLUMN */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%; position:relative; float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

/*.two_third{width: 65.3332%;}*/
.two_third{width: 51%;margin-right:10%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }


/* Separator */
.separator {
  display:block;
  height:25px;
  text-align:center;
  width:100%;
  clear:both;
}

.separator.line {
  display:block;
  height:40px;
  text-align:center;
  width:100%;
  clear:both;
  margin:0px;
  background-image:url(../images/hr.png);
  background-repeat:repeat-x;
  background-position:center;
}



/*==== Dropcaps ====*/
.dropcap1{
  text-shadow:1px 1px 0 #fff;
  display:block;
  float:left;
  font-size:34px;
  line-height:34px;
  margin:2px 8px 0 0;
  color:#666;
}
.dropcap2{
  background: transparent url(../images/dropcaps.png) top left no-repeat;
  color:#fff;
  display:block;
  float:left;
  font-size:22px;
  line-height:34px;
  width:34px;
  height:34px;
  text-align: center;
  margin:4px 8px 0 0;
}
.dropcap3{
  background-color:#d7d7d7;
  color:#fff;
  display:block;
  float:left;
  font-size:22px;
  line-height:34px;
  width:34px;
  height:34px;
  text-align: center;
  margin:6px 8px 0 0;
}

/*==== Highlight ====*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; }  
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; }  

/* BULLETED LIST */
.bullet-default{
  margin:0;
  padding:0;
  list-style-type:none;
}  
.bullet-default li{
  background: transparent url(../images/arrow_default.png);
  background-repeat:no-repeat;
  background-position:0 8px;
  margin:0;
  padding:0 0 0 25px;
  list-style-type:none;
  line-height:25px
}
.bullet-star{
  margin:0;
  padding:0;
  list-style-type:none;
}  
.bullet-star li{
  background: transparent url(../images/arrow_star.png);
  background-repeat:no-repeat;
  background-position:0 5px;
  margin:0;
  padding:0 0 0 25px;
  list-style-type:none;
  line-height:25px
}  
.bullet-check{
  margin:0;
  padding:0;
  list-style-type:none;
}  
.bullet-check li{
  background: transparent url(../images/check.png);
  background-repeat:no-repeat;
  background-position:0 5px;
  margin:0;
  padding:0 0 0 25px;
  list-style-type:none;
  line-height:25px
}  
.bullet-plus{
  margin:0;
  padding:0;
  list-style-type:none;
}  
.bullet-plus li{
  background: transparent url(../images/arrow_plus.png);
  background-repeat:no-repeat;
  background-position:0 8px;
  margin:0;
  padding:0 0 0 25px;
  list-style-type:none;
  line-height:25px
}
.bullet-circle{
  margin:0;
  padding:0;
  list-style-type:none;
}  
.bullet-circle li{
  background: transparent url(../images/arrow_circle.png);
  background-repeat:no-repeat;
  background-position:0 8px;
  margin:0;
  padding:0 0 0 25px;
  list-style-type:none;
  line-height:25px
}

.bullet-x{
  margin:0;
  padding:0;
  list-style-type:none;
}  
.bullet-x li{
  background: transparent url(../images/arrow_x.png);
  background-repeat:no-repeat;
  background-position:0 5px;
  margin:0;
  padding:0 0 0 25px;
  list-style-type:none;
  line-height:25px
}
  
  
/*==== Info Boxes  ====*/
.download-box, .note-box, .error-box, .info-box {
  padding: 20px 20px;
  margin: 0 0 25px 0;
  padding-left: 60px;
  background: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.download-box {
  background: #dde2aa url(../images/download.png) no-repeat scroll 20px 18px;
  border: 1px solid #a2c058;
  color: #7b9244;
  padding-left:60px
}

.note-box {
  background: #fdebae url(../images/note.png) no-repeat scroll 20px 15px;
  border: 1px solid #e6c555;
  color: #b28c0b;
  padding-left:65px
}
.error-box {
  background: #ffcccc url(../images/error.png) no-repeat scroll 20px 15px;
  border: 1px solid #ff9999;
  color: #fb1414;
  padding-left:60px
}

.info-box {
  background: #bde3f9 url(../images/info.png) no-repeat scroll 20px 15px;
  border: 1px solid #8bb5cd;
  color: #1d97db;
  padding-left:65px
}


/*==== Pullquotes ====*/
.pullquote-right,.pullquote-left{
  padding:0px 10px;
  float:right;
  font-style:italic;
  font-size:14px;
  letter-spacing:0px;
  line-height:20px;
  margin:0px 2px 20px 20px;
  padding:10px 20px;
  width:50%;
  background:url(../images/quote.png) no-repeat;
  }
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* TABLE LIST */
.table-box-container{ width:940px;}
.table-box-container ul{ margin:0px; border-bottom:1px dotted #c7c7c7; float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:12px 0px; line-height:normal; color:#707070 !important; min-height:22px; }
.table-box-container ul li h4{ margin:0px; font-size:14px;}
.table-box-container ul li.one{ width:455px; padding-left:20px; }
.table-box-container ul li.two{ width:150px; text-align:center; border-left:1px dotted #c7c7c7; }
.table-box-container ul li.three{ width:150px; text-align:center; border-left:1px dotted #c7c7c7; }
.table-box-container ul li.four{ width:150px; text-align:center; border-left:1px dotted #c7c7c7; }
ul.table_header li{ }

ul.tbl-odd{ background-color:#fbfbfb; float:left;}
ul.tbl-odd li.one{ width:465px; padding-left:10px; }
ul.tbl-even{ background-color:#f7f7f7}
ul.tbl-even li.one{ width:465px; padding-left:10px; }
ul.tbl-price{ border:0px; font-size:18px;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}

.icontable{width:25px; margin-right:10px;}
.icontable img{vertical-align:middle;}


/* TESTIMONIALS */
.ts-thinkbox-list{list-style-type:none; padding:0; margin:0;}
.ts-thinkbox-list li{clear:both; margin-bottom:40px;}
.ts-thinkbox-thumb{float:left;}
.ts-thinkbox-quote{font-style:italic; background-image:url(../images/quote.png); background-repeat:no-repeat; margin-left:130px; padding:10px 0 0 40px}
.ts-thinkbox-name{color:#999999;}
.ts-thinkbox-2 .ts-thinkbox-quote{margin-left:0;}

/***********************************
#### Kalender
***********************************/

table.calendar {
  width: 100%;
  border-spacing: 15px;
  table-layout: fixed;
}

table.calendar th, table.calendar th a, a.prev-year, a.next-year, h1.act-year {

}

table.calendar td {
  color: #8e8e8e;
  font-weight: bold;
  padding: 2px 0;
  font-size: 11px;
  text-align: center;
}

table.calendar td.wkday {
  color: #6d6d6d;
}

table.calendar td.heute {
  border: 1px solid #000;
}

table.calendar td.termin {
  background: #ccc;
  color: #ffffff;
  cursor: pointer;
}

table.calendar td.news {
  background: #D1B015;
  
}

table.calendar td.news a {
    color: #ffffff;
    font-weight: bold;
}

table.calendar td.vor, table.calendar td.nach {
  background: #e6e6e6;
  color: #818181;
}

a.prev-year {
  float: left;
}

h1.act-year {
  float: left;
  padding: 0 35%;
}

.backtop{text-align:right; float:right}

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: left; }
/*.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }*/
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
/* News */
.news-list-morelink {
/*    margin-left: 10px;*/
}

.news-list-item hr {
    margin: 10px 0;
}

.twrss_head_channel {
    font-weight:bold;
}

.driver {
    width: 435px;
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
}

.driver img {
    float:left;
    background-color: #F6F6F6;
    border: 1px solid #EAEAEA;
    padding: 4px;
    margin-right: 10px;
}

div.tx-ttnews-browsebox p {
  margin: 0px;
  padding: 0px;
}

div.tx-ttnews-browsebox table td a {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #CCCCCC;
    display: block;
    padding: 0 6px;
}

div.tx-ttnews-browsebox table td.tx-ttnews-browsebox-SCell a {
    background: #D1B015;
    color: #f7f7f7;
}

div.tx-ttnews-browsebox {
	float: right;	
}

div.tx-ttnews-browsebox table td a:hover {
  background: #D1B015;
  color: #fff;
}

div.tx-srlanguagemenu-pi1 {
  background:#fff;
  display: inline;
  padding: 5px;  
}

div.tx-srlanguagemenu-pi1 .flag {
    display: inline;
    margin: 0 6px;
    width: 16px;
}

div.tx-srlanguagemenu-pi1 .flag.opacity {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* SMALL NEWS */
.news-list-item.small b a  {
	font-weight: bold;
	color: #000;
}

.news-list-item.small p {
	margin-bottom: 0px;
}

.news-list-item.small hr {
	background: none;
	border-bottom: 1px dashed #000;
}

div.big-divider {
border-top: 2px solid black; margin-bottom: 10px;
}

/* COLOR COLS */
#content .colorcol {
/*	border-bottom: 1px dashed #000; */
	border-top: 1px solid #000;
	padding-top: 15px;
}

#content .colorcol .csc-header {
	position: relative;
}

.imgborder, 
#content .colorcol div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, 
#content .colorcol div.csc-textpic-border div.csc-textpic-single-image img {
	border: none;
	padding: 0px;
}

#content .colorcol span.detail {
	text-transform: uppercase;
	font-size: 15px;
}

#content .colorcol h2 {
	color: #fff;
	background: gray;
	position: absolute;
	top: 15px;
	padding: 4px 10px;
	text-transform: uppercase;
	opacity: 0.8;
	left: -7px;
}

/* Blue #1fa1c8 */
#content .colorcol.blue h2 {
	background: #1FA1C8;
}

#content .colorcol.blue .detail {
	color: #1fa1c8;
}

#content h2.blue {
    color: #1fa1c8;
}

/* Red #c95b1e */
#content .colorcol.red h2 {
	background: #c95b1e;
}

#content .colorcol.red .detail {
	color: #c95b1e;
}

#content h2.red {
    color: #c95b1e;
}

/* Orange #d1b015 */
#content .colorcol.orange h2 {
	background: #d1b015;
}

#content .colorcol.orange .detail {
	color: #d1b015;
}

#content h2.orange {
    color: #d1b015;
}

/* Green #94c521 */
#content .colorcol.green h2 {
	background: #94c521;
}

#content .colorcol.green .detail {
	color: #94c521;
}

#content h2.green {
    color: #94c521;
}


/***** TEASER ******/
.headteaser {
	position: relative;
	margin-bottom: 25px;
}

.headteaser .teasertext {
	position: absolute;
	opacity: 0.8;
	top: 40px;
	color: #fff;
	padding: 35px;
	left: -15px;
	width: 416px;	
height: 180px;
}

.headteaser.blue .teasertext {
	background: #1FA1C8;
}

.headteaser.red .teasertext {
	background: #c95b1e;
}

.headteaser.orange .teasertext {
	background: #d1b015;
}

.headteaser.green .teasertext {
	background: #94c521;
}

.headteaser .teasertext h1 {
	font-size: 34px;
	color: #fff !important;
    text-transform: uppercase;
}

.headteaser .teasertext p {
	font-size: 12px;
	font-weight: bold;
	border-top: 2px solid white;
	padding-top: 10px;
}
