@import url("lehrerband-politik-output.css");


* {
    margin: 0;
    padding: 0;
/*    overflow:visible !important; */
}

body {
    font-family: Trebuchet MS, sans;
    color: black;
    font-size: 14px;
    background-color: #fff;
    background-image: url(pix/bg1.gif);
    text-align: center;
    font-stretch: expanded;
}

html, body {
    height: 100%;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    text-align: justify;
    margin-top: 30px;
}

*+html #wrapper {
    position: relative;
    top: 30px;
    z-index: 0;
}

#head {
    background-color: #fff;
    color: white;
    height: 150px;
    text-align: left;
    background-image: url(img/ccb_web_header.jpg); /* Politik 21 */
    background-repeat: no-repeat;
}

#contentwrapper {
    border: 0px solid #E5E5E5;
    margin-top: 10px;
}

#innerwrapper {
    float: right;
    width: 800px;
    /*overflow-x: hidden;*/
}

#centercolumn {
    float: left;
    width: 795px;
    background-color: #fff;
    background: url(img/container_title_content.jpg) no-repeat top right;
    margin-left: 5px;
    /*overflow-x: hidden;*/
}

#centercolumn .p {
    padding-bottom: 8px;
}

#centercolumn li {
    padding-top: 4px;
    padding-bottom: 4px;
}
#centercolumn table .p {
    padding-top: 2px;
    padding-bottom: 2px;
}

#centercolumn-wrapper {
    border-right: 1px dotted grey;
    width: 640px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
}

.boxWrapper {
    width: 795px;
    overflow: visible;
    line-height: 140%;
}

#centercolumn div.content {
    float: left;
    padding-top: 0;
    width: 620px;
}

#centercolumn div.marginal {
    margin-left: 660px;
    padding: 0;
}

#centercolumn div.marginal p {
    background-color: #AFAFAF;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
}

#centercolumn div.marginal img {
    border: medium none;
    margin-bottom: 10px;
}

#centercolumn div.marginal img.kompIcon {
    border: medium none;
}


#leftcolumn {
    margin-right: 800px;
}


#leftcolumn > div {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #E5E5E5;
}

#leftcolumn #navigation, #leftcolumn #ankerNav {
    background: url("img/container_title_content.jpg") no-repeat scroll right top #E5E5E5;
    padding-top: 30px;
    text-align: left;
}

/*.navigation div {
    margin-left: 10px;
}

.nav-active {
    color: #CD1515;
}*/

.clearer {
    clear: right;
}

/*
    Header-Inhalte
*/
#homeLink {
    display: block;
    width: 80px;
    height: 80px;
    border: 0px;
    float: left;
    margin-top: 17px;
    margin-left: 23px;
}
h1.siteHeading {
    font-family: Trebuchet MS, sans;
    font-size: 20px;
    color:#DDDDDD;
    padding-right: 20px;
    padding-top: 69px;
    text-align: right;
}
h1.siteHeading span {
    color: #AAAAAA;
}
h2.siteSubline {
    font-family: Trebuchet MS, serif;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
}

/*
    Hauptkapitel-Anzeige
*/
div#hauptKapHeading {
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 5px;
    text-align: left;
    width: 100%;
    height: 18px;
}

div#hauptKapHeading a:link {
    color: #cd1515;
    text-decoration: none;
    font-family: Trebuchet MS, sans;
    font-size: 11px;
}

/*
    Style-Switcher-Navigation
*/
p#styleSwitcher {
    text-align: left;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 32px;
	padding-left: 10px;
    color: #DDDDDD;
}
#styleSwitcher a:link,
#styleSwitcher a:visited {
    color: #DDDDDD;
    text-decoration: none;
}

#styleSwitcher a:focus,
#styleSwitcher a:hover {
    color: #BC8080;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

/* Navigation */

#leftcolumn #navigation ul {
    margin-left: 0px;
    list-style-type: none;
}

#leftcolumn #navigation ul.mainNav li {
    padding-bottom: 5px;
    padding-left: 15px;
}
#leftcolumn #navigation ul.mainNav li.active {
    list-style-type: none;
    background: url(img/raquo_rot.gif) no-repeat;
    background-position: 0px 2px;
}

#leftcolumn #navigation ul.subNav li {
    list-style-type: none;
    line-height: 16px;
    padding-bottom: 0px;
}
#leftcolumn #navigation ul.subNav li.active {
    list-style-type: none;
    background: url(img/raquo_rot.gif) no-repeat;
    background-position: 0px 2px;
}


#leftcolumn #navigation a:link,
#leftcolumn #navigation a:visited {
    text-decoration: none;
    color: black;
}

#leftcolumn #navigation a:focus,
#leftcolumn #navigation a:hover {
    text-decoration: underline;
    color: #cd1515;
}
#leftcolumn #navigation a.linkActive {
    text-decoration: underline;
    color: #cd1515;
}


