@charset "utf-8";
/* CSS Document */
 
html, body {
	width:100%;
	margin: 0px;
	padding: 0px;
}
#background{
	position:absolute; 
	z-index:-10; 
	width:100%; 
	height:100%;
}

#globeWrap{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#site {
	float:left;
	margin:0px;
	padding:0px;
	background-color:#000;
}


#header {
	float: left;
	width: 900px;
	height: 150px;
}

#logo {
	float:left;
	width:900px;
	height:150px;
}

#MenuNav {
	float: left;
	width:900px;
	height: 80px;
}

#content {
	float:left;
	width:900px;
	min-height:450px;
}

#content-box {
	float:left;
	width:860px;
	min-height:450px;
	margin-left:10px;
	margin-right:10px;
	background-image:url(../grafik/logo_carsons-inn.png);
	background-repeat:no-repeat;
	background-position:top center;

}

#webdesign{
	width: 855px;
	height:15px;
	float:inherit;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #efebe3;
	text-align: right;
}

.clear {
	clear:both;
}

img {
	border: 0px;
}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

#galleri-vis img {
	border: 2px solid #cfcfcf;
}

