/***************************************************************
* Cascading Style Sheet des CMS \"Vertum\"
*
* URL: http://www.vertum.de
* by DegNet GmbH (http://www.degnet-gmbh.de)
*/

/* Standard Website Styles */
body {
    color: #000000;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    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: 16pt;
    font-weight: bold;
}

h2 {
    font-size: 15pt;
    font-weight: bold;
}

h3 {
    font-size: 14pt;
    font-weight: bold;
}

h4 {
    font-size: 13pt;
    font-weight: bold;
}

h5 {
    font-size: 12pt;
    font-weight: bold;
}

h6 {
    font-size: 11pt;
    font-weight: bold;
}


/* Links */
a:link, a:visited {
    background-color:transparent;
    color: #3D6281;
    font-size: 10pt;
    text-decoration:none;
}

a:hover {
    background-color:transparent;
    color: #97AFBE;
    font-size: 10pt;
/*    text-decoration:underline; */
}

a#menu {
    color: #5A7396;
    text-decoration: none;
    font-size: 11pt;
    font-weight: bold;
    font-family: Verdana;
}



/* Headerstyles */
table#header {
    height: 100px;
    width: 800px;
    border-collapse: collapse;
    border: 0px;
}

span#title,span#title_text {
    font-family: Tahoma;
    color: #3D6281;
    font-size: 10pt;
    font-weight: bolder;
}
span#title {
    font-size: 18pt;
}

/* emptyline */
tr#emptyline {
    height: 0px;
}

/* Menüstyle(s) */
table#menu {
    width: 200px;
    border-collapse: collapse;
    border-spacing: 0;
    border-style:hidden;
}

td#menu {
    height: 400px;
    background-color: #CFDDEF;   
}

/* Menüpunktstyles */
tr#m1 { background-image:url(images/button.gif); color: #5A7396; text-indent: 15px; } /* normal */
tr#m1a { background-image:url(images/button_on.gif); color: #124E7A; text-indent: 15px; } /* aktiv & onMousOver */

tr#m2 { background: #CFDDEF; text-indent: 5px; }
tr#m2a { background: #CFDDEF; text-indent: 5px;  }

tr#m3 { background: #CFDDEF; }
tr#m3a { background: #CFDDEF; }

tr#m4 { background: #CFDDEF; }
tr#m4a { background: #CFDDEF; }

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: 25px;
}

tr#emptymenu {
    height: 25px;
    background-image:url(images/button_empty.gif); 
}

/* */
td#content {
    width: 675px;
    border: 0px;
}

td#footer {
    height: 15px;
    background-color: #849EC2;
    font-size:10pt;
}


/* 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: #ffffff;
font-size: 12pt;
font-weight: bold;
background-color: #286BBB;
}

/* spaw */
table#edittable {
visibility: visible;
padding: 0px;
}