/* CSS Document - Rena Brugger */
BODY {
	margin: 0px;
	margin-top: 27px;
	padding: 0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
IMG {
	border: none;
}

A {
	text-decoration:none;
	color: #000000;
}

.clearSpace{
	clear: both;
}
#rbContent{
	height: 592px;
	width: 920px;
	background-color: #E5E7D2;
	border: #999999 1px solid;
	margin: auto; 
}

DIV#rbNavigation {
	height: 60px;
	padding: 20px 20px 0px 20px;
}
	DIV.rbElement {
		float:left;
		text-transform:uppercase;
		padding: 3px 18px 3px 18px;
		border-left: 1px solid #000000;
	}

#rbHeaderTitle{
	height: 282px;
	background-image: url(../images/title-renabrugger.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.rbGallery {
	position:relative;
	height: 145px;
	width: 920px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}
#rbBilderHolder{
	position:absolute;
	top:0px;
	left:0px;
	width:auto;
}
.rbBilder{
	margin-top: 0px;
	float: left;
}


DIV#rbSubLine {
	text-transform:uppercase;
	font-size: 11px; 
	text-align: center;
	
	padding: 80px 0px 10px 0px;
}

DIV#rbFooter {
	text-transform:uppercase;
	font-size: 10px; 
	text-align: center;
	
	padding: 10px 0px 0px 0px;
}
	DIV#rbFooter A {
		color: #000000;
		text-decoration:none;
	}


DIV.rbSubNavigation {
	position:absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	z-index:2;
	display:none;
}
	DIV.rbSubNavigation .rbElement {
		float:none;
		border-left: none;
		border-bottom: 1px solid #000000;
		padding: 8px 20px 8px 20px;
		text-transform:none;
		text-decoration:underline;
		font-size: 10px;
	}