@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 16px;
	background-color: #242526;
}

#container {
	width: 770px;
	height:700px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #242526;
	position: relative;
}
#topheader {
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
#topheader a:link {
	color: #FFF;
	text-decoration: none;
}
#topheader a:visited {
	color: #FFF;
	text-decoration: none;
}
#topheader a:hover {
	color: #EF35CE;
	text-decoration: none;
}
#topheader a:active {
	color: #FFF;
	text-decoration: none;
}
#mainwrapper {
	height: 597px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/mainbgmassage.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	height: 526px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header {
	height: 67px;
	width: 730px;
	background-color: #FFF;
	border: 2px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headercontent  {
	font-size: 30px;
	height: 30px;
	width: 190px;
	color: #FFFFFF;
	margin-left: 10px;
	top: 30px;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../images/logomassage.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menubar {
	height: 40px;
	width: 730px;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(../images/menubarmassage.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menubar ul {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 178px;
	line-height: 30px;
}
#menubar li {
	float: left;
	margin-right: 31px;
	color: #EF35CE;
	display: block;
	width: 70px;
	text-align: center;
	height: 40px;
}
#menubar a:link {
	color: #EF35CE;
	text-decoration: none;
	display: block;
	width: 70px;
	float: left;
	padding-top: 4px;
}
#menubar a:visited {
	color: #EF35CE;
	text-decoration: none;
	display: block;
	width: 70px;
	float: left;
	padding-top: 4px;
}
#menubar a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 70px;
	float: left;
	padding-top: 4px;
}
#menubar a:active {
	color: #EF35CE;
	text-decoration: none;
	display: block;
	width: 70px;
	float: left;
	padding-top: 4px;
}
#bigpic {
	height: 274px;
	width: 730px;
	background-attachment: scroll;
	background-image: url(../images/bigpicmassage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	height: 200px;
	width: 550px;
	float: left;
	overflow-x:hidden;
	overflow-y:scroll;
}
#content #tekst {
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 10px;
}
#content #tekst h1 {
	font-family: Corbel;
	font-size: 18px;
	margin-bottom: 8px;
}
#footer {
	float: left;
	height: 25px;
	width: 750px;
	background-color: #242526;
	color: #FFF;
}
#footer #contentfooter {
	text-align: left;
	width: auto;
	height: auto;
	margin-top: 6px;
	padding-left: 4px;
	background-color: #242526;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #EF35CE;
	text-decoration: none;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
}

a img {border:none;}
a:link {
	color: #545342;
	text-decoration: underline;
}
a:visited {
	color: #545342;
	text-decoration: underline;
}
a:hover {
	color: #EF35CE;
	text-decoration: none;
}
a:active {
	color: #545342;
	text-decoration: underline;
}

