/***************************************************************
* 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;
    font-size: 10pt;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
}

td {
    font-size: 10pt;
    font-family: Verdana;
    color: #000000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-style:hidden;
}


table#maintable {
    width: 985;
    border-collapse: collapse;
}


/* Standard Überschrift Styles */
h1, .aheadline {
color: #374FA3;
font-size: 18pt;
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: 24pt;
    font-weight: bold;
}


/* Links */
a:link, a:visited {
    background-color:transparent;
    color: #3D6281;
    font-size: 13px;
    text-decoration:none;
}

a:hover {
    background-color:transparent;
    color: #97AFBE;
    font-size: 13px;
/*    text-decoration:underline; */
}

a#menu {
    color: #374FA3;
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
    padding:0;
    margin:0;
}



/* Headerstyles */
table#header {
    height: 100px;
    width: 985px;
    border-collapse: collapse;
    border: 0px;
    background-color:#374FA3;
}

span#title,span#title_text {
    font-family: Tahoma;
    color: #3D6281;
    font-size: 13px;
    font-weight: bolder;
}
span#title {
    font-size: 18pt;
}

/* emptyline */
tr#emptyline {
    height: 20px;
}

/* Menüstyle(s) */
table#menu {
    width: 180px;
    border-collapse: collapse;
    border-spacing: 0;
    border-style:hidden;
}

td#menu {
    height: 400px;
    background-color: #FFFFFF;
}

td#menupo {
    border-bottom: 4px solid #FFFFFF;
    padding:0;
    margin:0;
}

/* Menüpunktstyles */
tr#m1,tr#m1a { 
background-color: #E7F0FC; 
height: 20px;
} /* normal */

tr#m2 { 
height: 20px; 
}
tr#m2a { 
height: 20px; 
}
td#m2a

tr#m3 {  }
tr#m3a {  }

tr#m4 {  }
tr#m4a {  }

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: top;
}

/* */
td#content {
    width: 800px;
    padding-left: 5px;
    border: 0px;
}


/* Formularfelder */
input#button {
    border: 1px solid #000000;
    font-size:12px;
}

input {
    border: 1px solid #444444;
    background-color: #FFFFFF;
    color: #000000;
    font-size:12px;
}

.radio {
     border: 0px;
}

.chkbx {
    border: 0px;
    background-color: #EEF0F9;
}

/* spaw */
#edittable table{
visibility: visible;
padding: 0px;
}

input#verein { width: 200px; }

/* Auflist Styles */
.liste_table {
width: 100%;
border-collapse: collapse;
}
.d_liste {
background-color: #E7F0FC;
}

.liste {
background-color: #374FA3;
color: white;
font-weight: bold;
}

/* Styles für abwechselnde Tabellenzeilenhinterlegung */
td.farbhinterlegung_1 {
background-color: #E7F0FC;
}

td.farbhinterlegung_2 {
background-color: white;
}

/* Styles für Tabellenüberschriften */
td h2, td h3, td h4 { 
vertical-align: bottom; 
margin-bottom: 0;
}

/* Diverses */
.kein_auto_umbruch {
white-space: pre;
}

.kleine_ankertabelle a {
display: block;
width: 100%;
white-space: pre;
padding-top: 3pt;
padding-bottom: 3pt;
}

.kleine_ankertabelle td {
border: 2px solid #FFFFFF;
background-color: #E7F0FC;
background-image:url(\'bilder/button.gif\');
background-position: right;
background-repeat: repeat-y;
padding: 3pt;
padding-right: 6pt;
height: 15pt;
alignment: left;
vertical-align: middle;
}
