body {
        margin-top:10px;
        margin-bottom:30px;
        padding-top:0px;
        font:12px Thoma,sans-serif;
        background:url()
        overflow:-moz-scrollbars-vertical;
}


/* ###################################################### */
/* ####################### Start ###################### */
/* ###################################################### */

#page{
        padding:1px;
        margin: 0px auto;
        width:1000px;
        border:black 1px solid;
}

*html #page{
}

html>body #page{ height:auto; }

#website{
}




/* ###################################################### */
/* ####################### HEADER oben ####################### */
/* ###################################################### */
#header {
    height:150px;
    background-color:#white;
    padding:0;
}

#header #headBody {
    padding:0;
    margin:0;
    background-image:url('http://neu.sks-sachsenheim.de/cms/upload/header3.gif');
    background-repeat:no-repeat;
    background-position:240px 0;
    width:100%;
}

#header a#logoTop {
        display:block;  
    float:left;  
    padding:0;
    margin:0;
}

#header h1 { 
    display:block;
    float:left;
    padding:0 0 0 30px;
    margin:10;
    width:690px;
    height:60px;
    line-height:100px;
        font-size:19px;
    font-weight:normal;
    color:black;
    /* transparency */
    background-color:none;
    opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}

#header h1, #header a#logoTop {
    margin:90px 0 0 0;
}



/* ###################################################### */
/* ####################### SPALTEN ###################### */
/* ###################################################### */

  #col1 { width: 25%; float:left; }
  #col1_content { padding: 10px 0px 10px 0px; }

  #col3 { width:48%; margin:0px; float:left; }
  #col3_content { padding:10px; }
  * html #col3 { margin:0px; float:left; }

#col2 { width: 25%; float:right; }
  #col2_content { padding: 10px; }
  



/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:black;
    font-style:normal;
}

/* ###################################################### */
/* ####################### LOGIN ->links!!!! ######################## */
/* ###################################################### */

#loginbox {
    font-size:11px;
        height:100px;
        margin:10px;
    padding:5px;
        border-top:1px solid;
        border-bottom:1px solid;
}
* html #loginbox {
    padding-top:10px;
}

#loginbox h3 {
    font-size:11px;
}

#loginbox input {
    width:135px;
    height:12px;
    border:1px solid #ccc;
    font-size:10px;
    margin:0 0 4px 0;
}
* html #loginbox input {
    width:140px;
    margin:2px 0 2px 0;
}

#loginbox label {
    display:block;
    width:50px;
    float:left;
    padding:2px 0 2px 0;
        margin:0;
}

#col1 input#loginBtn {
    border:0;
    padding:0 20px 0 0;
        color:black;
        background-color:#FFF;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:right 6px;
    font-size:12px;
    width:auto;
    height:auto;
    float:right;
    margin:0 10px 0 0;
}
* html #col1 input#loginBtn {
    margin:0 14px 0 0;
}





/* ###################################################### */
/* ################### UEBERSCHRIFTEN ################### */
/* ###################################################### */
h1,h2,h3,h4,h5,h6 { 
    
font-weight:black; 
        
color:grey;
}

  h1 { font-size: 100%; }
  h2 { font-size: none; }
  h3 { font-size: none; }
  h4 { font-size: none; }
  h5 { font-size: 50%; font-style:italic; }
  h6 { font-size: 100%; font-style:italic; }



/* ###################################################### */
/* ####################### NAVI ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:220px;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:220px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 10px;
    font-size:11px;
    color:#FFFFFF;
    background-image:url(../images/navi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:210px 3px;
    border-bottom:1px solid #ccc;
    text-decoration:none;
    background-color:#666;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color: #FFFFFF;
;
}

/* Level 2 */
#navigation ul.subNavigation {
    width:210px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li a {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:199px 8px;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:210px;
}
#navigation ul.subNavigation li.active a {
    color:#fff;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

/* Level 3 */
#navigation ul.subSubNavigation {
    width:200px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:black;
    width:200px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}



/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */

#search {
    margin:20px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:140px;
    height:12px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}


/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */

#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:black;
    font-style:normal;
}


/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */

#teasersRight .teaserItem {
    color:#333;
    font-size:11px;
}
#teasersRight .teaserItem h3 {
    color:#0060b1;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:230px;
    margin:10px 0;
    padding:0 0 0 15px;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
    width:200px;
}



/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */

#footer {
    /*width:100%;*/
        background:url(../images/background-footer.png) repeat-x;
    height:104px;
        padding-top:10px;
    font-size:11px;
        line-height:150%;
    background-color:white;
    overflow:hidden;
}
#footerContainer {
    width:1000px;
}
#footer a#logoBottom {
    display:block;
        width:230px;
}

#footerContentContainer {
    height:104px;
}

#footerContentLeft {
    float:left;
    margin:10px 0 0 30px;
    font-size:10px;
    padding-right:10px;
}
* html #footerContentLeft {
    margin-left:15px;
}

#clearfooter { width:100%;height:52px;clear:both; }

#metaNavigation {
        text-align:center;
        color: #000000; 
}
ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
        border-left:1px solid #000000;
}
#metaNavigation a:link, #footerContainer a:link { color:#000000; font-size:11px; }
#metaNavigation a:hover, #footerContainer a:hover { color:blue; text-decoration: underline overline; font-size:11px; }
#metaNavigation a:visited, #footerContainer a:visited { color:blue; font-size:11px; }






/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:blue;
    text-decoration:none;
}
a:hover {
    text-decoration:underline overline;blue
}



/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}




/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */

/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */




/* ###################################################### */
/* ########################### SITEMAP ################## */
/* ###################################################### */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}



/* ###################################################### */
/* ##################### TABELLENLAYOUT ################# */
/* ###################################################### */

.mytable { width:98%; border: 1px solid #808080; }
.mytable thead { border: 1px solid #404040; background-color:#A10; color:#FFF; font-weight:bolder; }
.mytable tbody { border: 1px solid #404040; background-color:#F9E1E3; }
.mytable tfoot { border: 1px solid #404040; background-color:#CCC; font-style:italic; }




/* ###################################################### */
/* ########################### DIVERSES ################# */
/* ###################################################### */

.input {
    color:#000;
    width:240px;
    margin-bottom:8px;
    border:1px solid #999;
}

.label { color:#000; }
.small { font-size:9px; }
.hidden { display:none; }

/* Alle Bilder ohne Rahmen */
img { border: 1px; }

form { margin:0; padding:0; }
textarea { width:418px; height:85px; }
