/** Hotel Alpina Stylesheet **/

@import "soph.css";
@import "menu.css";
@import "forms.css";

body{
	color: #000;
	background: #fff;	
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, div, span, body {
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
}

h1{font-size: 40px;}
h2{font-size: 28px;}
h3{font-size: 20px;}
h4{font-size: 16px;}

img.right{
	float: right;
}
img.left{
	float: left;
}

/** Print **/
.print{	display: none; }
/** /Print **/

/** Header **/
#logocontainer h1{
	font-family: Times, serif;
}
/** /Header **/


/** Content **/
#content h2{
	font-family: Times, serif;
	font-weight: bold;
	line-height: 1;
}

#content h3{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0px;
}

#content p{
	margin-top: 0;
}
/** /Content **/

#footer{	
	color: #999;
	padding: 21px 0 0 0;
	text-align:left;
	clear:both;
	margin-top: 15px;
}

