/***************************************************************
* 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: #CFE5F8;
    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: #3D6281;
    font-size: 11px;
    text-decoration:none;
}

a:hover {
    background-color:transparent;
    color: #97AFBE;
    font-size: 11px;
/*    text-decoration:underline; */
}

a#menu {
    color: #3C698A;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}



/* Headerstyles */
table#header {
    height: 100px;
    width: 800px;
    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: #99C0E1;
    height: 10px;
}

/* Menüstyle(s) */
table#menu {
    width: 164px;
    border-collapse: collapse;
    border-spacing: 0;
    border-style:hidden;
}

td#menu {
    height: 400px;
    background-color: #99C0E1;
}

/* Menüpunktstyles */
tr#m1 { background: #99C0E1; text-indent: 10px; background-image:url(images/arrow.gif); } /* normal */
tr#m1a { background: #7AAFDE; text-indent: 10px; background-image:url(images/arrow.gif); } /* aktiv & onMousOver */

tr#m2 { background: #99C0E1; text-indent: 5px; }
tr#m2a { background: #7AAFDE; text-indent: 5px; }

tr#m3 { background: #99C0E1; text-indent: 5px; }
tr#m3a { background: #7AAFDE; text-indent: 5px; }

tr#m4 { background: #99C0E1; text-indent: 5px; }
tr#m4a { background: #7AAFDE; text-indent: 5px; }

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-alignment: top;
    background-repeat: no-repeat;
}

/* */
td#content {
    width: 675px;
    border: 0px;
}


/* 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: 12px;
font-weight: bold;
background-color: #286BBB;
}

/* spaw */
#edittable table{
visibility: visible;
padding: 0px;
}

/* guestbook-styles */
.gb#autor {
	font-size: 10pt;
	color: Highlight;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}
.gb#id {
	font-size: 14pt;
	color: Highlight;
	font-weight: bold;
}
.gb#headline {
	font-size: 12pt;
	font-weight: bold;
	color: Highlight;
}
.gb#text {
	letter-spacing: 1pt;
	line-height: 12pt;
        width: 595px;
}
.gb#addition {
    letter-spacing: 1pt;
    border-top: 1px dotted #000000;
}
table#gb {
    width: 635px;
}

.smalltxt {
    font-size: 9px;
    font-weight: normal;
}

/* Auflist Styles */
.liste_table {
width: 100%;
border-collapse: collapse;
}
.d_liste {
background-color: #E1EBF8;
}
.liste {
background-color: #9ABADC;
color: white;
font-weight: bold;
}
