html {
    height: 100%;
}


body {
    font-family: Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    height: 100%;
    color: #FFFFFF;
    background: #000000;
}

.mceContentBody{
    background: none;
    background-color: #303030;
}

.caption_spacing {
    padding-top: 45px;
}

h1 {
    font-family: Trebuchet, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
}

h2 {
    font-family: Trebuchet, sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

h3, h4, h5, h6 {
    font-family: Trebuchet, sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
}

.red {
    color: #DC002E;
}

a {
    text-decoration: underline;
    color: #6C6A6F;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

img {
    border-width: 0;
}

.inputmessage {
    color: red;
}

td.inputlabel {
    vertical-align:top;
}


/***************
 * main layout *
 ***************/

#mainframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 700px;
    height: 100%;
    margin-left: -350px;
    padding: 0px;
    min-height: 100%;
    height: auto;
	background: url(imgs/bg2.jpg);
}

#maincontent {
    position: relative;
    top: 0px;
    left: 49px;
    width: 605px;
    padding: 0 46px 10px 0;
    margin-top: -165px;
}


#maincontent_text {
    position: relative;
    width: 490px;
    min-height: 450px;
    margin: 0px;
    padding: 0px;
}

#fb {
    position: absolute;
    top: 350px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -380px;	
}

#ggl {
    position: absolute;
    top: 390px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -380px;
}


/***************
 * login       *
 ***************/

#login {
    position: relative;
    background: #212121;
    color: #505050;
    padding: 0 0 5px 0;
    margin-bottom: 25px;
    width: 228px;
    min-height: 107px;
    color: #FFFFFF;
}

#login a {
    color: #FFFFFF;
}

#login table {
    position: relative;
    left: 5px;
    top: 5px;
    border-spacing: 0px;
    border-collapse: collapse;
}

#login table tr {
    height: 18px;
    width: 265px;
}

#login_password {
    width: 160px;
    height: 16px;
}

#login_name {
    width: 160px;
    height: 16px;
}

#login_submit {
    position: relative;
    float: right;
    width: 53px;
    height: 15px;
    border: 0px;
    background: url(imgs/button_ok.jpg);
}

#maincontent_padding {
    padding: 1.5em;
}

/* main menu list */
#menubar {
    position: absolute;
    top: 230px;
    left: -30px;
    width: 183px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    z-index: 100;
}


/* main menu items */


#menubar li {
    float: left;
    position: relative;
    width: 183px;
    margin-bottom: 10px;  
}


#menubar li a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    text-align: right;
    display: block;
    line-height: 30px;
    padding-right: 10px;
}

#menubar .menu_item_1 {

}

#menubar .menu_item_1 a {
    background: url(imgs/menu/1_notactive.png) no-repeat;    
}

#menubar .menu_item_1 a:hover {
    background: url(imgs/menu/1_active.jpg) no-repeat;
}

#menubar .menu_item_1 a.selectedmenuitem {
    background: url(imgs/menu/1_active.jpg) no-repeat;
}

#menubar .menu_item_2 {
}

#menubar .menu_item_2 a{
    background: url(imgs/menu/2_notactive.png) no-repeat;
}

#menubar .menu_item_2 a:hover {
    background: url(imgs/menu/2_active.jpg) no-repeat;
}

#menubar .menu_item_2 a.selectedmenuitem {
    background: url(imgs/menu/2_active.jpg) no-repeat;
}

#menubar .menu_item_3 {
}

#menubar .menu_item_3 a{
    background: url(imgs/menu/3_notactive.png) no-repeat;
}

#menubar .menu_item_3 a:hover {
    background: url(imgs/menu/3_active.jpg) no-repeat;
}

#menubar .menu_item_3 a.selectedmenuitem {
    background: url(imgs/menu/3_active.jpg) no-repeat;
}

#menubar .menu_item_4 {
    display: none;
}

#menubar .menu_item_4 a {
    display: none;
}

/* main menu sub list */
#submenu {
	display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* main menu sub list item */
#submenu li {
    height: 16px;
}

/***************
 * langlinks    *
 ***************/

#langlink_normal {
    text-decoration: none;
    padding: 2px;
    font-size: 10px;
    color: #4C4C4E;
    background: #F5E3E1;
}

#langlink_normal:hover {
}

#langlink_active {
    text-decoration: none;
    padding: 2px;
    font-size: 10px;
    color: #898989;
    background: #FFFFFF;
}

#langlink_active:hover {
}

/************
 * comments *
 ************/
.commentstable {
    width:98%;
    border-collapse: collapse;
}

.commentstable td {
    border: 1px solid #4A4A4A;
}



/********
 * news *
 ********/

#news_create {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 11px 0 0 0;
    background-color: #E31A46;
}

#news_create a {
    text-decoration: none;
}

#news_content {
    margin-top: 11px;
    width: 100%;
}

.news_item {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.news_item_title {
    padding-top: 3px;
    padding-bottom: 3px;
}

.news_item_text {
}

.news_item_detail {
}

.news_item_detailtext {

}

.news_more {
    position: absolute;
    width: 60px;
    bottom: 5px;
    right: 0;
    text-align: right;
}

.news_more a {
    font-weight: bold;
}

/***************
 * contenttext *
 **************/

#content_item {
}

#content_item_text {
    width: 605px;
}


/****************
 * contenttable *
 ***************/

#contenttable {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
}

#contenttable tr {
}

#contenttable tr td {
    height: 30px;
    border: 1px solid #81807C;
}

#contenttable .grau {
    background-color: #CCCBC6;
}

/***********
 * gallery *
 ***********/
#gallery_table {
    width: 100%;
}

#gallery_table td {
    text-align: center;
    padding-bottom: 1.5em;
}

.gallery_overview {
    position: relative;
}

.gallery_overview_title {
    position: relative;
    padding-top: 10px;
    padding-bottom: 13px;
}

.gallery_overview_infolong {
    position: relative;
}

.gallery_overview_thumb {
    position: relative;
    float: left;
    width: 130px;
    height: 300px;
}

.gallery_overview_text {
    position: relative;
    float: left;
    width: 353px;
}

.gallery_overview_more {
    position: relative;
    clear: both;
    padding-top: 10px;
    text-align: right;
}

.gallery_desc {
    padding-top: 5px;
    padding-bottom: 3px;
}

.sidecontent_list {
    padding-top: 56px;
}

.sidecontent_item {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C7C7C7;
}

.sidecontent_title {
    padding-bottom: 0.5em;
}

.sidecontent_title h2 {
    color: #DC002E;
}

.sidecontent_info {
}

.djtrigger{
    font-size: medium;
    color: #ffffff;
    padding-bottom: 5px;
}

.djtrigger a{
    color:#ffffff;
}
.djcontent{
}
.dj{
    padding: 7px 7px 5px; 7px;
    margin-bottom: 10px;
    width: 591px;
    background-color: #131313;
}

.dj img{
    margin: 0 0.5em 0.5em 0;
}

#fb-like-box  {
    position: fixed;
    width: 200px;
    right: 10px;
    bottom: 10px;
    z-index: 55;
}

hr {
    overflow:hidden;
    height:1px;
    margin: 0 auto 8px;
    padding-top:8px;
    border:none;
    border-bottom: #b6b4bb 1px dashed;
    clear:both;
}

ul.logical{
    padding:0;
    list-style: none;

}

.appointment_content {
}

.appointment_item {
    padding: 7px 7px 5px; 7px;
    margin-bottom: 10px;
    width: 591px;
    background-color: #131313;
}
.appointment_title {
    padding: 0 5px 0 0;
}
.appointment_date{
    width: 175px;
    float:left;
    text-align: left;
    font-size: 115%;

}
.appointment_info {
    /*border-top: dashed 1px #B6B4BB;*/
    background-color: #131313;
    padding: 10px 5px 0 0;
}
.appointment_title_text{
    float:left;
    font-size: 130%;
}

.appointment_title_text a {
    color: #ffffff;
}
.appointment_info p{
    margin-top:0;
}
.appointment_fb {
    float:right;
}

.hiddentrigger {
    cursor: pointer;
}

#newswuerfel {
    position: absolute;
    top: 50px;
    left: 176px;
}
