/* 
    Document   : default
    Created on : 14.01.2010, 15:11:59
    Author     : Mike vom Scheidt
    Description: Default style sheet
*/

* {
    border: none;
    margin: 0;
    padding: 0;
    z-index: 0;
}

html, body {
    font-family: Arial,Verdana;
    color: #666;
    line-height: 1.5em;
}

body {
    font-size: 62.5%;
}

a:link, a:visited {
    color:#FEB14C;
    text-decoration:underline;
}

a:hover, a:active {
    color:#FEB14C;
    text-decoration:underline;
}

h2 {
    font-size:1.8em;
    line-height:1em;
    margin:0 0 10px;
}

input, textarea {
    font-family: Arial,Verdana;
}

#wrapper {
    width: 1000px;
    margin: 30px auto;
}

#header {
    border-bottom:1px solid #666;
    height:210px;
    position: relative;
}

#logo1, #logo2 {
    position: absolute;
    top: 0;
}

#logo1 {
    left: 25px;
    text-indent: -300em;
}

#logo1 a {
    height: 200px;
    width: 218px;
    display: block;
    background: #fff url(../images/layout/offene-schule-koeln.jpg) no-repeat top left;
}

#logo2 {
    right: 22px;
}

#container {
    position: relative;
}

#left {
    position: absolute;
    width: 200px;
}

#navi-main {
    text-align:right;
}

#navi-main ul {
    list-style-type:none;
    margin:0;
    padding:50px 30px;
}

#navi-main ul ul {
    padding: 0;
}

#navi-main ul li {
    border-bottom:1px solid #666;
    padding: 15px 0;
}

#navi-main ul ul li {
    border-bottom: 0;
}

#navi-main ul ul li {
    padding-bottom: 0;
}

#navi-main ul li a, #navi-main ul li span {
    color:#666;
    font-weight:700;
    text-decoration:none;
    text-transform: uppercase;
}

#navi-main ul ul li a, #navi-main ul ul li span {
    font-weight: normal;
}

#main, #right {
    padding-top:50px;
}

#main {
    width: 390px;
    margin-left: 200px;
}

.no_right #main {
    width: 800px;
}

.ce_text {
    margin-bottom:20px;
    padding:0 30px 15px 0;
}

p, .comment {
    font-size:1.2em;
    line-height:1.5em;
    padding:5px 0;
}

#right {
    width: 410px;
    float:right;
}

.mod_login {
    padding:50px 30px;
}

.mod_login .option_container label, .mod_login .option_container input {
    display: block;
}

.mod_login .option_container input, .widget input, .widget textarea {
    border: 1px solid #666;
}

.mod_newsreader .ce_text {
    padding: 0;
    margin: 0;
}

.layout_short {
    margin-bottom: 30px;
}

.ce_comments {
    padding-top: 20px;
}

.comment_default {
    margin-bottom: 10px;
    background-color: #CCC;
}

.comment_default .info {
    background-color: #BBB;
    padding: 5px;
}

.comment_default .info a {
    color: #000;
}

.comment_default .comment {
    padding: 5px;
}

.ce_comments .form {
    margin-bottom: 20px;
}

.widget {
    margin-bottom: 5px;
}

.widget textarea {
    width: 330px;
    height: 80px;
}

.border-bottom {
    border-bottom:1px solid #666;
}

.yellow {
    color: #FF7F00;
}

.invisible {
    display: none;
}

.clear {
    clear: both;
}

/* Forum */

.no_right .helpdesk-lastedit {
    text-align: left;
}

.no_right .mod_helpdesk .breadcrumb {
    font-size: 1.2em;
}

.no_right .mod_helpdesk .mainlist .headerrow {
    font-size: 1.2em;
}

.no_right .mod_helpdesk .mainlist .datarow {
    font-size: 1em;
}

.no_right .mod_helpdesk .category .description p {
    font-size: 1em;
}

.mod_helpdesk .mainlist th {
    font-size: 1.1em;
}

.mod_helpdesk .formbody .subject, .mod_helpdesk .searchform #helpdesk_searchterms {
    border: 1px solid #000;
}

.calendar, .mod_cal_frontend_reader table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.calendar td, .calendar th, .mod_cal_frontend_reader th, .mod_cal_frontend_reader td {
    text-align: center;
    border: 1px solid #888;
    height: 70px;
    font-size: 1.2em;
}

.calendar td .event {
    margin: 4px 0;
    padding: 4px 0;
    border-top: 1px solid #888;
}

.calendar thead .label, .calendar thead .head, .mod_cal_frontend_reader thead .label, .mod_cal_frontend_reader thead .head {
    font-weight: bold;
}

.calendar .today {
    background-color: #DDD;
}

.calendar .today {
    font-weight: bold;
}


.mod_cal_frontend_reader form {
    margin: 25px 0;
}

.mod_cal_frontend_reader .option_container {
    margin-bottom: 5px;
}

.mod_cal_frontend_reader .option_container label {
    width: 100px;
    display: block;
    float: left;
}

.mod_cal_frontend_reader .option_container textarea {
    width: 300px;
    height: 100px;
}

.mod_cal_frontend_reader .option_container input {
    width: 150px;
}

.mod_cal_frontend_reader .submit_container input {
    margin-left: 100px;
}

.mod_cal_frontend_reader .option_container input, .mod_cal_frontend_reader .option_container textarea,  .mod_cal_frontend_reader .option_container .select {
    border: 1px solid #AAA;
}

.mod_cal_frontend_reader .error {
    color: #f00;
}
