/***************************************************************
* 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: Tahoma, Arial, Verdana;
    font-size: 12px;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    letter-spacing: 1px;
}

td {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    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 {
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
    color: #5ABA4E;
    margin-left: 0px;
    margin-top: 0px;
    letter-spacing: 1px;
}
/*
a:link, a:visited {
    background-color: transparent;
    color: #5ABA4E;
    font-size: 11px;
    text-decoration: none;
}
*/

a:hover {
    background-color:transparent;
    color: #AD3493;
 /* text-decoration:underline; */
}

a#menu {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana;
    letter-spacing: 1px;
    color: #ffffff; 
}
a:hover#menu {
    color: #000000;
}

/* Headerstyles */
table#header,.header {
    height: 100px;
    width: 800px;
    border-collapse: collapse;
    border: 0px;
    background-color: #ffffff;
    text-align:right;
}

span#title,span#title_text {
    font-family: Tahoma;
    color: #3D6281;
    font-size: 11pt;
    font-weight: bolder;
}
span#title {
    font-size: 18pt;
}

/* emptyline */
tr#emptyline {
    height: 0px;
}

/* Menüstyle(s) */
table#menu {
    width: 190px;
    border-collapse: collapse;
    border-spacing: 0;
    border-style:hidden;
}

td#menu {
    height: 400px;
    background-color: #E5E5E5;
    border: 1px solid #999999;
}

/* Menüpunktstyles */

a#inv_menu {
    color: #B9BABD;
    font-style: italic;
}
a#vis_menu {
    color: #000000;
}

tr#m1 { background-color: #AD3493; } /* normal */
tr#m1a {  background-color: #AD3493; color:#000000; } /* aktiv & onMousOver */

tr#m2 {  background-color: #AD3493; text-indent: 5px; }
tr#m2a {  background: #AD3493; text-indent: 5px; color:#000000;  }


/* alle menüpunkte */
tr#m1,tr#m1a,tr#m2,tr#m2a{
    text-indent: 15px;
    vertical-align: middle;
    height: 20px;
}

tr#emptymenu {
    height: 25px;
}

/* */
td#content {
    width: 675px;
    border: 1px solid #999999;
    padding-top: 10px;
    padding-left: 10px;
}

td#footer {
    font-size: 7pt;
    color: #999999;
}


/* Formularfelder */
button {
        border: 1px solid #FFD700;
}

.radio {
     border: 0px;
}

.chkbx {
    border: 0px;
    background-color: #EEF0F9;
}

/* adminstyles */
.aheadline {
color: #AD3493;
font-size: 14px;
font-weight: bold;
text-indent: 10px;
}

/* spaw */
table#edittable {
visibility: visible;
padding: 0px;
}