* {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    padding: 20px 0 0 26px;
    background: #fff;
}

#printheader {
    display: none;
}

#container {
    position: relative;
    width: 952px;
}


/* header ********************************************************* */

#header {
    height: 131px;
    margin: 0 0 2px 0;
    background: url(../images/bg_header_00.png) no-repeat top right;
}

#logo {
    width: 152px;
    height: 131px;
    margin: 0 31px 0 0;
    background: url(../images/logo_medienakademie.png) no-repeat;
}

h1#siteheader,
h1#siteheader a  {
    width: 152px;
    height: 131px;
}

h1#siteheader a span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: 1px 0 0 1px;
}


/* naviMain ******************************************************* */

#navimain {
    height: 20px;
    margin: 0 0 68px 182px;
}

#navimain ul {
    list-style: none;
}

#navimain li {
    display: inline;
}

#navimain a {
    display: block;
    float: left;
    position: relative;
    z-index: 50;
    width: 144px;
    height: 20px;
    margin: 0 0 0 2px;
    background: #5ea412;
    color: #FFFFFF;
    text-decoration: none;
}

#navimain a span {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    width: 1px;
    height: 1px;
    margin: -2px 0 0 -2px;
    background: transparent;
}

#navimain a#uid48 {
    background: url(../images/bg_navimain_01_no.png) top left no-repeat;
}
#navimain a#uid48:hover,
#navimain li.cur a#uid48  {
    background: url(../images/bg_navimain_01_cur.png) top left no-repeat;
}
#navimain a#uid47 {
    background: url(../images/bg_navimain_03_no.png) top left no-repeat;
}
#navimain a#uid47:hover,
#navimain li.cur a#uid47  {
    background: url(../images/bg_navimain_03_cur.png) top left no-repeat;
}

#navimain a#uid46 {
    background: url(../images/bg_navimain_02_no.png) top left no-repeat;
}
#navimain a#uid46:hover,
#navimain li.cur a#uid46 {
    background: url(../images/bg_navimain_02_cur.png) top left no-repeat;
}

#navimain a#uid45 {
    background: url(../images/bg_navimain_04_no.png) top left no-repeat;
}
#navimain a#uid45:hover,
#navimain li.cur a#uid45 {
    background: url(../images/bg_navimain_04_cur.png) top left no-repeat;
}


/* search ********************************************************* */

#search {
    /*clear: both;*/
    position: absolute;
    top: 164px;
}

#quicksearch {
    position: relative;
    background: none;
}

#quicksearch fieldset {
    padding: 0;
}


#search legend {
    display: none;
}

#search input.text {
    position: absolute;
    width: 136px;
    height: 16px;
    border: 1px solid #639733;
    padding: 2px 0 0 3px;
    font-size: 0.7em;
}

#quicksearch .button {
    position: absolute;
    left: 146px;
    top: 1px;
    width: 12px;
    height: 18px;
    border: 0;
    padding: 0;
    font-size: 8px;
}
#search .watermark {
    border-color: #7F7A73;
    color: #999;
}

#search .searchtypeswitcher {
    position: absolute;
    width: 160px;
    top: 25px;
    left: 2px;
}

#search .radio {
    float: left;
    margin-right: 4px;
}

#search .radiolabel {
    float: left;
    margin-right: 8px;
    font-size: 11px;
}


/* **************************************************************** */
/* main part ****************************************************** */

/* Here we define the 3 col layout */

#main {
    width: 950px;
    background: url(../images/bg_main.png) repeat-y ;
}

#content {
    width: 530px;
    float: left;
}

#navileft {
    width: 184px;             /* LC width */
    float: left;
}

#contentright {
    width: 168px;             /* RC width */
    float: right;
}

#footer {
    clear: both;
    position: relative;
}


/*** Equal-height Columns ***/

#main {
    overflow: hidden;
}

#main .column {
    padding-bottom: 20010px;  /* X + padding-bottom */
    margin-bottom: -20000px;  /* X */
}



/* navileft ******************************************************* */

#navileft ul {
    list-style: none;
}

#navileft li {
    margin: 0 0 4px 2px;
}

#navileft a {
    color: #969696;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

#navileft li a:hover,
#navileft li.cur a {
    color: #335F0C;
}

/* level 2 */
#navileft ul.level2 {
    padding: 0 0 0 13px;
    margin: 0.4em 0 1.3em 0;
}

#navileft ul.level2 a {
    font-size: 0.7em;
    letter-spacing: 0.15em;
    text-transform: none;
}

#navileft ul.level2 .no a {
    color: #969696;
}

/* special settings for "Geschützter Bereich" */

#navileft li.homeInLoginArea {
    margin-bottom: 10px;
}
#navileft li.homeInLoginArea a {
    border-bottom: 1px solid #969696;
}




/* content **************************************************** */

#content {

}


/* contentright *************************************************** */

#contentright {

}


/* footer ********************************************************* */

#footer {
}


/* BLOG  ********************************************************* */

.tx-t3blog-pi2 .single,
.commentListListing .item,
.blogList .item {
    margin-bottom: 15px;
    border-bottom: 1px solid #DFDFD8;
    padding-bottom: 15px;
}

#content .blogList .item .itemTop {
    margin-bottom: 10px;
} 

.commentTopNav .author, 
.commentTopNav .date .date, 
#singleNavigation .previous,
#singleNavigation .backtolist,
#singleNavigation .next,
.single .date,
.single .time,
.blogList .item .categories, 
.blogList .item .date {
    float: left;
    margin-right: 10px;
}

.commentTopNav,
.commentComments,
.single .date,
#singleNavigation .previous {
    margin-bottom: 10px;
} 

.single .categories {
    clear: both;
    float: left;
    margin-right: 10px;
}

.single .itemBody {
    clear: both;
}

#content .tx-t3blog-pi2 .single .itemBody h3, 
#content .blogList .item .itemBody h3 { 
    color:#649834;
    font-size:1.5em;
    margin:0 0 0.5em;
}

#content .blogList .item .itemNav a, 
#content .blogList .item .itemNav .authoremail {
    margin-right: 5px;
}

#content .blogList .item .itemNav .blogtipafriendlink {
    display: none;
}

#contentAdditional #archive ul {
    margin-top: 5px;
}

#contentAdditional .tx-t3blog-pi2 ul li, 
#contentAdditional #archive ul li {
    list-style: none;
    margin-bottom: 5px;
}

#contentAdditional #archive ul ul {
    margin-left: 10px;
}

#contentAdditional #archive h3,
#contentAdditional .tx-t3blog-pi2 h3 {
    color: #659834;
}

#commentList ul li {
    list-style: none;
}

#commentFormNonAjax .mailform h4 {
    margin-bottom: 5px;
}

#commentFormNonAjax .mailform form {
    padding: 10px;
}

#commentFormNonAjax .mailform form .formField input {
    margin-bottom: 10px;
}

.commentBody h5 {
    color:#649834;
    font-size:1.2em;
    margin:0 0 0.5em;

}

.commentFooter {
    margin-bottom: 10px;
}

.csc-frame-gb {
    margin-bottom: 20px;
    padding: 10px;
}

.csc-frame-50 {
    width: 50%;
}

.csc-frame-yellow {
    background: #f7ead4;
}

.csc-frame-red {    
    background: #f4d8c9;
}

.csc-frame-blue {
    background: #d4e4e7;
}

.csc-frame-olive {
    background: #ebe5ce;
}


