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

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
	overflow-y:scroll;
}

html, body {
	height:100%;
}

body {
	font-family:Gill Sans, Tahoma,  Verdana, sans-serif;
	font-size:11px;	
	color:#231f20;
}

#page {
	width:990px;
	margin:0 auto;
}

#header {
	height:135px;
	width:990px;
	margin:0 auto;
	position:relative;
}

#logotype {
	position:absolute;
	bottom:37px;
	left:60px;
}

#logotype.creutz {
	bottom:37px;
}


#logotype.creutz a{
	width:198px;
	height:37px;
	display:block;
	background:url( '/images/creutz-logo.png') top left no-repeat;
}

#logotype.hastrehab {
bottom:14px;
}

#logotype.klassisk-massage , #logotype.bo-pa-lantgard {
	bottom:19px;
}

#logotype.hastrehab a{
	width:146px;
	height:96px;
	display:block;
	background:url('/images/logo.png') top left no-repeat;
}
#logotype.klassisk-massage a{
	width:207px;
	height:101px;
	display:block;
	background:url('/images/logo-massage.png') top left no-repeat;
}
#logotype.bo-pa-lantgard a{
	width:179px;
	height:89px;
	display:block;
	background:url('/images/logo-bo-pa-lantgard.png') top left no-repeat;
}
#main-nav-holder {
	height:29px;
	width:500px;
	position:absolute;
	bottom:37px;
	right:0;

}

#main-nav {
	float:right;
	background:url('/images/list-flower.png') top right no-repeat;
	line-height:38px;
	padding-right:50px;
}

#main-nav li {
	float:left;
	margin-right:20px;
}

#main-nav li a{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#999966;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}

#main-nav li a:hover, #main-nav li a.current{
	color:#222;
}




#main {
	width:990px;
	margin:0 auto;
	position:relative;
}

#sub-nav {
	width:200px;
	position:absolute;
	top:34px;
	/*left:58px;*/
	
	left:-7px;
	text-align:right;
	
}

#sub-nav li{
	line-height:24px;
}

#sub-nav li a{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#b2aa7e;
}

#sub-nav li a:hover, #sub-nav li.current a{
	color:#282828;
}

#content {
	width:232px;
	margin-top:32px;
}

#content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#444;
	line-height:30px;
	margin-bottom:20px;
}

#content h2{
	font-weight:bold;
	margin-bottom:5px;
}

#content h3 {
	font-style:italic;
	margin-bottom:5px;
}

#content p {
	line-height:16px;
	margin-bottom:12px;
}

#content ul {
	pad ding-left:15px;
	margin-left:15px;
	margin-bottom:10px;
}
#content li {
	padding-bottom:5px;
	list-style-type:disc;
	list-style-position:outside;
	
}


div#content{
	float:left;
	margin-left:238px;
	display:inline;
}

#headphoto {
	width:426px;
	height:398px;
	float:right;
}

#footer {
	text-align:right;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#756649;
	height:25px;
	margin:26px auto 7px auto;
}

#footer a {
	color:#b2aa7e;
	text-decoration:underline;
}

ul.firstpage-nav {
	float:left;
}

ul.firstpage-nav li{
	float:left;
	margin-right:6px;
	position:relative;
	width:326px;
	height:400px;
}
ul.firstpage-nav li a{
	display:block;
}

ul.firstpage-nav li img{
	position:absolute;
}

ul.firstpage-nav li.last{
	margin:0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -216px;
}

#flower {
	width:990px;
	margin:0 auto;	
	position:relative;
}

#flower-image {
	width:400px;
	height:216px;
	background:#fff url(../images/flower.png) 0px 0 no-repeat;
	position:absolute;
	top:0;
	left:-220px;
}

#flower, #push {
	height: 216px;
}

/* CLEAR AND CLEARFIX*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}