body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	color: #FFF;
}
#wrapper {
	background-color: #000;
	padding: 0px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(billeder/masters/bg.jpg);
	background-repeat: repeat-y;
}
#wrapper #header {
	background-image: url(billeder/banner/revit_Architecture_header_text.png);
	background-position: 50px 0px;
	height: 198px;
	background-repeat: no-repeat;
	top: auto;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#wrapper #leftcol {
	float: left;
	width: 50px;
	overflow: hidden;
	height: 700px;
}
#wrapper #rightcol {
	float: right;
	width: 50px;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	overflow: hidden;
	height: 700px;
}
#wrapper #mainpage {
	height: auto;
	width: 928px;
	margin-right: 50px;
	margin-left: 50px;
	background-color: #333;
	border: 1px solid #000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#wrapper #topnav {
	width: 950px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
	padding: 5px;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#wrapper #topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #topnav ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#wrapper #topnav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #topnav ul li a {
	text-decoration: none;
	color: #CCC;
}
#wrapper #topnav ul li a:visited {
	color: #999;
	text-decoration: none;
}
#wrapper #topnav ul li a:hover {
	color: #900;
	text-decoration: underline;
}
#wrapper #footer {
	width: 950px;
	margin-right: 50px;
	margin-left: 50px;
	padding: 5px;
	text-align: center;
	background-color: #000;
	color: #999;
}
#wrapper #footer table tr td p {
	padding-left: 25px;
	padding-right: 25px;
	color: #666;
}
#wrapper #mainpage table tr td p {
	color: #666;
}
#wrapper #mainpage table {
	font-variant: normal;
	color: #666;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-style: normal;
}
#wrapper #footer table tr td p a img {
}
#wrapper #mainpage table tr td p a {
	color: #900;
}



#s3slider {
	width:420px;
	height:330px;
	position:relative;
	overflow:hidden;
	
}
#s3sliderContent {
	width:420px;
	height:330px;
	position:absolute;
	top:0;
	margin-left:0;
}
.s3sliderImage {
	float:left;
	position:relative;
	display:none;
}
.s3sliderImage span {
	position:absolute;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:1px 1px;
	color:#999;
	background-color:#000;
	width:420px;
	display:none;
	opacity: 0.7;
	-moz-opacity:0.7;
	filter:alpha (opacity=70);
	
}

.clear {
	clear:both;
}


.top {
	top:0;
	left:0;
	width:420px;
	height:20px;

}