/*
Theme Name: hansetravel.de
Theme URI: http://www.media-services-hamburg.de/
Description: Template fuer die Homepage des Reisebueros hansetravel.de
Version: 0.1
Author: Wolfgang Timme, Philip Wilson
Author URI: http://www.media-services-hamburg.de/
Tags: media services hamburg, reisebuero, agentur, reisen, urlaub
*/


html {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(gfx/leftBackground.jpg);
	background-repeat: repeat-y;
	background-position: 19px 0px;
}

#pageBackground {
	z-index: 0;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	background-image: url(gfx/bg-total.jpg);
	background-position: 0px 28px;
	width: 100%;
	background-repeat: repeat-x;
}
	
img {
	border-width: 0px;
}
	
#header {
	padding-top: 28px;
	margin-bottom: 0px;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}

#topNavigation {
	margin-top: -2px;
	clear: left;
}

#content, #topNavigation, #header {
	width: 950px;
}

#left {
	float: left;
	/*background-image: url(gfx/leftBackground.jpg);*/
	background-repeat: repeat-y;
	width: 190px;
}
#leftTop {
	width: 190px;
	height: 11px;
	background-image: url(gfx/leftTop.jpg);
	background-repeat: no-repeat;
}
#leftContent {
	color: #CCCCCC;
	width: 172px;
	margin-left: 11px;
}
#leftStaticLinks {
	display: block;
	margin-top: 10px;
	margin-left: 27px;
	width: 157px;
	margin-right: 6px;
	margin-bottom: 20px;
}
#leftStaticLinks a:link, #leftStaticLinks a:active, #leftStaticLinks a:visited, #leftStaticLinks a:hover {
	display: block;
	margin-top: 1px;
	padding-left: 9px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#leftStaticLinks a:link, #leftStaticLinks a:active, #leftStaticLinks a:visited {
	color: #FFFFFF;
	background-color: #3399cc;
}
#leftStaticLinks a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

#right {
	float: left;
	width: 733px;
	padding-top: 6px;
	margin-left: 8px;
}
#rightHeader {
	width: 733px;
	padding-bottom: 11px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#rightContent {
	width:733px;
	display:block;
}

.offer a:link, .offer a:hover, .offer a:active, .offer a:visited {
	text-decoration: none;
	color: #990000;
}

h2 {
	font-size: 18px;
}
p {
	margin: 0px;
}
