/* Begin Global */
html, body {
    margin: 0;
    padding: 0;
}

#page div, #page h1, #page h2, #page h3, #page p, #page ul, #page ol, #page li, #page form, #page fieldset, #page dt, #page dd, #page label {
    margin: 0;
    padding: 0;
}


img {
    border-style: none;
}

img.left {
    float: left;
    padding: 0 10px 10px 0;
}

img.right {
    float: right;
    padding: 0 0 10px 10px;
}

img.left, img.right {
    clear: both;
}
/* End Global */



/* Begin Typographie & Colors */
body {
    font-size: 62.5%;
    font-family: arial, verdana, tahoma, sans-serif;
    color: #333;
    background-color: #999;
    background-image: url('../images/body-backgr.png');
    background-repeat: repeat-y;
}

div#page {
}

div#navigation {
    background-color: #fff;
}

div#content .header {
    background-image: url('../images/ccs-logo.png');
    background-repeat: no-repeat;
    background-position: 0px 24px;
}

div#content .section, div#content .footer, div#content .subsection {
    background-image: url('../images/content-separator.png');
    background-repeat: no-repeat;
}

div#content h1 {
    font-size: 1.8em;
    font-weight: lighter;
    font-family: tahoma, verdana, arial, sans-serif;
}

div#content .section h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #a42235;
}

div#content .subsection h3 {
    font-size: 1.3em;
    font-weight: bold;

    background-repeat: no-repeat;
    background-position: 0;
}

div#josubsection a {
    padding-left: 12px;
    text-decoration:none;
    font-size: 1.3em;
    font-weight: bold;
    background-image: url('../images/teaser-arrow.png');
    background-repeat: no-repeat;
    background-position: 0;
color:black;
}

div#content .section p, div#content label, div#content ul li {
    font-size: 1.2em;
    line-height: 1.3em;
}

div#content .section p {
    text-align: justify;
}

div#content .subsection p, div#content .subsection ul li {
    font-size: 1.1em;
    line-height: 1.3em;
}

div#content .section p {
    text-align: justify;
}

div#content p.date {
   float:right;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    color: #a42235;

}

div#content .section a, div#content .subsection a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

div#content .subsection a {
    background-image: url('../images/teaser-arrow.png');
    background-repeat: no-repeat;
    padding-left: 12px;
}

div#content .footer a {
    font-size: 1.1em;
    text-decoration: none;
    color: #333;
}

div#content strong, div#content a:hover {
    color: #a42235;
}

div#content .footer a.top {
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

#banner_block_box
{
	background: url("../images/content-separator.png") left bottom no-repeat;
	margin-bottom:10px !important;
}
#banner_block_hd
{
	font-size:1.2em;
	padding-bottom:3px !important;
}

div#sidebar {
    color: #fff;
    position:absolute;
    left:687px;

}

div#sidebar .section-image {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 10px;
}

div#sidebar .teaser {
    background-color: #999;
    background-image: url('../images/sidebar-separator.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

div#sidebar .contact-details, div#sidebar .teaser, div#sidebar .meta {
    font-size: 1.1em;
}

div#sidebar .teaser{
    font-weight: bold;
}

div#sidebar .teaser ul li a {
    color: #fff;
    text-decoration: none;
}

div#sidebar .meta a {
    color: #000;
    text-decoration: none;
}
/* End Typographie & Colors */



/* Begin Structure */
div#page {
    width: 972px;
    float: left;
}

div#navigation {
    margin-left: 15px;
    padding: 0px 0 10px 9px;
    width: 129px;
    float: left;
}

div#content {
    padding-left: 57px;
    margin-right: 20px;
    width: 457px;
    float: left;
}

div#content .section {
    padding-top: 13px;
    margin-top: 0px;
}

div#content .subsection {
    padding-top: 26px;
    margin-top: 18px;
}

div#content .header {
    height: 91px;
}

div#content .footer {
    margin-top: 18px;
    padding-bottom: 30px;
    padding-top: 20px;
    width: 457px;
    float: left;
    /*clear: left;*/
}

div#content .footer a.top {
    float: right;
    padding-left: 12px;
}

div#content .section p {
    padding-top: 18px;
}

div#content .subsection p {
    padding-top: 14px;
}

div#content p.download {
float:right 
   padding-top: 0;
}

div#sidebar {
    width: 285px;
    float: left;
}

div#sidebar .contact-details a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#sidebar .section-image {
    padding: 10px 0 10px 0;
    width: 285px;
    height: 290px;
}

div#sidebar .teaser {
    padding: 15px 30px;
    padding-bottom: 5px;
    padding-left: 10px;
}

div#sidebar .search {
    padding: 10px 30px;
}

div#sidebar .contact-details {
    padding: 15px 30px;
}

div#sidebar .meta {
    padding: 0 30px;
}
/* End Structure */



/* Begin Headers */
div#content h1 {
    margin-bottom: 0px;
}

div#content .subsection h3 {
    padding-left: 5px;
}
/* End Headers */



/* Begin Lists */
div#content ul {
    padding-top: 14px;
    list-style: none;
}

div#content ul li {
    padding-left: 11px;
    background-image: url('../images/list-point-01.gif');
    background-repeat: no-repeat;
    background-position: 0 6px;
}

div#content .subsection ul li {
    background-position: 0 5px;
}

div#sidebar .teaser ul {
    list-style: none;
}

div#sidebar .teaser ul li {
    padding-left: 20px;
    padding-bottom: 20px;
    background-image: url('../images/teaser-list-point.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
}
/* End Lists */



/* Begin Form Elements */
div#sidebar .search label, div#sidebar .search input.submit {
    font-size: 1.1em;
    font-weight: bold;
}

div#sidebar .search dt {
    margin-bottom: 8px;
}

div#sidebar .search input.query {
    padding: 2px;
    border-style: none;
    width: 146px;
    font-size: 1em;
}

div#sidebar .search input.submit {
    border: none;
    background: none;
    padding: 5px;
    color: #fff;
}

form#contactform dt {
    width: 100px;
    float: left;
}

form#contactform dd {
    margin-bottom: 10px;
    margin-left: 100px;
}

form#contactform input, form#searchform input {
    font-size: 0.9em;
}

form#contactform textarea {
    font-size: 1.1em;
    font-family: arial, verdana, tahoma, sans-serif;
}

form#contactform input.text, form#contactform input.short, form#contactform input.long, form#contactform textarea, form#searchform input.text {
    padding: 2px;
    border: 1px solid;
}

form#contactform input.text, form#contactform textarea, form#searchform input.text {
    width: 260px;
}

form#contactform input.short {
    width: 40px;
}

form#contactform input.long {
    width: 211px;
}

form#contactform input.button, form#searchform input.button {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #fff;
}
/* End Form Elements */

/* banner im default.tmpl */
.banner_link,
.banner_link_active
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:right;
	padding: 2px 5px;
}
.banner_link_active
{
	text-decoration:underline !important;
}



/* Begin CMS */
.wysiwyg {
    font-size: 12px;
}
/* End CMS */
