/***************************************************************
* Cascading Style Sheet des CMS \"Vertum\"
*
* URL: http://www.vertum.de
* by DegNet GmbH (http://www.degnet-gmbh.de)
*/

/* Standard Website Styles */
html {
    height: 100%; 
    padding-bottom: 1px;
}
body {
    color: #000000;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    background-image: url(\'/images/statue.jpg\');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:895px 0px;   
    margin-left: 0px;
    margin-top: 0px;
}

td {
    font-size: 10pt;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    color: #000000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-style:hidden;
}


table#maintable {
    width: 800px;
    border-collapse: collapse;
}



/* Standard Überschrift Styles */
h1 {
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-size: 15px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-size: 13px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    font-weight: bold;
}


/* Links */
a:link, a:visited {
    background-color:transparent;
    color: #3D6281;
    font-size: 11px;
    text-decoration:none;
}

a:hover {
    background-color:transparent;
    color: #F5C9A4;
    font-size: 11px;
/*    text-decoration:underline; */
}

a#menu {
    color: #000000;
    text-decoration: none;
    font-family: Verdana;
    font-size: 10pt;
}



/* Headerstyles */
table#header {
    height: 127px;
    width: 196px;
    border-collapse: collapse;
    border: 0px;
}

span#title,span#title_text {
    font-family: Tahoma;
    color: #3D6281;
    font-size: 11pt;
    font-weight: bolder;
}
span#title {
    font-size: 18pt;
}

/* emptyline */
tr#emptyline {
    background: #F5C9A4;
    height: 20px;
}

/* Menüstyle(s) */
table#menu {
    width: 196px;
    border-collapse: collapse;
    border-spacing: 0;
    border-style:hidden;
    background-color: #F5C9A4;
}

td#menu {
    background-color: #F5C9A4;
}

/* Menüpunktstyles */
tr#m1 { background: #F5C9A4; } /* normal */
tr#m1a { background: #EEA05F; } /* aktiv & onMousOver */

tr#m2 { background: #F5C9A4; }
tr#m2a { background: #EEA05F; }

tr#m3 { background: #F5C9A4; }
tr#m3a { background: #EEA05F; }

tr#m4 { background: #F5C9A4; }
tr#m4a { background: #EEA05F; }

a#inv_menu {
    color: #B9BABD;
    font-style: italic;
}
a#vis_menu {
    color: #000000;
}

/* */

/* alle menüpunkte */
tr#m1,tr#m1a,tr#m2,tr#m2a,tr#m3,tr#m3a,tr#m4,tr#m4a {
    vertical-align: middle;
    height: 22px;
}

/* */
td#content {
    width: 789px;
    border: 0px;
    padding-left: 20px;
    padding-top: 30px;
    letter-spacing: 2px;
}


/* Formularfelder */
button {
        border: 1px solid #FFD700;
}

input {
    border: 1px solid #444444;
    background-color: #FFFFFF;
    color: #000000;
}

.radio {
     border: 0px;
}

.chkbx {
    border: 0px;
    background-color: #EEF0F9;
}

/* adminstyles */
.aheadline {
color: #000000;
font-size: 14pt;
font-weight: bold;
}

/* spaw */
table#edittable {
visibility: visible;
padding: 0px;
}

td#footer { background-color: #F5C9A4; }