/*
 * base stylesheet
 *
 * This file includes all styles for the general layout
 *
 * @project		Hamburg Sued Frachtschiffreisen
 * @site		https://hamburgsued-frachtschiffreisen.de
 * @author		Phillip Woelfel
 * @version		2.2
 * @date		2011-05-30
 * @media		screen
 * @css-for		all browser
 * valid		true
 */
@media screen {
body {
	color: #535353;
	background: #72010D  url(img/bg_1/bg2.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; 
}
#header {
	width: 980px;
	position: relative;
	height: 90px;
}
#sls_half {
	padding-left: 250px;
	display: block;
}
#sls_full {
	position: relative;
	display: block;
}
#sls_half object, #sls_full object, #flash img {
	display: block;
} 
#main {
	background: #fff;
	position: relative;
	width: 980px;
	padding: 0 0 20px 0;
}
#page {
	width: 730px;
	position: relative;
	margin-left: 250px;
	min-height: 550px;
	height:auto !important;
	height: 550px;
}
#sb_left {
	position: absolute;
	top: 0px;
	width: 230px;
	z-index: 100;
}
#shadow {
	width: 16px;
	height: 325px;
	position: absolute;
	top: 80px;
	left: 980px;
	background-image: url(img/bg_shadow.png);
}
/* @group Logo */
div#logo h1 {
	margin: 0;
	padding: 0;
}
div#logo h1 a {
	background: url(img/master_1/logo_frachtschiffsreisen.png) no-repeat;
	position: absolute;
	top:  0px;
	left:  28px;
	display: block;
	width: 185px;
	height: 87px;
	text-indent: -9999px;
}
/* @end */
/* @group toolbar */
#toolbar {
	position: absolute;
	bottom: 15px;
	right: 0px;
}
#toolbar ul {
	margin: 0px;
	padding: 0px;
}
#toolbar li {
	padding: 0;
	margin: 0;
	display: inline;
}
#toolbar li.home a {
	padding-left: 20px;
}
#toolbar li.gb { 
	background: none; 
	
}
#toolbar li.gb a {
	padding: 0 5px 0 0;
	margin: 0 0 0 5px;
	display: inline-block;
	background: url(img/icons_1/gb.gif) no-repeat;
	width: 16px;
	height: 12px;
	text-indent: -999px;
}
#toolbar li.de a {
	margin: 0;
	padding: 0 7px 0 0;
	display: inline-block;
	background: url(img/icons_1/de.gif) no-repeat;
	width: 16px;
	height: 12px;
	text-indent: -999px;
}
#toolbar li.search {
	padding-left: 5px;
	background: none;
}
#toolbar a {
	padding: 0px 7px 0px 5px;
		text-decoration: none;
}
li.search form, li.search fieldset {
	display: inline;
}
li.search input.searchtxt {
	vertical-align: middle;
	font-size: 75%;
	width: 125px;
	height: 14px;
	border: none;
	margin-left: 3px;
}
li.search input.searchbtn {
	vertical-align: middle;
	text-indent: -999px;
	line-height: 14px;
	margin:  0;
	border: none;
	height: 16px;
	width: 20px
}

#toolbar li {
	background: url(img/divider_toolbar.gif) no-repeat right;
}
#toolbar li.home a {
	background: url(img/icon_group.gif) no-repeat left center;
}
#toolbar a {
	color: #F3DCDC;
}
#toolbar a:hover {
	color: #fff;
}
li.search label {
	color: #F3DCDC;
}
li.search input.searchtxt {
	color: #000000;
	background-color: #ffffff;
}
li.search input.searchbtn {
	color: #fff;
	background: url(img/icon_search.gif) right center;
}
li.search input.searchbtn:hover { 
	background: url(img/icon_search_hover.gif) right center;
}
/* @end */
/* @group Subnavigation */
table.subnavi {
	border: none;
	margin: 0;
}
table.subnavi td {
	height: 300px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#subnavigation {
	width: 215px;
	padding:  0 0 15px 15px;
	z-index: 100;
}
#subnavigation ul {
	line-height: 1em;
	margin: 0;
	padding: 0;
}
#subnavigation ul ul {
	margin: 3px 0 0 0;
	padding: 0;
	}
#subnavigation ul ul ul {
	margin: 3px 0 0 0;
	padding: 0;
}
#subnavigation ul li {
 display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#subnavigation ul li a {
	margin: 3px 0 0 0;
	padding: 6px 4px 6px 35px;
	text-decoration: none;
	display: block;
	color: #535353;
	background: url(img/bg_subnav_l01.png) left top;
}
#subnavigation ul li li a {
	margin: 0;
	padding: 4px 4px 4px 50px;
	text-decoration: none;
}
#subnavigation ul li li li a {
	margin: 0;
	padding: 4px 0 4px 60px;
	text-decoration: none;
}
#subnavigation ul li a:hover, #subnavigation ul li a.active, #subnavigation ul li a.current {
	background: url(img/bg_subnav_l01_hover.png);
	color: #fff;
}
#subnavigation ul li li a {
	color: #535353;
	background: url(img/bg_subnav_l02.png) repeat left top;
}
#subnavigation ul li li a:hover, #subnavigation ul li li a.active, #subnavigation ul li li a.current {
	background: url(img/bg_subnav_l02_hover.png);
	}
#subnavigation ul li li li a {
	color: #535353;
	background: url(img/bg_subnavigation.png) repeat left top;
}
#subnavigation ul li li li a:hover, #subnavigation ul li li li a.active, #subnavigation ul li li li a.current {
	color: #fff;
	background: url(img/bg_subnavigation_hover.png) repeat left top;
}
/* @end */
#label { 
	width: 227px;
	background: url(img/bg_1/cover.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0; 
	color: #fff;	
	font-size: 1.166em;
}
#headline { 
	position: relative;
	background: #111b3a; 
	padding: 14px 0 14px 250px;
	color: #ffffff;
	font-size: 1.166em;
}
#headline div {
	position: absolute;
	right: 0;
	top: 11px;
	font-size: 1.5em;
	width: 207px; 
}




/* @group subtemplates */
#col_sidebar {
	padding: 10px 22px 0 20px;
	float: right;
	width: 185px;
	min-height: 550px;
	height:auto !important;
	height: 550px;
	background: url(img/bg_sidebar.jpg) repeat-x top;	
}
#col_content {
	position: relative;
	padding: 15px 0 0 0;
	float: left;
	width: 500px;
	overflow: hidden;
	}
#page_content {
	padding: 50px 0 0 0;
}
div.col_16 {
	width: 16%;
	float: left;
}
div.col_20 {
	width: 20%;
	float: left;
}
div.col_25 {
	width: 25%;
	float: left;
}
div.col_30 {
	width: 30%;
	float: left;
}
div.col_33 {
	width: 33.33%;
	float: left;
}
div.col_50 {
	width: 50%;
	float: left;
}
div.col_70 {
	width: 70%;
	float: left;
}
div.col_75 {
	width: 75%;
	float: left;
}
div.col_80 {
	width: 80%;
	float: left;
}
div.col_100 {
	width: 100%;
	}
.subcontainer {
	margin-bottom: 10px;
}
.content {
	padding-right: 20px;
}
.content:after, .subcontainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* @end */
/* @group footer */
div#footer {
	background: #afb3b6; 	
	width: 980px;
	text-align: right;
}
#webaddressbook { 
	float: left; 
}
div#footer a {
	color: #7d7d7d;
	font-weight: bold;
	font-size: 83.33%;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
}
div#footer ul { 
	padding: 25px 20px; 
}
div#footer ul li {
	display: inline;
	padding: 0 8px;
	background: url(img/divider_footer.gif) no-repeat right;	
}
div#footer ul li.last {
	padding-right: 0px;
	background: none;
}
#print_footer {
	display: none;
}
/* @end */
/* @group breadcrumb */
#breadcrumb {
	width: 495px;
	font-size: 83.33%;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 10px;
}
#breadcrumb a {
	font-weight: normal;
	text-decoration: none;
	padding: 0 12px 0 0;
	color: #7d7d7d;
	background: url(img/divider_breadcrumb.gif) no-repeat right;	
}
#breadcrumb a:hover {
	color: #535353;
	}
div#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	background: none;
}
/* @end */
/* @group lightbox */
/* SLIMBOX */
#lbOverlay { 
	position: fixed; 
	z-index: 9999; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background-color: #000; 
	cursor: pointer; 
}
#lbCenter, #lbBottomContainer { 
	position: absolute; 
	z-index: 9999; 
	overflow: hidden; 
	background-color: #fff; 
}
.lbLoading { 
	background: #fff url(../loading.gif) no-repeat center; 
}
#lbImage { 
	position: absolute; 
	left: 0; 
	top: 0; 
	border: 10px solid #fff; 
	background-repeat: no-repeat; 
}
#lbPrevLink, #lbNextLink { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 50%; 
	outline: none; 
}
#lbPrevLink { 
	left: 0; 
}
#lbPrevLink:hover { 
	background: transparent url(../prevlabel.gif) no-repeat 0 15%; 
}
#lbNextLink { 
	right: 0; 
}
#lbNextLink:hover { 
	background: transparent url(../nextlabel.gif) no-repeat 100% 15%; 
}
#lbBottom { 
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #666; 
	line-height: 1.4em; 
	text-align: left; 
	border: 10px solid #fff; 
	border-top-style: none; 
}
#lbCloseLink { 
	display: block; 
	float: right; 
	width: 66px; 
	height: 22px; 
	background: transparent url(../closelabel.gif) no-repeat center; 
	margin: 5px 0; 
	outline: none; 
}
#lbCaption, #lbNumber { 
	margin-right: 71px; 
}
#lbCaption { 
	font-weight: bold; 
}
/* @end */
/* @group tools */
#tools {
	margin: 20px 0;
	padding: 0 20px 0 0;
	overflow: hidden;
}
a.print {
	margin-left: 3px;
	display: block;
	width: 19px;
	height: 11px;
	text-indent: -999px;
	float: right;
	background-image: url(img/icon_print.gif);
}
a.recommend {
	margin-left: 3px;
	display: block;
	width: 16px;
	height: 11px;
	text-indent: -999px;
	float: right;
	background-image: url(img/icon_mail2.gif);
}
a.download {
	margin-left: 3px;
	display: block;
	width: 17px;
	height: 11px;
	text-indent: -999px;
	float: right;
	background-image: url(img/icon_download2.gif);
}

/* @end */
}