/* general settings (Allgemeines)*/
html {
        height: 100%;
        height: 100%;
        padding: 0;
        margin-bottom: 0px;
}
body {
        font-family: Helvetica, Arial, Verdana, sans-serif;
        color: #000000;
        text-align: justify;
        background-color: #ffffff;
        margin: 0px;
        font-size:14px;
        background: url(./images/bgr.jpg) repeat;
}
#title {
        font-size: 20px;
        font-weight: bold;
        color : #000000;
        background-color: #eeeeee;
        margin-left: 10px
}
#subtitle {
        font-size: 10px;
        font-weight: bold;
        color : #666666;
        text-transform: uppercase;
        background-color: #eeeeee;
        letter-spacing: 2px;
        margin-left: 45px;
        padding-left: 28px;
}
p,div,td,tr {
        font-family:   Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
}

/* links */
a:link, a:visited {
        color: #000000;
        background-color: #eeeeee;
        font-weight:bold;
        text-decoration: underline;
        font-size: 12px;
}
a:hover {
        color: #000000;
        background-color: #eeeeee;
        font-weight:bold;
        text-decoration: none;
        font-size: 11px;
}
a.txtbottom:link, a.txtbottom:visited {
        color: #000000;
        background-color: #fe8400;
}
a.txtbottom:hover {
        color: #000000;
        background-color: #fe8400;
}

ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
}

ul li {
        list-style: circle;
        line-height: 15px;
        margin-left: 15px;
        padding-top: 0px;
}
/* general settings END */

td.maincontent {
	    width: 700px;
        padding-left: 15px;
        padding-top: 4px;
        padding-right: 20px;
        font-size: 14px;
        line-height: 17px;
}

td.maincontent a:link, td.maincontent a:visited{
        color: #FF7F00;
        text-decoration: underline;
		font-size: 12px;
}

td.maincontent a:hover{
        color: blue;
        text-decoration: underline;
		font-size: 12px;
}
td.maincontent li {
        list-style-image: url(images/bullet.png);
        list-style-position: outside;
        line-height: 17px;
        margin-left: 40px;
        padding-top: 8px;
        font-size: 12px;
}
td.maincontent li li {
        list-style: circle;
        list-style-position: outside;
        line-height: 17px;
        margin-left: 40px;
        padding-top: 8px;
        font-size: 11px;
}

div.search {
        padding:5px;
}

input, option, select, textarea {
        border: 2px solid  #fe8400;
        color: #000000 ;
        background-color: #ffffff;
        font-size:12px;
        font-weight:bold;
}

input.button {
        font-size:13px;
        font-weight:bold;
        padding-left:5px;
        padding-right:5px;
        background-color: #ffcc99;
        color: #000000 ;
        border:2px solid  #fe8400;
}

input.button:hover {
        color: #000000 ;
        background-color: #fe8400;
}

/* Main menu BEGIN */

div.mainmenu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
}
div.mainmenu li {
        list-style: none;
        margin-left: 0px;
        padding-top: 0px;
}

div.mainmenu ul li a.menu_current:link, div.mainmenu ul li a.menu_current:visited {
        background-position: 0px -54px;
        color: #000000;
        background-color: #eeeeee;
}
div.mainmenu ul li a:link, div.mainmenu ul li a:visited  {
        display: block;
        color: #884800;
        font-size: 11px;
        font-weight: bold;
        background: #eeeeee url(./images/menu_bg.gif);
        background-repeat: no-repeat;
        width: 100%;
        text-indent: 27px;
        text-decoration: none;
        line-height: 25px;
        height: 25px;
        margin-bottom: 2px;
}

div.mainmenu ul li a:hover {
        background-position: 0px -27px;
        color: #333333;
        background-color: #eeeeee;
}

div.mainmenu ul ul a:link, div.mainmenu ul ul a:visited {
        font-size: 11px;
        color: #000000;
        font-size: 11px;
        background-image: none;
        text-indent: 10px;
        background-color: #ffb45e;
        width: 147px; 
        line-height: 18px;
        height: 18px;
        margin-left: 4px;
        margin-bottom: 0px;
        padding-right: 5px;
}
div.mainmenu ul ul li a.menu_current {
        font-size: 10px;
        text-align: right;
}
div.mainmenu ul ul li a.menu_default {
        font-size: 10px;
}
div.mainmenu ul ul li a.menu_default:hover {
        font-size: 10px;
        text-decoration: underline;
}
div.mainmenu ul ul li a.menu_current:hover {
        font-size: 10px;
        text-align: right;
        text-decoration: underline;
}

/* Main menu END */

h1 {
        margin-right: 5px;
        font-size: 18px;
        font-weight: bold;
         color: #000000;
        background-color: #eeeeee;
        text-align: left;
        line-height: 18px;
        height: 20px;
        border-bottom: #fe8400 4px solid;
}
h2 {
        font-size: 16px;
}


div.copy  {
        text-align: center;
}
div.copy a#copy {
        color: #fe8400;
        background-color: #ffffff;
}
div.copy a#copy:hover {
        color: #884800;
        background-color: #ffffff;
}

.bg, td.post_title {
        background-color: #ffcc99;
        color: #000000;
}
.line, td.post_date {
        background-color: #fe8400;
        color: #000000;
}
td.post_title {
        padding: 5px;
        margin: 20px;
}
td.post_date {
        width: 90px;
        padding: 5px;
}

/* shadows  (Schatten) BEGIN */
        /* right top (rechts oben)*/
        #s_ro {
                background-image: url(./images/s_ro.jpg);
                background-repeat: no-repeat;
        }
        /* right middle (rechts mitte) */
        #s_rm {
                background-image: url(./images/s_rm.jpg);
                background-repeat: repeat-y;
        }
        /* bottom left (unten links) */
        #s_ul {
                background-image: url(./images/s_ul.jpg);
                background-repeat: no-repeat;
        }
        /* bottom middle (unten mitte) */
        #s_um {
                background-image: url(./images/s_um.jpg);
                background-repeat: repeat-x;
        }
        /* bottom right (unten rechts) */
        #s_ur {
                background-image: url(./images/s_ur.jpg);
                background-repeat: no-repeat;
        }
/* shadows  (Schatten) END */


