/* CSS File für Hotel Miramar */
html
{
	height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #e3d5ae;
	background-color: #000;
	height: 100%;


}
img
{
	border: 0px;

}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 16px;
}
* {
	margin:0;
	padding:0;
}

/************************ SCHRIFT *********************/	

h1, h2, h3, p 
{
	margin:0px;
	padding:0px;
}
	
h1
{
	color: #E3D5AE;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}

h2
{
	color: #E3D5AE;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 15px;
	font-style: italic;
}

	
h3
{
	color: #E3D5AE;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}	
	
h4
{
	color: #E3D5AE;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}
a
{
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #696969;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



#wrapper {
	height: 112px;
	width: 881px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	width: 881px;
	height: 112px;
}
#header .logo{
	height: 53px;
	width: 178px;
	float: left;
	margin-top: 35px;
	margin-left: 218px;
}
#header .nav {
	height: 16px;
	width: 101px;
	float: right;
	margin-top: 87px;
}
