@charset "UTF-8";
/* 
CSS Stil des Hetzel Hotel Stuttgart (Subsite) 

---------------------------------------
Firma: Softwarehaus eBit Stuttgart
Copyright: Tobias C. Hetzel
---------------------------------------
*/

body {
	background-color: #000000;
	margin: 34px 0;
	padding: 0;
	
	font-family: Perpetua;
	font-weight: normal;
	text-align: center;
}

h1, h2 {
	font-family: Perpetua;
	
	margin:0;
	padding:0;
	
	float: left;
}




.headline h1 {
	width: 425px;
	height: 96px;
	
	vertical-align: middle;
	text-align: center;
	
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	
	margin: 0;
	padding: 0;
}

.headline h1:first-letter { 
	font-family: Perpetua;
	font-weight:normal;
	font-size: 40px;
	text-transform: uppercase; 
	color: #ffa800; 
}

.headline {
	height: 96px;
	width: 1000px;
}

.headline #logo {
	width: 150px;
	height: 96px;
	
	text-align: center;
	vertical-align:middle;
	
	margin: 0;
	padding: 0;
	
	float: left;
}



.navigation {
	width: 1000px;
	height: 20px;
	
	margin: 0;
	padding: 0;
}

.navigation ul {
	margin: 0 0 0 25px;
	padding: 0;
	
	list-style: none;
	
	float: left;
}

.navigation h1 {
	font-family: Perpetua;
	font-size: 21px;
	font-style:italic;
	font-weight: normal;
	color: #ffffff;
}

a:link, a:visited {
	color: #ffffff;
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
}

.navigation a:hover {
	color: #ffa800;
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
}

a:hover {
	color: #ffa800;
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
}





.widePicture {
	width: 1000px;
	height: 346px;
	
	margin: 0;
	padding: 0;
}

.widePicture img {
	width: 1000px;
	height: 346px;
	
	border-bottom-style: none;
	
	margin:0;
	padding:0;
}

.widePictureBottomSpace {
	width: 1000px;
	height: 20px;
	
	margin: 3px 0 0 0;
	padding: 0;
	
	text-align: center;
	vertical-align:bottom;

	font-size: 16px;
	color: #ffa800;
}

.bottomContent {
	width: 1000px;
	
	margin: 0;
	padding: 0;
}

.bottomContent div.spaceBorder {
	width: 25px;
	
	margin: 0;
	padding: 0;
	
	float: left;
}

.bottomContent div.spaceCenter {
	width: 150px;

	margin: 0 0 0 0;
	padding: 0;
	
	float: left;
}

.bottomContent div.content {
	width: 400px;
	
	text-align:justify;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	
	margin: 0 0 0 0;
	padding: 0;
	
	float: left;
}

.bottomContent div.content :first-letter{
	text-align:justify;
	font-size: 350%;
	font-weight: normal;
	color: #FFa800;
	
	float: left;
}