/* CSS Document */

* {
		margin:0;
		padding:0;
		}

html, body {
		height:100%;
		background-color:#F7F7F7;
		}


#distance { 
		width:1px;
		height:50%;
		background-color:#F7F7F7;
		margin-bottom:-340px; /* half of container's height */
		float:left;
		}


a:link, a:visited { 
	font-weight:normal;
	text-decoration:none; 
	list-style:none;
	color:#666666;
		}
		

		
a:focus, a:hover, a:active{ 
	font-weight:bold;
	text-decoration:none; 
	list-style:none;
	color:#333333;
		}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0;
	padding:0;
	text-align:left; /* horizontal centering for IE Win quirks */
		}
		
#window {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		height:auto;
		width:1024px;
		clear:left;
		border:none;
	}
	
#tab {
		margin:0;
		position:relative; /* puts container in front of distance */
		height:440px;
		width:824px;
		clear:left;
		border:none;
	}
	
#content {
		margin:0;
		position:relative; /* puts container in front of distance */
		height:440px;
		width:824px;
		clear:left;
		border:none;
	}		
	
#vrcontent {
		margin:0;
		position:relative; /* puts container in front of distance */
		height:600px;
		width:660px;
		clear:left;
		border:none;
	}

.ro {
	background:url(../bilder/layout/line1.gif) bottom left no-repeat;
	background-color:#F7F7F7; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	height:115px; 
	width:1024px;
	margin:0;
	padding:0;
}

.lo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	height:115px;
	margin:0;
	padding:0;
}

.ru {
	background:url(../bilder/layout/line1.gif) top left no-repeat;
	height:15px;
	width:1024px; 
	background-color:#F7F7F7;
	margin:0;
	padding:0;
}

.lu {
	height:420px;
	margin:0;
	padding:0;

}

.ru2 {
	background:url(../bilder/layout/line2.gif) top left no-repeat;
	height:25px;
	width:1024px; 
	background-color:#F7F7F7;
	margin:0;
	padding:0;
}

.lu2 {
	height:500px;
	margin:0;
	padding:0;
}


.ru3 {
	background:url(../bilder/layout/line3.gif) top left no-repeat;
	height:25px;
	width:1024px; 
	background-color:#F7F7F7;
	margin:0;
	padding:0;
}

.lu3 {
	height:500px;
	margin:0;
	padding:0;

}


#slideshow {
  background-repeat: no-repeat;	
  float:right;
  width:829px;
  height:440px; 
}
