body.start {
    background-color:#9bbec0;
    font-family:Verdana,"Century Gothic",Arial,sans-serif;
    font-weight:normal;
    font-size:12pt;
    line-height:16pt;
    color:#ffffff;
}


/**************************************
LINKSEKTION
**************************************/
a:link {
    font-weight:bold;
    color:#ffffff;
    text-decoration:none
}
a:visited {
    font-weight:bold;
    color:#cacaca;
    text-decoration:none
}
a:hover {
    font-weight:bold;
    color:#ffffff;
    text-decoration:underline
}
a:focus {
    font-weight:bold;
    color:#ffffff;
    text-decoration:underline
}




/*************SPÄTER REAKTIVIEREN?
a:before {
    content:url(img/linkarrow.png);
    display:inline;
}
**************/
a.helpermenuitem{
    font-size:8pt;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}

a.helpermenuitem:link {
    color:#ffffff;
}

a.helpermenuitem:visited {
    color:#ffffff;
}

a.helpermenuitem:hover {
    font-weight:bold;
    color:#ffffff;
    text-decoration:underline;
}
a.helpermenuitem:before{
    content:"";
}

a.submenuitem{
    display:block;
    float:left;
    width:120px;
    height:20px;
    text-align:center;
    background-color:#9bbec0;
    border:1px dotted #fff;
}

a.submenuitem:hover{
    text-decoration:none;
    background-color:#9bbec0;
    border:1px dotted #fff;
}

td.bCalendarLinkPost a{
    text-decoration:underline;
}


/*************ENDE LINKSEKTION*******************************/




/********************************************
CONTAINER
********************************************/

div#bgcontainer{
    background-image:url(../images/GT_headerbglofi.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    background-color:#9bbec0;
    height:182px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#f9f2f0;
}

div#bgcontainerBlog{
    background-image:url(../images/kopfzeile_blog.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    background-color:#141728;
    height:182px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#f9f2f0;
}

div#maincontainer{
    background-image:url(../images/menubg.png);
    background-repeat:repeat-y;
    background-position:0px 0px;
    background-color:#28554A;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#f9f2f0;
    padding-left:5px;
    padding-right:5px;
}

div#headline{
    float:right;
    width:480px;
    z-index:2;
}


div#headline_blog{
    float:right;
    width:595px;
    z-index:2;
}

div#menuheader{
    background-image:url(../images/mic.jpg);
    background-repeat:no-repeat;
    width:280px;
    height:186px;
    color:#fff;
    font-weight:bold;
    padding:10px;
    position:relative;
    top:-4px;
    left:0px;
    z-index:1;
}

div#additionalmenus{
    border:0px;
}
div#helpermenu{
    text-align:right;
}

div#submenu{
    position:relative;
    left:200px;
    float:left;
    width:600px;
    height:30px;
    font-size:8pt;
}

div#submenuroot{
    display:block;
    float:left;
    width:80px;
    text-align:left;
    border-bottom:1px dotted #fff;
}

div#additionalmenuclose{
    clear:both;
}

div#mainmenu{
    float:left;
    width:200px;
    color:#fff;
    text-align:center;
    vertical-align:middle;
}

div#display{
    margin-left:200px;
    background-position:left top;
    background-repeat:no-repeat;
    padding:1em;
}

div#guestbook_hdr{
    font-size:9pt;
    height:20px;
    margin:15px;
    padding:2px;
    background-color:#745450;
    border:1px dotted #fff;
}


div#guestbook_hdr_left{
    text-align:left;
    float:left;
    width:100px;
    font-size:9pt;
}

div#guestbook_hdr_center{
    text-align:center;
}

div#guestbook_hdr_right{
    text-align:right;
    float:right;
    width:100px;
    font-size:9pt;
}

div#guestbook_hdr_finish{
    clear:both;
}

div.bPost{
    border-width:2px;
    border-style:dotted;
    border-color:#745450;
    padding:5px;
}

.bSmallHead{
    font-size:80%;
}


.bSmallHead{
    font-size:80%;
}

.bSmallPrint{
    font-size:80%;
}

div#displayfooter{
    clear: both;
    height:50px;
    margin-top:0px;
    padding-bottom:5px;
    background-repeat:no-repeat;
    background-position:top right;
}

div#pagefooter{
    /*height:5px;*/
    margin-top:0px;
    font-size:65%;
    text-align:center;
}

.listencontainer{
    float:left;
    padding:15px;
    width:630px;
    background-color:#745450;
    border:1px dotted #ffffff;
    font-size:10pt;
        margin:35px;
}

div#newscontainer{
    float:right;
    padding:3px;
    width:200px;
    background-color:#745450;
    border:1px dotted #fff;
    font-size:10pt;
}

div#postcontainer{
    float:left;
    padding:3px;
    width:500px;
    background-color:#745450;
    border:1px dotted #fff;
    font-size:10pt;
}

div.guestbook_entry{
    font-size:9pt;
    margin:15px;
    background-color:#745450;
    border:1px dotted #fff;
}

div.guestbook_entry h3{
    font-size:9pt;
    font-weight:bold;
    padding:10px;
}
div.guestbook_entry p{
    font-size:9pt;
    padding:10px;
}


/* Calendar: */
div#calendar{
    position:absolute;
    top:5px;
    left:8px;
    width:200px;
    height:160px;
    font-size:9pt;
    line-height:4pt;
    z-index:3;
}

caption.bCalendarCaption {
    margin:0px;
    background-color: #9d726c;
    border-bottom: 0;
}
table.bCalendarTable {
    margin:0px;
    position:relative;
    left:0px;
    top:0px;
    width:180px;
    height:110px;
    border-collapse: separate;
}
table.bCalendarTable tfoot td {
    height:18px;
}
table.bCalendarTable tfoot a {
    text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
    background-color: #9d726c;
    color: #fff;
}
th.bCalendarHeaderCell {
    color: #9d726c;
    font-size:8pt;
    margin:0px;
    height:8px;
}


#bCalendarToday {
    background-color: #9d726c;
}





/*************ENDE CONTAINER*********************/



div.menuitem{
    width:200px;
    height:50px;
}

div.menuitem a{
    display:block;
    color:#fff;
    text-decoration:none;
}

div.menuitem a:visited{
    display:block;
    color:#fff;
    text-decoration:none;
}

div.menuitem a:hover{
    display:block;
    color:#fff;
    background-color:#C6DEC6;
    text-decoration:none;
}

div.menuitem a:before { content:"";}
h1{
    font-size:16pt;

}

div#newscontainer h2{
        font-size:11pt;
}


div#postcontainer h2{
        font-size:11pt;
}

h1.displayheadline{
    font-size:16pt;
    position:relative;
    top:-20px;
}

h2{
    font-size:15pt;
}

h3{
    font-size:14pt;
}

img {
    border-style:none;
}


img.embed{
    border:1px solid #ffffff;
        padding: 5px;
        margin: 5px;
}


ul.rsslist{
    font-size:10pt;
    border:1px dotted #fff;
}
ul h3{
    font-size:11pt;
}

p#poweredby{
    font-size:9pt;
}

img.mk_blogimg{
    padding:3px;
    margin:8px;
    border:1px solid #fff;
}

li{
        margin:15px;
}
/***************KOMMENTARE UND FORMS**********/
div.kontaktlabel{
    margin-top:10px;
}


div span.notes{
    font-size:80%;
    color:#fff;
}

div.bComment{
    border: 1px solid #fff;
}

form.bComment{
    border: 1px solid #fff;
}


input.bComment,
textarea.bComment
{
    border: 1px solid #fff;
    width: 97%;
    padding: 2px;
    margin: 0ex;
}
select.bComment     /* Used by the profile form */
{
    border: 1px solid #fff;
    padding: 1px;
    margin: 0ex;
}

input.submit,
input.reset {
    background-color: #ddd;
    color: #9d726c;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 1px;
}

input.submit:hover {
    color: #000;
    text-decoration: underline;
}
