@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
    /* Your styles here */
    /* Bullet */
    #col3_content ul, #col3_content li {
        list-style: circle url('../template/img/orangepfeile.png') outside;
        font-size: 1em;
    }
    
    /*News ausblenden, wenn keine vorhanden sind*/
   .noNewsToListMsg {
        display:none;
   }

}

.textBelowMenu .news-latest-container{
	margin:0px;
}

/* gray */
* html .KWboxGrayBox {height:1%}
.KWboxGrayBox {overflow:hidden}
.KWboxGray {display:block; background:transparent; font-weight:normal; margin-top:1em; border: 1px solid #DFDFDF;}
.KWboxGrayContent { padding: 10px 15px; }
.KWboxGrayContent p { line-height:1.4em; }
/*.KWboxGrayContent p {padding:2px 0; line-height:1.4em;}*/
/*.KWboxGrayContent { margin-left: 250px;}
.KWboxGrayImage { float:left; clear:both;}
.KWboxGrayImage img { align:center;}*/
.KWboxGrayBox {display:block; background:#fff; /*border-left:1px solid #bdb; border-right:1px solid #bdb;*/ padding:0px;}
.KWboxGrayBox h1 {margin-top:0; background: url(/fileadmin/img/kw_fce_img/orange_verlauf_header.png); color:#666666; padding:3px 10px;font-size:1.1em;}
.KWboxGrayBox h2, .KWboxGrayContent h4, .KWboxGrayContent h5 {margin:0px; background: transparent url(/fileadmin/img/kw_fce_img/gray_verlauf_header.png) left repeat-x; color:#666666; padding:3px 10px;font-size:1.1em;}
.KWboxGrayContent h3, .KWboxGrayContent h4, .KWboxGrayContent h5 {color:#666666; padding:3px 0px;font-size:1.1em;}
.rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
.rRline1, .rRline2, .rRline3 {height:1px;}
.rRline2, .rRline3, .rRline4 {background:#fff; border-left:1px solid #fff; border-right:1px solid #fff;}
.rRline1 {margin:0 5px; background:#444;}
.rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rRline3 {margin:0 2px;}
.rRline4 {height:2px; margin:0 1px 0 1px;}

/* organe */
* html .KWboxOrgangeBox {height:1%}
.KWboxOrgangeBox {overflow:hidden}
.KWboxOrgange {display:block; background:transparent; font-weight:normal; margin-top:1em; border:1px solid #DFDFDF;}
.KWboxOrgangeContent { padding: 10px 15px; }
.KWboxOrgangeContent p {padding:0 0; line-height:1.4em; margin: 0;}
/*.KWboxOrgangeContent { margin-left: 250px;}
.KWboxOrgangeImage { float:left; clear:both;}
.KWboxOrgangeImage img { align:center;}*/
.KWboxOrgangeBox {display:block; background:#fff; /*border-left:1px solid #bdb; border-right:1px solid #bdb;*/ padding:0px;}
.KWboxOrgangeBox h1, .KWboxOrgangeBoxHeader {margin:0px; background: url(/fileadmin/img/kw_fce_img/orange_verlauf_header.png	) left repeat-x; padding:2px 10px; font-size:1.1em; color:white;}
.KWboxOrgangeBox h2, .KWboxOrgangeContent h4, .KWboxOrgangeContent h5 {margin:0px; background: transparent url(/fileadmin/img/kw_fce_img/gray_verlauf_header.png) left repeat-x; color:#666666; padding:3px 10px;font-size:1.1em;}
.KWboxOrgangeContent h3, .KWboxOrgangeContent h4, .KWboxOrgangeContent h5 {color:#666666; padding:3px 0px;font-size:1.1em;}
.rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
.rRline1, .rRline2, .rRline3 {height:1px;}
.rRline2, .rRline3, .rRline4 {background:#fff; border-left:1px solid #fff; border-right:1px solid #fff;}
.rRline1 {margin:0 5px; background:#444;}
.rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rRline3 {margin:0 2px;}
.rRline4 {height:2px; margin:0 1px 0 1px;}

.upper {
	background:#fff none repeat scroll 0% 50%;
	border:none;
	margin:0pt;
	padding:1em;
}

.KWboxInstantContact {
	margin-bottom: 15px;
}

.greencheckicon ul {
   list-style-image: url("../user_upload/images/ok.png");
}
