/* -----------------------------------------------
Tradewinds
Author:   N. Macht
Version:  1.0 April 2008
----------------------------------------------- */
/*  CSS Layout
----------------------------------------------- */
body {
	text-align:center;
	background:#F28017;
}

div#header_image {
	width:100%;
	margin:0 auto 0 auto;
	height:270px;
	background:url('http://www.tradewinds.de/img/header_neu.jpg') center top #000000 no-repeat;
}

div#container_bg {
	position:relative;
	width:100%;
	background:#ffffff;
}

div#logo {
	position:relative;
	z-index:5;
	width:100%;
	height:119px;
	text-align:center;
	background:url('http://www.tradewinds.de/img/body_bg.png') 0 0 repeat-x;
}

div#logo div.gutter {
	position:relative;
	width:970px;
	text-align:left;
	margin:0 auto 0 auto;
	padding:0;
}

div#container {
	position:relative;
	width:970px;
	margin:0 auto 0 auto;
	text-align:left;
	padding:0 0 10px 0;
}

h1#logo a {
	position:absolute;
	z-index:10;
	top:-48px;
	left:-15px;
 	display:block;
	width:197px;
	height:214px;
	cursor:pointer;
	text-decoration:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='http://www.tradewinds.de/img/logo.png');
}

html > body h1#logo a {	background-image:url('http://www.tradewinds.de/img/logo.png'); }

h1#logo a span {
	visibility:hidden;
}

div#teaser {
	position:absolute;
	z-index:10;
	top:45px;
	left:215px;
 	display:block;
	width:473px;
	height:27px;
	background:url('http://www.tradewinds.de/img/teaser.gif') 0 0 no-repeat;
}

div#bottles {
	position:absolute;
	z-index:10;
	top:-150px;
	right:10px;
 	display:block;
	width:160px;
	height:248px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='http://www.tradewinds.de/img/bottles.png');
}

html > body div#bottles {background-image:url('http://www.tradewinds.de/img/bottles.png'); }

div#wrapper {
	width:970px;
	margin:0;
}

div#navigation {
	width:200px;
	float:left;
}

div#content {
	float:left;
	width:560px;
}

div#sidebar {
	float:right;
	width:170px;
}

div#footer {
	clear:both;
	width:940px;
	margin:0 auto 0 auto;
	color:#FFCC00;
}

div#footer a {
	color:#102A4D;
	text-decoration:none;
}

/* gutter */
div#navigation .gutter { padding:40px 0 0 15px; }
div#content .gutter { padding:0 15px 0 20px; }
div#sidebar .gutter { padding:0 3px 0 3px; }
div#footer .gutter{ padding:20px 0 30px 0; }

body#page-4283101 {
	background:url('http://www.tradewinds.de/img/start_bg.jpg') center top #000000 no-repeat;
}

h1#enter {
	display:none;
}

h1#enter a span {
	visibility:hidden;
}

body#page-4283101 h1#enter {
	display:block;
}

body#page-4283101 h1#enter a {
	position:absolute;
	z-index:91;
	top:380px;
	left:0;
 	display:block;
	width:90%;
	height:214px;
	cursor:pointer;
	text-decoration:none;
}

body#page-4283101 div#container_bg {
	position:absolute;
	top:430px;
	left:0;
	width:100%;
	background:transparent;
}

body#page-4283101 div#logo {
	position:relative;
	z-index:5;
	width:100%;
	height:119px;
	text-align:center;
	background:url('http://www.tradewinds.de/img/body_bg_start.png') 0 0 repeat-x;
}

body#page-4283101 h1#logo a {
	position:absolute;
	z-index:10;
	top:-48px;
	left:-15px;
 	display:block;
	width:197px;
	height:214px;
	cursor:pointer;
	text-decoration:none;
	background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='http://www.tradewinds.de/img/logo_start.png');
}
html > body#page-4283101 h1#logo a {background-image:url('http://www.tradewinds.de/img/logo_start.png'); }


body#page-4283101 div#header_image,
body#page-4283101 div#navigation,
body#page-4283101 div#content,
body#page-4283101 div#sidebar,
body#page-4283101 div#footer {
	display:none;
}


/*  MainNav Level 1
----------------------------------------------- */

ul#mainNav1,
ul#mainNav2,
ul#mainNav3 {
	text-align:left;
	padding:0;
	margin:0;
}

ul#mainNav1 li,
ul#mainNav2 li,
ul#mainNav3 li {
	display:inline;
	margin:0;	
	padding:0;
}

ul#mainNav1 li a,
ul#mainNav1 li a:visited {
	font-family:Arial, Tahoma, sans-serif;
	text-decoration:none;
	display:block;
	padding:6px 0 8px 10px;
	color:#102A4D;
	font-size:14px;
	font-weight:bold;
}

ul#mainNav1 li a:hover,
ul#mainNav1 li a.current {
	color:#F28017;
}

ul#mainNav1 ul#mainNav2 li a,
ul#mainNav1 ul#mainNav3 li a {
	display:block;
	padding:0 0 8px 20px;
}

