* {
	font-size: 14px;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px
}
#full {
	position: absolute;
	top: 0;
    left: 0;
	height: 100%;
    width: 100%;
	 margin-left: 0;
	 margin-top: 0;
}
#top {
	visibility:hidden;

}
#top-left {
	visibility:hidden;

}
#top-right {
	visibility:hidden;

}
#top-navi {
	visibility:hidden;

}
#left-navi {
	visibility:hidden;

}
#left-navi-back {
	visibility:hidden;

}
#left-navi-text {
	visibility:hidden;
	
}
#content {
	position: absolute;
	top: 0px;
    left: 0px;
	height: 100%;
    width: 100%;
    font-size: 12px;

}
#content-top {
	position: absolute;
    top: 0px;
	height: 40px;
    width: 100%;
}
#content-bottom {
	position: absolute;
    top: 40px;
    height: 100%;
    width: 100%;
}
#content-bottom table {
	border-collapse:collapse;
    border-spacing: 0px;
}
#content th {
	font-weight: bold;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    text-align: left;
    border-spacing: 0px;
/*	border-bottom: 1px solid #AB0E0E; */
}
#content td {
	font-size: 14px;
    padding: 0px 10px 0px 10px;
    margin: 0px;
/*	border-bottom: 0px solid #AB0E0E;*/
}
#imp_logo {
	visibility:hidden;
}
#counter {
	visibility:hidden;
}
.rl {
    border-left: 1px solid #AB0E0E;
}
.ru th {
    border-bottom: 1px solid #AB0E0E;
}
.markiert td {
	background-color: #D9D9D9;
}
#footer {
	visibility:hidden;
	position: absolute;
    top: 580px;
    left: 649px;
    height: 16px; /* +3 Pixel Abstand +1 Pixel Rahmen */
    width: 300px;
    padding-top: 3px;
    border-top: solid 1px #AB0E0E;
    float: right;
    text-align: center;
    font-size: 10px;
}
a:link {
	text-decoration: none;
    color: #000000;
}
a:visited {
	text-decoration: none;
    color: #000000;
}
a:hover {
	text-decoration: underline overline;
    color: #000000;
}
a:active {
	text-decoration: underline overline;
    color: #AB0E0E;
}
a:focus {
	text-decoration: underline overline;
    color: #AB0E0E;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}

h1, h2, h3 {
	font-weight: bold;
         margin-bottom: 0px;
}
