body {
	margin: 0px;
	padding: 0px;
	background-color: White;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

#frame {
	position: relative;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1001px;
	height: 618px;
	border: 1px solid Black;
  }
html>body #frame { width: 1003px; height: 620px; }

#logo {
	position: absolute;
	top: 44px;
	left: 18px;
	height: 59px;
	width: 148px;
	background-image: URL('../images/RUF_logo_klein.jpg');
	cursor: pointer;
}

#de { position: absolute; top: 67px; left: 900px; width: 18px; height: 11px; background: URL('../images/de.gif'); cursor: pointer; cursor: hand; }
#en { position: absolute; top: 67px; left: 930px; width: 18px; height: 11px; background: URL('../images/uk.gif'); cursor: pointer; cursor: hand; }
#cz { position: absolute; top: 66px; left: 960px; width: 18px; height: 11px; background: URL('../images/cz.gif'); cursor: pointer; cursor: hand; border-top: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE; }

#topnav {
	position: absolute;
	top: 86px;
	left: 175px;
	width: 828px;
	height: 19px;
	background-color: #A9A9A9;
	z-index: 50000;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50000;
}

#quadrat {
	position: absolute;
	top: 142px;
	left: 0px;
	z-index: 5000;
}

#subnav {
	position: absolute;
	top: 457px;
	left: 46px;
	z-index: 5000;
}

#subnav a {
	color: #A9A9A9;
	text-decoration: none;
	font-weight: bold;
}

#subnav a:hover, #subnav a.active {
	color: #51936F;
}

.downloadbox {
	position: relative;
	background-color: #A9A9A9;
	color: Black;
	width: 220px;
	margin-bottom: 4px;
	/* height: 30px; */
	height: auto;
	min-height: 30px;
}

.downloadbox a {
	display: block;
	color: White;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 15px 3px;
}

.downloadbox a:hover { color: #51936F; }

.downloadbox .kb {
	position: absolute;
	bottom: 0px;
	right: 4px;
	font-size: 11px;
}
.downloadbox .sub {
	position: absolute;
	bottom: 0px;
	left: 3px;
	font-size: 11px;
}


.staff {
	width: 105px;
	margin-right: 10px;
	font-size: 11px;
	float: left;
}

.staff2 {
	width: 105px;
	height: 210px;
	margin-right: 30px;
	font-size: 11px;
	float: left;
	overflow-x: hidden;
}

.staff .staffimage { height: 120px; }

.header {
	font-size: 26px;
	font-weight: bold;
}

.green {
	color: #51936F;
}

.gray {
	color: #A9A9A9;
}

p.bri_vorteile {
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

a { text-decoration: none; }
ul { margin: 0px; padding: 0px 0px 0px 15px; }
li {mergin: 0px; padding: 0px; }

#menu a.topinav {
	padding: 2px 0px 4px 2px;
    /* background: White; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: White;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

#menu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #51936F;
	font-size: 12px;
}

.subnav a {
	position: relative;
	display: block;
	color: White;
	background: #CCCCCC;
	padding: 2px 0px 2px 2px;
    /* background: White; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid White;
    z-index: 50000;
}

#button {
	position: absolute;
	bottom: -25px;
	left: 920px;
	color: #3b3b3b;
}
