html {
	height: 100%;
}

body {
	margin-top: 0px;
	background-color: #FFFFFF;
	height: 100%;
}

.titel1 {
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    line-height: 10px;
}

.titel2 {
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 5px;
}


/* HYPERLINK AUSZEICHNUNGEN */

a:link {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}

a:active {
    color: #C3C5C8;
    font-weight: bold;   
    text-decoration: none;
}

a:visited {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}

/* ############   LINKAKTUELL   ################ */

.linkaktuell a:link {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}

.linkaktuell a:active {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}.linkaktuell a:hover {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}

.linkaktuell a:visited {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}


/* ############   LINKMETA   ####################### */

.linkmeta a:link {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}.linkmeta a:visited {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

.linkmeta a:active {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}.linkmeta a:hover {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}


/* ############   LINKNAVI   ######################### */


.linknavi a:link {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}.linknavi a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.linknavi a:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}.linknavi a:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}


/* ############   LINKAKTIV NAVIGATION   ############# */

.linkaktiv a:link {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}.linkaktiv a:visited {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}

.linkaktiv a:active {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}.linkaktiv a:hover {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}


/* ############   LINKBOLD   ####################### */

.linkbold a:link {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}.linkbold a:visited {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}

.linkbold a:active {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}.linkbold a:hover {
    color: #C3C5C8;
    font-weight: bold;
    text-decoration: none;
}

/* ################################################### */




.textaktuell {
    font-weight: bold;
}



.content {    padding: 5px;
}

.content2 {    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

h1 {
    color: #FFFFFF;    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: lighter;}

p, td, tr {    color: #FFFFFF;    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;}

.label {    color: #FFFFFF;    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;}

ul {
    list-style: square outside url(../_images/listelement.gif);
    color: #FFFFFF;    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
}

h2 {
    color: #FFFFFF;    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;}

input {
width:300px;
border: 1px solid #000000;
background-color: #BFBFC3;
}

textarea {
width:300px;
height:200px;
border : 1px solid #000000;
background-color: #E1E1E1;
}


