/***************************************************************
* 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: 11px;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
}

td {
    font-size: 11px;
    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: #C70000;
    font-size: 11px;
    text-decoration:none;
}
a:active {
    color: #57565B;
}

a:hover {
    background-color:transparent;
    font-size: 11px;
    color: #90070C;
/*    text-decoration:underline; */
}

a#menu {
    text-decoration: none;
    color: #C70000;  
    font-size: 11px;
    font-weight: bold;
}



/* Headerstyles */
table#header {
    height: 100px;
    width: 800px;
    border-collapse: collapse;
    border: 0px;
}

span#title,span#title_text {
    font-family: Tahoma;
    color: #E6C06F;
    font-size: 11pt;
    font-weight: bolder;
}
span#title {
    font-size: 18pt;
}

/* emptyline */
tr#emptyline {
    height: 12px;
}

/* Menüstyle(s) */
table#menu {
    width: 130px;
    border-collapse: collapse;
    border-spacing: 0;
    border-style:hidden;
}

td#menu {
    height: 400px;
    background-color: #E5E4E4;
}

/* Menüpunktstyles */
tr#m1 { background-color: #E5E4E4; } 
tr#m1a { background-color: #CECCCC; }

tr#m2 { background-color: #E5E4E4; }
tr#m2a { background-color: #CECCCC;}
tr#m3 { background-color: #E5E4E4; }
tr#m3a { background-color: #CECCCC;}
tr#m4 { background-color: #E5E4E4; }
tr#m4a { background-color: #CECCCC;}
/* alle menüpunkte */
tr#m1,tr#m1a,tr#m2,tr#m2a,tr#m3,tr#m3a,tr#m4,tr#m4a {
    vertical-alignment: top;
    height: 20px;
}

/* */
td#content {
    width: 825px;
    padding-left: 5px;
}

td#footer {
    background-color: #E5E4E4;
    height: 12px;
}


/* Formularfelder */
button {
        border: 1px solid #C70000;
}

input {
    border: 1px solid #C70000;
    background-color: #FFFFFF;
    color: #000000;
}

.radio {
     border: 0px;
}

.chkbx {
    border: 0px;
    background-color: #FFFFFF;
}

/* adminstyles */
.aheadline {
color: #C70000;
font-size: 12pt;
font-weight: bold;
font-family: Tahmoma, Verdana, Arial;
}

/* spaw */
#edittable table{
visibility: visible;
padding: 0px;
}

/* Auflist Styles */
.liste_table {
width: 100%;
border-collapse: collapse;
}
.d_liste {
background-color: #F7CDC5;
}
.liste {
background-color: #EA594F;
color: white;
font-weight: bold;
}

/* guestbook-styles */
table#gb {
    width: 100%;
}

.gb#autor {
	font-size: 10pt;
	background-color: #EA594F;
        color: #ffffff;
	font-weight: bold;
}
.gb#id {
	font-size: 14pt;
	color: #C70000;
	font-weight: bold;
}
.gb#headline {
	font-size: 12pt;
	font-weight: bold;
	color: #F7CDC5;
}
.gb#text {
	letter-spacing: 1pt;
	line-height: 12pt;
}
.gb#addition {
    letter-spacing: 1pt;
    border-top: 1px dotted #000000;
}
input#verein { width: 250px; }