/*//////////////////////////////////
//           RT.CSS             //
//////////////////////////////////*/

body {
	background: #FFF;
	margin: 10px auto 0px auto;
	text-align: center;	
	font: 11px Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#222;	
	margin: 25px auto 0px auto;
}

.container { 
	width: 975px; 
	margin: 0px auto 0px auto;
}

img { 
	border: none;
}

/*//////////////////////////////////
//           NAVIGERING           //
//////////////////////////////////*/

#nav {
	background-image: url(../images/baggrund.gif);
	border: 1px solid #999;
	height: 40px;
	padding-left: 10px;
}


#nav ul {
	text-align: left;
	list-style-type: none;	
	margin: 0px;
	padding: 10px 0px 10px 0px;	
}


#nav ul li {
	float: left;
	margin: 0px auto 0px auto;
	font-size: 11px;	
	text-align: left;
}

#nav li a {
	float: left;
	width: 100px;
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#nav li.active {

}

#nav li a:hover {
	color: #ffffff;
}


/*//////////////////////////////////
//            FORSIDE             //
//////////////////////////////////*/
#overskrift {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
	margin: 10px 0px 10px 0px;
	text-align: left;
	clear: both;
}

#overskrift h3 {
	font-size: 1.4em;
	color: #003975;
	font-weight: 900;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;	
	margin: 0px auto;
}

.galleryText {
	background-image: url(../images/baggrund2.gif);
	border: 1px solid #999;
	width: 207px;
	height: 147px;
}

#galleri p {
	color: #000;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.gallery {
	width: 227px;
	margin-bottom: 8px;	
	margin-right: 10px;
}

.galleryDesc {
	margin-top: 2px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 232px;
	cursor: pointer;
	text-align: center; 
	padding: 3px 0px 3px 0px;
}

.galleries img { 
 	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 0px; 
}

.galleryDesc a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#boks {
	background-image: url(../images/baggrund4.gif);
	width: 258px;
	height: 144px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	font: 10px verdana, arial, helvetica, sans-serif;
	line-height: 15px;
	overflow: auto;
	margin-left: 2px;
	border: 1px solid #999;
}


#boksFrontTd {
	vertical-align: top;
	vertical-align: text-top;
}

#boksFront { 
	background-image: url(../images/baggrund4.gif);
	width: 210px;
	height: 151px;
	text-align: left;
	padding: 10px 10px 10px 10px;		
	border: 1px solid #999;
	margin-right: 12px;
}

/*//////////////////////////////////
//             FOOTER             //
//////////////////////////////////*/

#footer {
	width: 975px;
	margin: 0px auto 25px auto;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	clear: both;
	color: #999;
	font-size: 0.9em;
	padding: 5px;
}

.projectThumbs { 
	width: 268px;
	margin-left: -5px;
	margin-right: 15px;
}

.projectThumbs img { 
	border: 1px solid #cccccc;
	padding: 1px;
}

#leftBox { 
	float: left;
}

/*//////////////////////////////////
//             OVERALL            //
//////////////////////////////////*/
a:link, a:active, a:visited { 
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
	font-size: 10px;
}

a:hover { 
	color: #cccccc;
}


input, select, textarea {
	border: 1px solid #000000;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.noBorder { 
	border: none;
}

hr { 
	height: 1px;
	color: #000000;
}