/* *** CSS Document *** */
@CHARSET "ISO-8859-1";

/* layout */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    color: #000;
    background-color: #dddddd;
    background-image: url("images/bgBody.gif");
    background-repeat: repeat-x;
}

#container {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    margin-left:auto;
    margin-right:auto;
    width: 966px;
    min-height:100%;
    text-align: left;
    position:relative;
    background-color: silver;
    background-image: url("images/bgContainer.gif");
    background-repeat: repeat-y;
}
#containerInner {
    background-image: url("images/bgContainerInner.gif");
    background-repeat: no-repeat;
}
* html #container { height:100%; } /* hack */
 
#header {
    width:100%;
    height: 149px;
    position:relative;
    z-index:2;
    overflow:hidden;
    padding-top: 34px;
/*    background-color: #A9A9A9;*/
}
#header h1 {
    margin: 0px;
    padding: 25px 0px 0px 34px;
    float: left;
    height: 122px;
}
#header ul {
    width: 360px;
    height: 129px;
    background-image: url("images/menuHeader.jpg");
    background-repeat: no-repeat;
    float: right;
    margin: 0px 5px 0px 0px;
}
#header li {
    float: left;
    list-style-type: none;
    margin: 0px 27px 0px 0px;
    padding: 0px;
}
#header a.menuHeader {
    display: block;
    float: left;
    text-decoration: none;
    height: 129px;
    width: 93px;
}
#socialBar {
    height: 29px;
    margin-bottom: 21px;
}
#socialBarRight {
    float: right;
}
/* content */
#content li {
    margin-bottom: 5px;
}
#content {
    width: 898px;
    min-height: 381px;
    padding: 0px 34px 21px 34px; 
/*    background-color: #FFFFFF;*/
}
* html #content {
    height: 364px;
}
#content h2 {
    color: #16350f;
    font-style: italic;
}
#content h3 {
    color: #183712;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 7px;
}
/*#content h4{
    font-style: normal;
}*/
#content h5{
    margin-top: 18px;
}
#content a, #footer a {
    color: #000000;
    text-decoration: underline;
}
#content a:hover, #footer a:hover {
    color: #E13817;
}
#content .contentInnerLeft {
    width: 334px;
    float: left;
    margin-right: 20px;
}
#content .contentInnerRight {
    width: 334px;
    float: right;
}
div.between_hr {
    width:100%;
    border-top:1px solid #E13817;
    border-bottom:1px solid #E13817;
    padding:25px 0px;
    margin:5px 0px;
}

div.bottom_hr {
    width:100%;
    border-bottom:1px solid #E13817;
    padding-bottom:25px;
    margin-bottom:10px;
}
table, td, th {
    border: none;
}
.small {
    font-size: 10px;
}
#content .tags a {
    text-decoration: none;
}


/* footer */
#footer {
    padding:0px 21px 0px 21px;
    height:204px;
    position:relative;
    width: 924px;
    text-align: left;
    margin:-204px auto 0;
    background-color: #dddddd;
    background-image: url("images/bgFooter.jpg");
    background-repeat: no-repeat;
}
#footerTop {
    height: 46px;
}
#footerMiddle {
    height: 81px;
}
#footerBottom {
    height: 77px;
}
#footerTopLeft {
    float: left;
    width: 799px;
    margin-left: 13px;
}
#footerTopRight {
    float: right;
    width: 112px;
}
#footerBottomLeft {
    float: left;
}
#footerBottomRight {
    float: right;
    border-top: 1px dashed #000;
    margin-right: 13px;
    padding: 3px 0px 0px 30px;
}
div.nav_h_flat {
    float: left;
}
#footerBottomRight a {
    display: block;
    float: left;
    padding-right: 8px;
    margin-right: 8px;
    font-size: 0.8em;
    color: #000;
    text-decoration: none;
    background-image: url("images/sidebar_menu_bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
}
#footerBottomRight a:hover {
    text-decoration: underline;
    font-size: 0.8em;
    color: #000;
}
#clearfooter {
    height:204px;
    width:100%;
    clear:both
}


/* addext */
.addextDayHistory, .addextShortNews {
    margin-top: 80px;
}
#content .addextDayHistory h3,#content .addextShortNews h3{
    font-size: 18px;
    color: #183712;
}
#content .addextDayHistory h3 a:hover{
    font-size: 18px;
    color: #e13817;
}
#content h3.line_bottom {
    border-bottom: 1px solid #183712;
    padding-bottom: 7px;
}
.addextShortNews p, .addextDayHistory p {
    margin-bottom: 6px;
}


/* *** forms *** */
form {
    margin: 0px;
    padding: 0px;
}

input,textarea,select {
    border-top: 1px solid #183712;
    border-left: 1px solid #183712;
    border-right: 1px solid #183712;
    border-bottom: 1px solid #183712;
    background-color: #EBEBEB;
}

input.button, input.submit_button {
    background-color: #EBEBEB;
    color: #000;
    border-top: 1px solid #B4CEB1;
    border-left: 1px solid #B4CEB1;
    border-right: 1px solid #183712;
    border-bottom: 1px solid #183712;
    font-weight: bold;
    font-size: 1.2em;
    padding: 2px 10px;
}

input.radio_field, input.checkbox_field {
    border: none;
    background: none;
}

fieldset {
    border: 1px solid #183712;
    padding: 10px;
    margin: 0px 0px 25px 0px;
}

legend {
    background: #C6D9C3;
    color:#000;
    padding: 4px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #183712;
    border-right-width: 2px;
    border-bottom-width: 2px;
    font-weight: bold;
}

label {
    margin: 0px;
}

#search_input {
    float: left;
    width: 114px;
    height: 16px;
    margin-right: 12px;
    padding: 3px;
    font-weight: bold;
}

#search_submit {
    border: none;
}


/* *** pdf calendar *** */
#pdfCalendarOverviewMenu {
    
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuLeft {
    display: block;
    float: left;
    height: 158px;
    width: 33%;
    text-align: left;
    margin: 0px 0px 13px 0px;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuCenter {
    display: block;
    float: left;
    height: 158px;
    width: 34%;
    margin: 0px 0px 13px 0px;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuRight {
    display: block;
    float: right;
    height: 158px;
    width: 33%;
    text-align: right;
    margin: 0px 0px 13px 0px;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuLeft a, #pdfCalendarOverviewMenu .pdfCalendarOverviewMenuCenter a, #pdfCalendarOverviewMenu .pdfCalendarOverviewMenuRight a{
    display: block;
    height:142px;
    width:231px;
    background-image:url("images/btn_kalender-drucken.jpg");
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuLeft a:hover, #pdfCalendarOverviewMenu .pdfCalendarOverviewMenuCenter a:hover, #pdfCalendarOverviewMenu .pdfCalendarOverviewMenuRight a:hover{
    color: #000000;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuLeft a{
    margin: 0px 0px 0px 13px;
    padding: 8px; 
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuCenter a{
    margin: 0px auto 0px auto;
    padding: 8px;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuRight a{
    margin: 0px 13px 0px 0px;
    padding: 8px;
    float: right;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuHeader{
    display: block;
    height: 20px;
    padding: 16px 0px 0px 0px;
    color: #010101;
    font-size: 20px;
    font-style: italic;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuContent{
    display: block;
    height: 44px;
    padding: 10px 0px 10px 0px;
    color: #010101;
    font-size: 14px;
    line-height: 18px;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuLine{
    display: block;
    border-top: 1px solid #677866;
    height: 1px;
    width: 194px;
    margin: 0px auto 0px auto;
}
#pdfCalendarOverviewMenu .pdfCalendarOverviewMenuFooter{
    display: block;
    height: 40px;
    color: #d93917;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 40px;
}


/* *** contact *** */
#contact {
    width: 570px;
}
table.contact_form_infos{
    margin-bottom: 25px;
}

table.contact_form_infos tr td{
    padding-right: 50px;
}

table.contact_form_fields{
    width:404px;
}

td.input_cell input{
    float:right;
    margin-bottom:5px;
    width:250px;
}

div.subject_box{
    margin-top:15px;
    margin-bottom:15px;
}

div.message_box textarea{
    height:150px;
    width:100%;
}

div.subject_box input{
    width:100%;
}

div.submit_button{
    float:right;
    margin-left: 15px;
}

div.submit_button, div.cancel_button {
    margin-top:10px;
}

div.mandatory_fields_notice{
    font-size:0.8em;
    margin-top:25px;
}

tr.error_field td input{
    background-color: #E13817;
}

div.error_message_box{
    margin:10px 0px;
    padding:10px;
    border:1px solid #E13817;
}

div.sent_message_box{
    margin:10px 0px;
    padding:10px;
    border:2px solid #183712;
}

#contentLeft {
    float: left;
    width: 738px;
}

#contentRight {
    float: left;
    width: 160px;
}

#contentInner {
    padding-right: 50px;
    margin-top: 40px;
}

#contentLeftAdSenseFloat {
    height: 280px;
    width: 336px;
    float: left;
    margin-right: 13px;
}


/* *** glossar *** */
#glossar_description{
    margin-bottom:25px;
}

p.char_bar{
    font-size: 1.8em;
    text-align: center;
}

#char_overview, #entry_description{
    margin:25px 0px;    
}


/* *** blog *** */
div.blog_rightbar{
    float:right;
    width:194px;    
}

div.blog_post{
    margin-right:0px;
}

div.blog_post h2{

}

div.blog_post div.short_desc{

}

div.blog_post div.links{
    margin-top:10px;
    margin-bottom: 25px;
}

div.category_list{
    border:1px solid #000;
    padding:5px;
    margin-top:5px;
    margin-bottom:25px;
}

#post_entry{
    margin-bottom: 25px;
}

#post_comments{
    margin:50px auto;
}

#post_comments div.comment{
    border: 1px solid #B4B3B3;
    background-color:#EFEFEF;
    padding:5px;
    margin-bottom:25px;
}
#post_comments div.comment h3{
    margin: 0px 0px 15px 0px;
}
#comment_form{
    margin-top: 25px;
}

#comment_form label{
    margin-left: 5px;
}

#comment_form_error{
    background-color:#FFEFEF;
    border:2px solid #9E0A0A;
    margin:0px 0px 25px 0px;
    padding:10px;
}

#comment_form_success{
    background-color:#F9FFEF;
    border:2px solid #659E0A;
    margin:0px 0px 25px 0px;
    padding:10px;
}


/* *** day_history *** */
#dayhDescription {
    margin-bottom: 21px;
}
#contentInner {
    margin-top: 21px;
}
#accordion .ui-accordion-content {
    padding-left: 0px;
    padding-right: 21px;
    padding-top: 0px;
}
#accordion .day {
    float: left;
    list-style-type: none;
    margin-left: 21px;
}
#accordion h3 {
    height: 25px;
    padding: 0px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
#accordion a {
    padding:0px 0px 0px 34px;;
    text-decoration: none;
    color: #000;
    line-height: 25px;
    height: 25px;
}
#accordion a:hover {
    text-decoration: none;
    color: #000;
}
#accordion .day a {
    display: block;
    text-align: center;
    width: 37px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid black;
    padding: 0px;    
}
#accordion .day a:hover {
    background-color: #F1631F;
}
#detailAll_post .postCategorie h3 {
    margin: 34px 0px 13px 0px;
}
#detailAll_post .postCategorie h4 {
    margin: 13px 0px 8px 0px;
}
.singlePost {
    margin-left: 15px;
}
#content .backToOverview {
    margin-top: 55px;
    margin-bottom: 34px;
}
#content .backToOverview .left {
    display: block;
    width: 33%;
    margin-left: 0%;
    float: left;
    text-align: left;
}
#content .backToOverview .center {
    display: block;
    width: 34%;
    float: left;
    text-align: center;
}
#content .backToOverview .right {
    display: block;
    width: 33%;
    margin-right: 0%;
    float: right;
    text-align: right;
}


/* *** time_table *** */
#timeTableForm {
    width: 688px;
}
#timeTableForm td input {
    width: 100%;
    margin-bottom: 13px;
}
#timeTableForm td{
    width: 12%;
}
#timeTableForm th{
    text-align: center;
}
#timeTableForm .field-0{
    text-align: center;
}
#timeTableForm #fieldDelete{
    margin-left: 75px;
}
#fieldDelete, #rowDelete{
    margin-right: 5px;
    height: 25px;
    width: 25px;
}
#fieldAdd, #rowAdd{
    margin-left: 5px;
    height: 25px;
    width: 25px;
}
#timeTableForm #timeTableSelection{
    padding: 0px 64px 0px 64px;
    text-align: center;
    width: 538px;
    margin: 0px 0px 21px 0px;
}
#timeTableDescription {
    width: 688px;
    margin-bottom: 21px;
}
#timeTableForm #userName, #userSchool{
    float:left;
    width: 30%;
}
#timeTableForm #timeTableHead{
    margin-bottom: 13px;
}
#timeTableForm #userClass, #userSchoolYear{
    float:left;
    width: 20%;
}
#timeTableForm #userName input{
    width: 140px;
}
#timeTableForm #userSchool input{
    width: 140px;
}
#timeTableForm #userClass input{
    width: 75px;
}
#timeTableForm #userSchoolYear input{
    width: 60px;
}
#timeTableForm #createTimeTable {
    margin-top: 21px;
    margin-bottom: 55px;
}
#timeTableForm #createTimeTable .resetButton{
    float: left;
}
#timeTableForm #createTimeTable .submitButton{
    float: right;
}
#timeTableForm #userImage{
    margin-bottom: 21px;
    display: none;
}
#timeTableForm .bgImageContainer {
    float:left;
    display: block;
    width: 162px;
    margin-bottom: 21px;
}
#timeTableForm .bgImageContainerInner {
    width: 146px;
    margin-left: 10px;
}
#timeTableForm #imageSelection {
    margin: 21px 1px 0px 1px; 
    padding: 0px;
}
#timeTableForm  #imageSelection .bgImageContainerInner label{
    margin-right: 0px;
}
#timeTableForm  #imageSelection .bgImageContainerInner label img{
    display: block;
}
#timeTableForm  #fieldsetImages {
    margin: 0px;
    padding: 0px;

}
#timeTableForm  #fieldsetImages legend{
    margin-left: 10px;
}
#timeTableForm fieldset{
    display: block;
}

#timeTableForm #imageSelection { 
    width: 675px; 
    clear: both; 
    margin: 20px 0 10px; 
}
#timeTableForm #imageSelection .viewport { 
    width: 650px; 
    height: 300px; 
    overflow: hidden; 
    position: relative; 
}
#timeTableForm #imageSelection .overview { 
    list-style: none; 
    position: absolute; 
    left: 0; 
    top: 0; 
}
#timeTableForm #imageSelection .thumb .end, #imageSelection .thumb { 
    background-color: #16350F; 
}
#timeTableForm #imageSelection .scrollbar { 
    position: relative; 
    float: right; 
    width: 15px; 
}
#timeTableForm #imageSelection .track { 
    background-color: #B5CFB1; 
    height: 100%; 
    width:13px; 
    position: relative; 
    padding: 0 1px; 
}
#timeTableForm #imageSelection .thumb { 
    height: 20px; 
    width: 13px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
}
#timeTableForm #imageSelection .thumb .end { 
    overflow: hidden; 
    height: 5px; 
    width: 13px; 
}
#timeTableForm #imageSelection .disable{ 
    display: none; 
}
#timeTableForm .imageSelectDesc {
    margin: 0px 10px 15px 10px;
}


/* *** calendarRecycling *** */
#crText {
    margin-bottom: 34px;
}

#crFormUserSelect {
    margin-top: 21px;
}
#crFormUserSelectHeader {
    margin: 10px 0px 15px 0px;;
    float: left;
}
#crFormUserSelect form{
    margin: 10px 0px 15px 21px;
    float: left;
}
#crFormUserSelect input{
    margin: 0px 0px 0px 8px;
}
#crText .yearBefore, #crText .yearBeforeHoliday{
    font-weight: bold;
}

#crText .actYear, #crText .actYearHoliday{
    font-size: 1.4em;
    font-weight: bold;
}

#crText .yearAfter, #crText .yearAfterHoliday{
    font-weight: bold;
}

#crText #crImageText{
    float: left;
    padding: 0px 8px 8px 0px;
}
