/** 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: 12px;
}

h1{font-size: 40px;}
h2{font-size: 23px;}
h3{font-size: 16px;}
h4{font-size: 12px;}

img {
	border: 0px;
}

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;	
	margin-bottom: 0px;
	font-size: 120%;
}
#content h3 span.subtitle{
	display: block;
	color: #e52f5a;
	font-size: 80%;
}

#content p{
	margin-top: 0;
}
/** /Content **/

#footer{	
	color: #999;
	padding: 21px 0 0 0;
	text-align:left;
	clear:both;
	margin-top: 15px;
}

