html {
    height:100%;
    margin:0;
    padding:0;
}

body{
    height:auto;
    margin:0;
    padding:0;
    background:#FFF; /* #FDFACF; F8FEC7  F6FFEC*/
}

table, td{
    border:0px;
    color:black;
    font-size:12px;
    font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

input, select, textarea{
    color:black;
    font-size:12px;
    font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

li{
	margin-bottom:9px;
}

input.suchtextfeld{
	border:1px solid #357D11;
	padding-left:2px;
	margin-left:8px;
	background-color: #FFFFF6;
	font-size:12px;
	width:100px;
	height:20px;
}
input.suchestarten{
	border:1px solid #357D11;
}

.linie {background-image:url('../bilder/linepix.png');}
.bgcolordg {background-color:#339900;}
.bgcolorlg {background-color:#E8F9C5;} /*EDFFDB*/
.bgcolortg {background-color:#F9FFE8;}
.bgcolorlb {background-color:#FCFCDE;} /*FBFDEB*/ 

.border{
	border:1px solid #F8FEC7;
}
.borderlinie{
	border:1px solid #555555;
} 

p{
    color:black;
    font-size:12px;
    line-height:16px;
    font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    text-decoration:none;
}

p.block{
    text-align:justify;
}

.mainborder {
    border-left:1px sold #EEE;
    border-right:1px sold #EEE;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.subheadline {
	line-height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h2 {
	line-height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	color: #000000;
	text-decoration: none;
}
.newsheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.menue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}
.menue:hover {
	text-decoration: none;
}

.menueselected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #357D11;/*#5C8A2A; /*#FF1111;*/
	text-decoration: none;
}
.menueselected:hover {
	text-decoration: none;
}

.menuesub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #222222;
	text-decoration: none;
}
.menuesub:hover {
	text-decoration: none;
}

.menuesubselected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #357D11;/*#5C8A2A; /*#FF1111;*/
	text-decoration: none;
}
.menuesubselected:hover {
	text-decoration: none;
}

a{
    text-decoration:none;
    color:#357D11;
}
a:hover{
    text-decoration:underline;
}
a.info{
	color:#222222;
	font-size:10px;
    margin-left:6px;
    line-height:15px;
}
.tablecontent {
	border:1px solid #E6C85F;
	padding:15px;
	background-color:#FEFCE6;
}
.lupediv{
    position:relative;
}
.lupe{
    position:absolute;
    bottom:1px;
    right:1px;
    width:40px;
    height:40px;
    border:0;
    background-image:url('../bilder/lupex.png');
}

#fullimage{
    position:absolute;
	z-index:100000;
    display:none;
	left:50px;
	top:50px;
	width:180px;
	height:auto;
	text-align:center;
	background-color:#FCFCDE;
	border:1px solid #555;
}
#fullimage.show{
    display:block;
}
#fullimage div{
	width:inherit;
	height:16px;
	text-align:right;
	background-color:#FCFCDE;
	border-bottom:1px solid #555;
}
#fullimage div img{
	border-left:1px solid #555;
}
#fullimage img{
	cursor:pointer;
}