
html, TABLE {
    font-family:verdana, arial, sans-serif; 
    font-size:11px;
}
body {
    background-color:white;
    color:black;
    margin:0;
    padding:0;
    width:950px;
    text-align:left;    
    font-family:verdana, arial, sans-serif; 
    font-size:11px;
}

#container {
    position:relative; top:0; left:0;
    background-color:#FFE57F;
    width:950px;
    padding:0;
    text-align:left;
}



/*  A L L G E M E I N E S  */

A {
    color:#2B5583;
    text-decoration:none;
}
A:hover {
    color:white;
    background-color:#2B5583;
    text-decoration:none;
}
A.active {
    color:white;
    background-color:#2B5583;
    text-decoration:none;
}
A.none {
    background-color:transparent;
}
A IMG {
    border:0; 
}
IMG, EMBED, OBJECT {
    display:block;
}
IMG.inline {
    display:inline;
}
H3 {
    font-weight:bold;
    font-size:13px;
    border-bottom:1px dashed black;
    width:99%;
}

B {
    font-weight:bold;
    color:#2B5583;
}




/*  S T R U K T U R  */

#header_top {
    position:relative;
}
#header_bottom {
    position:relative;
}
A#backlink:hover {
    background-color:transparent;
}
#navi {
    position:relative;
    float:left;
    background-color:#FFE57F;
    width:189px;
}

#main {
    position:relative;
    margin-left:189px;
    margin-right:181px;
    padding-left:15px;
    padding-right:5px;
    background-color:#FFF8DB;
    min-height:420px;
}
* html #main {
    height:420px;
}

#page_header {
    color:white;
    height:120px;
}
#page_header DIV {
    padding:36px 10px 0 32px;
}


#footer {
    background-color:#FFCC00;
    border-top:1px solid white;
    height:24px;
}
#footer IMG {
    display:inline;
}

#copyright {
    background-color:white;
    padding:15px 0;
    text-align:center;
    color:#CCCCCC;
}
#copyright A {
    color:#CCCCCC;
}



/*   P R O G R A M M   */

#program_container {
    width:99%;
}
#program_days {
    border-top:1px solid white;
    width:100%;
}
#program_days TD {
    width:135px;
    height:24px;
    color:#2B5583;
    text-align:center;
}
#program_days .pday {
    background:url(../img/bg_day.jpg) no-repeat 0 0 transparent;
    width:100%;
    height:100%;
    padding-top:5px;
    display:block;
}
#program_days .pday:hover, #program_days .active {
    background:url(../img/bg_day_o.jpg) no-repeat 0 0 transparent;
    color:white;
}
#program_days .day {
    width:135px;
}
#program_days .filler {
    background:url(../img/bg_day_filler.jpg) repeat-x 0 0 transparent;
    width:auto;
}
#program_days .right {
    background:url(../img/bg_day_right.jpg) no-repeat 0 0 transparent;
    width:44px;
}


#program {
    width:100%;
    background-color:white;
}
#program TD {
    padding:7px 10px;
}
#program .ptime {        width:80px;  border-right:1px solid #2B5583; }
#program .ptitle {       width:auto; border-right:1px solid #2B5583; }
#program .ppersons {     width:250px; }

#program .manager {
    background-color:#2B5583;
    color:white;
    height:25px;
}

#navi{min-height:520px}


/*   B O X E S  */

/* modules right */
#boxes {
    position:absolute; top:244px; right:0;
    margin-left:12px;
    width:181px;

}
#boxes .box {
    position:relative;
    background:url(../img/content_bottom.jpg) repeat-x 0 100% transparent;
    border-left:1px solid #EAEAEA;
    border-right:1px solid #EAEAEA;
    margin-bottom:10px;
}
#boxes .box_head {
    position:absolute; top:5px; right:0;
}
#boxes .box_cont {
    position:relative; left:0;
    padding:30px 10px 20px 10px;
}
#boxes .box_cont .title {
    position:relative; left:0;
    padding-top:5px;
}
#boxes .box_cont .date {
    position:relative; right:0;
    font-size:10px;
    text-align:right;
    padding-left:5px;
}
#boxes .box_cont .text {
    position:relative; left:0;
    clear:both;
    padding-top:10px;
}




/*   C O N T E N T   */

.contmodule {
    padding-bottom:10px;
}



/*  C O N T E N T - B O X  */

.contbox {
    padding-top:10px;
    width:99%;
}
.contbox .contheader {
    font-weight:bold;
    padding-bottom:10px;
}
.contbox .conttopic {
    font-weight:bold;
    color:#ED1846;
}
.contbox .contdate {
    float:right;
    color:#ED1846;
}
.contbox .conttext {
}
.contbox .conttext_short {
    padding-bottom:10px;
}
.contbox .contimage {
}
.contbox .contlinks {
    padding-top:10px;
}
.contbox .top       { padding:0 0 15px 0; }
.contbox .right     { float:right; padding:0 0 10px 15px; }
.contbox .left      { float:left; padding:0 15px 10px 0; }
.contbox .subtitle  { float:left; padding:0 15px 10px 0; }
.contbox .bottom    { padding:15px 0 0 0; }

.contbox LI {
    list-style-image:url(../img/icons/arrows_right.gif);
    margin-left:30px;
    padding:0;
}
.contbox .divider {
    border-top:1px solid #FFCD07;
    padding:0 0 15px 0;
}

.contadmin {
    background-color:#BFBFBF;
    color:white;
    clear:both;
    text-align:right;
    font-size:10px;
    padding:1px 5px;
    margin-top:15px;
    border-bottom:1px solid #888888;
}
.contadmin IMG {
    display:inline;
    margin-top:1px;
}
.contadmin A {
    color:white;
    padding:0 3px;
}





/* Login */
#login_box {
    position:relative;
    margin: 200px auto auto auto;
    text-align:left;
    padding:0;
    width:300px;
    height:200px;
    text-align:left;
    color:#5E5E5E;
    border:1px solid #E6E6E6;
    font-family:verdana, arial, sans-serif;
    font-size:.8em;
}
#login_box #login_head {
    font-weight:bold;
    font-size:1.2em;
    color:#555555;
    background-color:#E6E6E6;
    border-bottom:1px solid #E6E6E6;
    padding:2px 10px;
}
#login_box #login_body {
    padding:20px 15px 0 15px;

}

#login_box #no_auth {
    position:absolute; top:-80px;
    font-weight:bold;
    font-size:1.1em;
    margin:0 -100px 0 -100px;
    width:500px;
    text-align:center;
    color:#BB0000;
}

#logout_link {
    position:relative; top:-14px;
    background-color:#E6E6E6;
    height:15px;
    padding:0 10px;
    color:#555555;
    float:right;
    text-align:right;
    font-weight:bold;
    z-index:9999;
}
#logout_link A {
    color:#999999;
    text-decoration:none;
}
#logout_link A:hover {
    color:#555555;
}



#admin_ok {
    position:absolute; top:0px; left:250px;
    background-color:#55CC55;
    color:#BBFFBB;
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    padding:3px 10px;
    width:400px;
    text-align:center;
}
#admin_err {
    position:absolute; top:0px; left:250px;
    background-color:#ED1846;
    color:white;
    font-weight:bold;
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    padding:3px 10px;
    width:400px;
    text-align:center;
}
#admin_inf {
    position:absolute; top:0px; left:250px;
    background-color:#FFFFAA;
    color:#888800;
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    padding:3px 10px;
    width:400px;
    text-align:center;
}




/*   S T A R T P A G E   */

#startpage {
    background-color:#2B5583;
    color:white;
}
#start_ul {
    position:relative;
    background-color:#F8C907;
    color:black;
    width:290px;
    height:255px;
    float:left;
}
#start_ur {
    position:relative;
    margin-left:290px;
    height:255px;
}
#start_c {
    position:relative;
}
#start_bl {
    position:relative;
    background-color:#F8C907;
    color:black;
    width:290px;
    height:255px;
    float:left;
}
#start_br {
    position:relative; top:0;
    margin-left:290px;
    height:255px;
}

.start_text_left {
    position:absolute;
    padding:30px 10px 10px 20px;
    z-index:1000;
}
.start_text_right {
    padding:70px 0 0 120px;
    font-size:13px;
    
}
.start_text_right B {
    color:white;
}
.start_image_de {
    background:url(../img/start_willkommen.jpg) 20px 50px no-repeat;
}
.start_image_en {
    background:url(../img/start_welcome.jpg) 20px 50px no-repeat;
}





/*   F O R M S  */

INPUT, TEXTAREA, SELECT, OPTION {
    font-family:verdana, arial, sans-serif;
    font-size:11px;
}
.frm_text {
    border:1px solid black;
    padding:0 2px;
}
.frm_textarea {
    border:1px solid black;
    padding:0 2px;
}
.frm_button {
    border:1px solid black;
}
.frm_err {
    border:1px solid black;
    background-color:#ED1846;
    color:white;
    padding:5px;
}
.frm_err B {
    color:white;
    text-transform:uppercase;
}

.frm_text_err, .frm_textarea_err {
    border:1px solid #ED1846;
}

