body {
        font-weight: normal; color: #000000; font-size: 11px; font-family: Arial,Helvetica; text-decoration: none;  scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #999999; scrollbar-arrow-color: #999999; scrollbar-darkshadow-color: #999999; scrollbar-base-color: #ffffff;
}
h1 {
        font-weight: normal; color: #000000; font-size: 20px; font-family:Arial,Helvetica; text-decoration: none; margin: 5px;
}
h2 {
        font-weight: bold; color: #000000; font-size: 14px; font-family: Arial,Helvetica; text-decoration: none; margin: 0px;
}

.inner_container {
    height: 300px;
    overflow: auto;
}

.inner_container h2 {
    margin: 5px;
}

h3 {
        font-weight: bold; color: #000000; font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; margin: 5px;
}
td,span,div {
        font-weight: normal; color: #333333; font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; vertical-align:top;
}
p {
  	font-weight: normal; color: #333333; font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; margin: 5px
}
A:visited {
        font-weight: normal; color: #666666; font-size: 11px; font-family: Arial,Helvetica; text-decoration: underline;
}
A:link {
        font-weight: normal; color: #666666; font-size: 11px; font-family: Arial,Helvetica; text-decoration: underline;
}
A:hover {
        font-weight: normal; color: #000000; font-size: 11px; font-family: Arial,Helvetica; text-decoration: underline;
}
li {
	list-style-type:square; font-weight: normal; color: #000000; font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; margin-left:-15px;
}
textarea, input, select, option {
	font-weight: normal; font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; border: 1px solid #669966;
}

.inputButton {
	background-color: #ffffff; border: 1px solid #669966; font-weight: bold; color: #333333; width: 48%;
}


td.content {
	height: 420px; border: 1px solid #666666; background-color: #ffffff;
}

td.conrechts {
	width:200px; height: 150px; background-color: #efefef; vertical-align:top; text-align: right;
}

.meldung {
	color: #ff0000; font-size: 11px;
}

A.navi:visited {
        font-weight: bold; color: #ffffff; font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; padding-left: 5px; padding-right: 5px; margin-left: 5px;
}
A.navi:link {
        font-weight: bold; color: #ffffff; font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; padding-left: 5px; padding-right: 5px; margin-left: 5px;
}
A.navi:hover {
        font-weight: bold; color: #666666; background-color: #ffffff;  font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; padding-left: 5px; padding-right: 5px; margin-left: 5px;
}
A.naviselect:visited {
        font-weight: bold; color: #666666; background-color: #ffffff;  font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; padding-left: 5px; padding-right: 5px; margin-left: 5px;
}
A.naviselect:link {
        font-weight: bold; color: #666666; background-color: #ffffff;  font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; padding-left: 5px; padding-right: 5px; margin-left: 5px;
}
A.naviselect:hover {
        font-weight: bold; color: #666666; background-color: #ffffff;  font-size: 11px; font-family: Arial,Helvetica; text-decoration: none; padding-left: 5px; padding-right: 5px; margin-left: 5px;
}

A.adekon:visited {
        font-weight: normal; color: #999999; font-size: 10px; font-family: Arial,Helvetica; text-decoration: none;
}
A.adekon:link {
        font-weight: normal; color: #999999; font-size: 10px; font-family: Arial,Helvetica; text-decoration: none;
}
A.adekon:hover {
        font-weight: normal; color: #666666; font-size: 10px; font-family: Arial,Helvetica; text-decoration: none;
}


/* -------------------------------------------------- */
/*	Cookiehinfo
/* -------------------------------------------------- */
#cookie_info {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background-color: white;
    opacity: 0.9;
    color: #000;
    border: 1px solid #666666;
    max-width: 290px;
    z-index: 9999;
    display: none;
    line-height: 15px;
    font-size: 11px;

}
#cookie_info .content {
    padding: 15px;
    font-size: 12px;
}
#cookie_info .content .cookie_info_more {
    color: #669966;
    text-decoration: underline;
}
#cookie_info .content .cookie_info_dismiss {
    display: block;
    background: #669966;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 10px 0;
    font-weight: bold;
    text-decoration: none;
}