/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	/*background: #fff url(../images/bg_body.gif) repeat-x;*/
}


table, td, div, span, a, p, h {
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 12px;
    line-height: 1.33em;
    color: #7A7A7A;
}

a {
    cursor: pointer;
}

h1 {
    font-size: 16px;
}

/*  Header region */
#headerContainer {
    height: 117px;
    background: transparent url(../images/header_bg.jpg) repeat;
}

#menuContainer {
    height: 117px;
    background: transparent url(../images/menu_bg.jpg) no-repeat;
}

#logo {
    width: 84px;
    height: 62px;
    overflow: hidden;
    background: transparent url(../images/ip_deutschland.gif) no-repeat;
    float: left;
    margin-left: 41px;
    margin-top: 26px;
}

#searchForm {
    float: left;
    margin-left: 700px;
    background: red;
}
    #searchForm #Search {
        display: inline;
        float: left;
        width: 139px;
    }
    
    #searchForm .middleColumn {
        margin: 0;
        border: 0;
        padding: 0;
        background: transparent;
        padding-top: 7px;
    }
    
    #searchForm input.text {
        width: 126px;
        height: 18px;
        border: 1px solid #acacac;
        color: #666666;
        padding: 0px;
        font-weight: normal;
        font-size: 12px;
    }
    
    #searchForm input.action {
        margin-top: 7px;
        border: 0;
        background: transparent url(../images/btn_header_search.gif) no-repeat;
        width: 21px;
        height: 22px;
        overflow: hidden;
    }

#navigation {
    float: left;
    margin-top: 69px;
    margin-left: 43px;
    width: 737px;
}
    #navigation .main_navi_item {
        float: left;
        height: 44px;
    }

    
    
.braker {
    clear: both; float: none;
    height: 1px; overflow: hidden;
}
/*  Content region */
#contentContainer {
    min-height: 400px;
    background: transparent url(../images/content_bg.jpg) no-repeat;
}

#breadcrumbs {
    padding-left: 230px;
    padding-top: 20px;
    float: left;
}
    #breadcrumbs,
    #breadcrumbs a {
        color: #008acb;
        font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
        font-size: 11px;
        text-decoration: none;
        
    }
    
.inactiveBreadcrumb {
    float: left;
    padding-left: 8px;
    background: transparent url(../images/icons/arrow_right.gif) no-repeat left center;
    padding-right: 10px;
}

.activeBreadcrumb {
    color: #244E89;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 11px;
    text-decoration: none;
    padding-left: 8px;
    background: transparent url(../images/icons/arrow_right_active.gif) no-repeat left center;
    float: left;
}
    
#sideMenu {
    margin-top: 4px;
    margin-left: 40px;
    width: 180px;
    overflow: hidden;
    float: left;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    margin-bottom: 10px;
}

#sideMenu a {
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
}
    #sideMenu ul.level2 {
       line-height: 16px; 
       border-left: 1px solid #cccccc;
       border-right: 1px solid #cccccc;
    }
    
    #sideMenu ul.level2 li.level2li a.link {
        color: #008acb;
        text-decoration: none;
        border-bottom: 1px solid #cccccc;
        font-weight: bold;
        padding: 6px 0 4px 20px;
        font-size: 14px;
        display: block;
        background: transparent url(../images/2nd_lvl_closed.gif) no-repeat scroll 5px 9px;
    }
    
    #sideMenu ul.level2 li.level2li a.current,
    #sideMenu ul.level2 li.level2li a.section {
        color: #244E89;
        text-decoration: none;
        border-bottom: 1px solid #cccccc;
        font-weight: bold;
        padding: 6px 0 4px 20px;
        font-size: 14px;
        display: block;
        background: transparent url(../images/2nd_lvl_open_act.gif) no-repeat scroll 5px 9px;
    }
    #sideMenu ul.level2 li.level2li {
        background: transparent url(../images/bg_2nd_lvl.gif) repeat-x;
    }
    
    #sideMenu ul.level2 li.level2lilink ul.level3 {
        display: none;
    }
    
    #sideMenu ul.level3 {
        border-width: 0 0 1px;
        line-height: 16px;
        padding: 3px 0 6px;
        border-color: #E0E0E0;
        border-style: solid;
    }
       #sideMenu ul.level3 a.level3link {
           background: transparent url(../images/3rd_lvl_closed.gif) no-repeat scroll 20px 8px;
           color: #008ACB;
           font-weight: normal;
           text-decoration: none;
           padding: 2px 0 0 30px;
           display: block;
           font-size: 12px;
           
       }
       #sideMenu ul.level3 a.level3current:hover,
       #sideMenu ul.level3 a.level3section:hover,
       #sideMenu ul.level3 a.level3link:hover {
           background-color: #EAF5FB !important;
           
       }
       
       #sideMenu ul.level3 a.level3current,
       #sideMenu ul.level3 a.level3section {
           background: transparent url(../images/3rd_lvl_open_act.gif) no-repeat scroll 20px 10px;
           color: #244E89;
           font-weight: normal;
           text-decoration: none;
           padding: 2px 0 0 30px;
           display: block;
           font-size: 12px;
           
       }
       
       #sideMenu ul.level3 {
           background: white;
       }
       
       
       #sideMenu ul.level3 li.level3lilink ul.level4 {
	        display: none;
	    }
       
       #sideMenu ul.level4 a.level4link {
           background: transparent url(../images/4th_lvl.gif) no-repeat 30px 8px;
           padding: 2px 0 0 37px;
           display: block;
           text-decoration: none;
           color: #008ACB;
           font-size: 11px;
           
       }
       
       #sideMenu ul.level4 a.level4current,
       #sideMenu ul.level4 a.level4section {
           background: transparent url(../images/4th_lvl_act.gif) no-repeat 30px 8px;
           padding: 2px 0 0 37px;
           display: block;
           text-decoration: none;
           color: #244E89;
           font-size: 11px;
           
       }
       
       #sideMenu ul.level4 a.level4current:hover,
       #sideMenu ul.level4 a.level4section:hover,
       #sideMenu ul.level4 a.level4link:hover {
           background-color: #EAF5FB !important;
           
       }
       
       
/* layout */ 
#layoutContainer {
    border: 1px solid #e0e0e0;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
    width: 560px;
    overflow: hidden;
    /*min-height: 600px;*/
    margin-bottom: 10px;
    background: white;
}

#layoutContainer a {
    color: #008ACB;
}





/* footer container */
#footerContainer {
    clear: both;
    background: #EAF2F7 url(../images/bg_footer.gif) repeat-x;
}

    #footerContainer #redirectingLinks {
        margin-left: 30px;
        width: 950px;
        padding-top: 20px;
        height: 53px;
        overflow: hidden;
    }
    
    #footerContainer .redirectionLinkItem {
        float: left;
        width: 190px;
        background: transparent url(../images/dot_vert_blue.gif) repeat-y;
    }
        #footerContainer .redirectionLinkItem a {
	        padding-left: 10px;
	        color: #008ACB;
	        text-dexoration: underline;
	        font-size: 12px;
	        font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	        margin: 4px 0;
	        
	    }
	    
#footerContainer #footerSitemap {
    margin-left: 40px;
    /*width: 960px;*/
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
    #footerContainer #footerSitemap .footerSitemapRow {
        float: left;
        width: 180px;
        margin-right: 10px;
    }
        #footerContainer #footerSitemap .footerSitemapRow a {
	        color: #515151;
	        text-decoration: none;
	        font-size: 11px;
	        line-height: 1.35em;
	        display: block;
	    }
	    
	    
	    
	    
	    
	    
	    
	    
	    
/* klapp text styles */
div.KlappTextArticle {
    padding: 10px;
    padding-top: 0px;
}

a.klappTextTitle {
    color: #ffffff !important;
    display: block;
    text-decoration: none !important;
    width: 100%;
    background: transparent url(../images/klappbar_closed.gif) no-repeat;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 12px !important;
    font-weight: bold !important;
    cursor: pointer;
    line-height: 18px;
    height: 21px;
    padding-left: 15px;

}

a.klappTextTitle_open {
    color: #ffffff !important;
    display: block;
    text-decoration: none !important;
    width: 100%;
    background: transparent url(../images/klappbar_open.gif) no-repeat;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 12px !important;
    font-weight: bold !important;
    cursor: pointer;
    line-height: 18px;
    height: 21px;
    padding-left: 15px;

}



/* allmighty template styles */
.almighty td {
    /*color: #515151;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #a2a2a2;*/
    
}

.tabNav {
    background: #018ACB url(../images/tabnav_edge.gif) repeat-x scroll 0 100%;
    height: 39px;
    padding-left: 10px;
    
}

.tabItem {
    height: 27px;
    background: transparent url(../images/tabBg_inactive.jpg) repeat-x;
    float: left; 
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 12px;
    color: #008ACB;
    line-height: 29px;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    border-left: 1px solid #e0e0de;
    border-right: 1px solid #e0e0de;    
    
}

.tabItem:hover {
    background: transparent url(../images/tabBg_hover.jpg) repeat-x;
}

.tabItemActive {
    height: 30px;
    background: #FFFFFF url(../images/tabBg_active.jpg) repeat-x;
    float: left; 
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 9px;
    
    color: #244E89;
    line-height: 32px;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    border-left: 1px solid #a9abaa;
    border-right: 1px solid #a9abaa;
}

.tabContentSubs {
    clear: both;
    float: left;
    width: 560px;
    overflow: hidden;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 11px;
    height: 150px;
    
    
}

.tabContentSubImage {
    float: left;
    height: 95px;
    overflow: hidden;
    width: 183px;
    margin-top: 20px;
}

.tabContentSubContent {
    float: left;
    height: 125px;
    overflow: hidden;
    width: 275px;
    
    color: #7A7A7A;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 12px;
    margin-top: 20px;
}

.tabContentSubLogo {
    float: left;
    height: 100px;
    overflow: hidden;
    text-align: right;
    margin-top: 20px;
    margin-left: 28px;
}
.tabContentSubMehr {
    float: left;
    height: 21px;
    overflow: hidden;
    width: 96px;
    text-align: right;
    
}

.tabContentSubs img {
    border: 0px;
}

img {
    border: 0px;
}

a.tabContentSubHeaderLink {
    color: #008ACB;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 13px;
    text-decoration: underline;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    
}

.tabContent {
    display: none;
}


.tabContentActive {
    display: ;
}



.almightyContentImage {
    margin-left: -10px;
    width: 279px;
    min-height: 160px;
    float: left;
    
}
.KlappTextArticle .almightyContentImage {
    margin-left: 0px;
}

.almightySmallTitle {
    background: transparent url(../images/hor_dotline.gif) repeat-x scroll 0 100%;
    padding-bottom: 0.85em;
    font-size: 12px;
    line-height: 1.33em;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    color: #7A7A7A;
    font-weight: normal;
    margin-bottom: 0.5em;
    
    
}

td h1,
.almighty h1,
.almightyTitles h1 {
    color: #515151;
	font-size: 16px;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	margin-bottom: 1.35em;
}

.almightyTitles {
    font-weight: bold;
}

.almighty {
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 12px;
    line-height: 1.33em;
    color: #7A7A7A;
}

.almighty td {
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 12px;
    line-height: 1.33em;
    color: #7A7A7A;
}



.ansprechPartner {
    padding: 10px;
    padding-top: 30px;
    float: left;
}

.mitarbeiterContainer {
    float: left;
    width: 267px;
    padding-top: 1.35em;
    padding-bottom: 5px;
    padding-left: 3px;
    color: #515151;
}

.mitarbeiterContainer a {
    color: #008ACB;
}


.ansprechPartnerContainer {
    float: left;
    border-top: 2px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.ansprechPartnerTitle {
    background: transparent url(../images/hd_ansprechpartner_19.gif) no-repeat;
    width: 117px;
    height: 20px;
    overflow: hidden;
}


/* table container styles */

col.title {
    width: 220px;
}

col.update {
    width:80px;
}

col.size {
	width:65px;
}

col.format {
	width:40px;
}


th.header {
	background: #008ACB;
	cursor:pointer;
	padding-left:27px;
	text-align: left;
	line-height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    border-right:1px solid #FFFFFF;
}

th.format {
    background: #008ACB;
	border-right:0 none !important;
	cursor:default !important;
	padding-left:11px;
	color: #FFFFFF;
}


td.odd,
td.even {
    color: #A2A2A2;
}
td.odd {
    border-right:1px solid #FFFFFF;
    background: #E5F3FA;
}
td.even {
    border-right:1px solid #E5F3FA;
    border-bottom:1px solid #E5F3FA;
    background: #FFFFFF;
}

.tableContainer {
    padding: 0 9px;
}

.tableContainerTitle {
    font-size: 14px;
    color: #7A7A7A;
    margin-bottom: 13px;
    font-weight: bold;
    
}

.tableContainerFilesHeader {
    background: #008acb;
    float: left;
    width: 520px;
}

.tableContainerFilesHeaderTitles {
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    
}

.tableContainerFilesHeaderTitle {
    width: 282px;
    border-right: 1px solid #FFFFFF;
}

.tableContainerFilesHeaderAkt {
    width: 101px;
    border-right: 1px solid #FFFFFF;
}

.tableContainerFilesHeaderSize {
    width: 81px;
    border-right: 1px solid #FFFFFF;
}

.tableContainerFilesHeaderFormat {
    width: 52px;
}




/*lexikon styles */
.lexikonNavi {
    background-color:#008ACB;
	height:38px;
	line-height:38px;
	list-style-type:none;
	margin:20px 0 10px;
	overflow:hidden;
	padding:0 12px;
}

a.lexikonNaviPoint {
    display: inline;
    font-size: 16px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.lexikonKlapps {
    display: none;
}

.lexikonKlappsActive {
    
}



.partnerTitleBlue {
    background-color:#008ACB;
	color:#FFFFFF;
	font-weight: bold;
	padding: 5px 8px 4px;
}


#homeHeaderFlash {
    border: 1px solid #e0e0e0;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    width: 748px;
    overflow: hidden;
    /*min-height: 600px;*/
    margin-bottom: 10px;
}

#homeHeaderFlashNavi {
    cursor: pointer;
}


div.headerTextBox {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-left: 7px;
    width: 330px;
}

.headerFlashNaviTD {
    background: transparent url(../images/bg_stage_nav.gif) repeat-x;
    line-height: 19px;
}

div.headerImageBox {
    height: 209px;
    overflow: hidden;
}

.homeHeaderFlashNavi {
    background: transparent url(../images/btn_flashheader_nav.gif) no-repeat;
    color: #FFFFFF;
    height: 19px;
    text-decoration: none;
    padding-top: 1px;
    /*display: inline;*/
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    padding-left: 36px;
    padding-right: 36px;
}
.homeHeaderFlashNavi:hover {
    background: transparent url(../images/btn_flashheader_nav_act.gif) no-repeat;
}

#homeLayoutContainer {
    border: 1px solid #e0e0e0;
    border-bottom: 0px;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    width: 748px;
    overflow: hidden;
    /*min-height: 600px;*/
    margin-bottom: 10px;
}

    #homeLayoutContainer a {
        color: #008ACB;
        text-decoration: underline;
    }
    
    td.mainTitle {
        padding-top: 8px;
        padding-bottom: 12px;
    } 
    
    td.mainTitle a {
        color: #008ACB;
        font-size: 13px;
        font-weight: bold;
    }
    
    td.topLine {
       border-bottom: 1px dotted #b2b2b2;
       padding-bottom: 6px;
    }
    
	    a.nextBoxLink {
	        font-size: 10px;
	        font-weight: bold;
	    }


.LoginWidget {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.loginWidgetHeader {
    width: 180px;
    height: 31px;
    overflow: hidden;
    background: transparent url(../images/hd_infobox_blue.gif) no-repeat;
}

.LoginWidget label {
    display: none;
}

.LoginWidget .middleColumn {
    padding: 0px;
    margin: 0px;
    background: transparent;
    float: left;
    width: 135px;
    overflow: hidden;
    padding-top: 5px;
}

.LoginWidget .formaction .middleColumn {
    width: 21px;
    clear: both;
    margin-left: 5px;
}


.LoginWidget .password .middleColumn {
    padding-bottom: 10px;
}

.LoginWidget .field {
    float: left;
}

.LoginWidget .action {
    width: 21px;
    height: 20px;
    overflow: hidden;
    background: transparent url(../images/btn_submit_blue.gif) no-repeat;
    color: transparent;
    font-size: 0px;
    border: 0px none !important;

}



.LoginWidget a {
    color: #FFFFFF;
}


.LoginWidget .loginHeaderTitle,
.LoginWidget .loginHeaderText {
    display: none;
}


.loginWidgetForm {
    float: left;
    width: 180px;
    overflow: hidden;
    background: #008ACB;
    color: #FFFFFF;
}
.LoginWidget input.text {
    width: 133px;
    border: 1px solid #ACACAC;
    font-size: 12px;
}
.loginWidgetOn {
    width: 22px;
    height: 22px;
    overflow: hidden;
    background: transparent url(../images/btn_blue_box_minus.gif) no-repeat top left;
    font-size: 18px;
    margin-left: 50px;
}

.loginWidgetOff {
    width: 22px;
    height: 22px;
    overflow: hidden;
    background: transparent url(../images/btn_blue_box_plus.gif) no-repeat top left;
    font-size: 18px;
    margin-left: 50px;
}


.LoginWidget p.checkbox label.right {
    color: #FFFFFF;
    padding-left: 5px;
}

.LoginWidget #ForgotPassword {
    clear: both;
    border-top: 1px dotted #FFFFFF;
    width: 167px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.LoginWidget #Remember {
    display: block;
    padding-bottom: 5px;
}

#layoutContainer #MemberLoginForm_LoginForm #Email {
    padding-left: 150px;

}

#layoutContainer #MemberLoginForm_LoginForm #Password {
    padding-left: 130px;
    padding-top: 5px;

}

#layoutContainer #MemberLoginForm_LoginForm .middleColumn {
    margin: 0px;
    padding: 0px;
    background: transparent;

}

#layoutContainer #MemberLoginForm_LoginForm #Email .middleColumn,
#layoutContainer #MemberLoginForm_LoginForm #Password .middleColumn {
    display: inline;
}


#layoutContainer #MemberLoginForm_LoginForm #action_dologin .middleColumn {
    width: 100px;
}

#layoutContainer #MemberLoginForm_LoginForm #action_dologin {
    margin-left: 280px;
    margin-top: 10px;
}
#layoutContainer #MemberLoginForm_LoginForm .action {
    background: transparent url(../images/btn_anmelden.gif) no-repeat;
    width: 96px;
    height: 21px;
    border: 0px;
    overflow: hidden;
}

#layoutContainer #MemberLoginForm_LoginForm .text {
    border: 1px inset #A5A5A5;
    width: 180px;
    margin-left: 5px;
}


#layoutContainer #RegistrationForm .action {
    background: transparent url(../images/btn_absenden.gif) no-repeat;
    width: 105px;
    height: 21px;
    border: 0px;
    overflow: hidden;
    margin-left: 210px;
}

#layoutContainer #RegistrationForm .middleColumn {
    background: #ffffff;;
}


#homepagelink {text-decoration: none; display: block; float: left; width: 90px; height: 70px;}
