html {margin: 0; padding: 0; font-size: 100.001%; }
Body {
	margin: 3em 0; 
	padding: 0; 
	font-size: 1em; 
	font-family: Helvetica, Tahoma, Arial, Verdana, Sans-Serif; 
	background-color: #FFFFFF;
}

#top {
	position:absolute;
	left:-3000px;
	top:-1000px;
}

#Frame {
	position: relative;
	font-size: 1em; 
	width: 60em;
	margin: 1em auto; 
	padding: 0; 
}

img {
	border: 0em;
}

a, a:link {
	color: #093f97;
	TEXT-DECORATION: none; 
}

a:hover {
	TEXT-DECORATION: underline; 
}	

.center {
	text-align: center;
}

.display_inline {
	display: inline;
}

.margin_bottom_2em {
	margin-bottom: 2em;
}

.margin_1em {
	margin: 2em 0;
}

.margin_right_2em {
	margin-right: 2em;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
	text-align: right;
}

.clear_left {
	clear: left;
}

.clear {
	clear: both;
}

.bold {
	font-weight:bold;
}

hr.red {
	border-color: #CC0000;
	background-color: #CC0000;
	color: #CC0000;
	margin: 2em 0;
	height: 0.2em;
}

#fusszeile {
	padding-top: 0em;
	padding-bottom: 1em;
	color: #CC0000;
	font-size: 1.0em; 
	font-weight: bold;
	clear: both;
}

#fusszeile div {
	float: left;
}

#fusszeile ul {
	float: left;
}

#fusszeile ul li {
	float: left;
}

#fusszeile ul {
	list-style-type: disc;
	margin-left: 0em;
	padding-left: 0em;
}

#fusszeile ul li {
	list-style-type: disc;
	margin-left: 2em;
	padding-left: 0em;
}


#rightBox {
	float: left;
	width: 12.5em;
	padding: 0em;
/*	padding-right: 0em; */
	background-color: #F4C566;
/*	background-color: #bbb;	*/
	font-size: 0.8em;
	border: 0px solid #DA0000
}

#rightBox div {
	margin-top: 0em;
	font-size: 80%;
	text-align: center;
}

#rightBox div#KontaktBox {
	text-align: center;
	font-size: 100%;
}

#rightBox div#KontaktBox #KontaktBoxKopf {
	background-color: #DA0000;
	color: #F4C566;
	border: 0.1em solid #DA0000;
	font-weight: bold;
	padding: 1em 0.1em;
	font-size: 110%;
}

#rightBox div#KontaktBox .KontaktBoxInhalt {
	padding: 1em 0;
	border: 0.1em solid #DA0000;
	border-top: 0em solid #DA0000;
	font-size: 90%;
}

#rightBox div#KontaktBox .KontaktBoxInhalt a, #rightBox div#KontaktBox .KontaktBoxInhalt a:link {
	font-weight: bold;
}

#rightBox div#KontaktBox .left {
	text-align: left;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

#rightBox div#KontaktBox .left ul {
	margin-left: 1em;
	padding-left: 0.4em;
}

div#logotable {
    width: 520px;
}

div#logotable div {
    float:left;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 90px;
    width: 120px;
    background-color: white;
    border: 1px solid #da0000;
    text-align: center;
}

div#logotable div span {
    height: 90px;
    line-height: 90px;
    border: 1px solid white;
}

div#logotable div span img {
    vertical-align: middle;
    border: 0px solid #da0440;
}

table#logotable td.ref_img {
    height: 90px;
    width: 120px;
    background-color: white;
    border: 1px solid #da0000;
    text-align: center;
}

table#logotable td img {
}

table#logotable td img.noborder {
    border: 0;
    background-color: none;
}

