* {
	padding:0;
	margin:0px;
}
body, textarea
{
	font-family:Arial, Helvectica, Sans-serif;
	font-size:0.9em;
	color:#000000;
}
body {
	background:#fff url('../images/design/bodyBackground.jpg') no-repeat;
	background-position:50% 0px;
}
ul
{
	margin:10px 10px 0px 30px;
	padding: 0 0 10px 0;
}
/* Clearfix */
.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Design ************************************************************************************************************************** */
#wrapper
{
	position:relative;
	width:861px;
	margin:20px auto;
}

#topHeader
{
	position:relative;
	width:861px;
	height:23px;
	background:url('../images/design/designHeaderTop.png') no-repeat;
}

#header 
{
	position:relative;
	width:861px;
	height:160px;
	background:url('../images/design/designBackground.png') repeat-y;	
}

#topContent
{
	position:relative;
	width:861px;
	height:7px;
	background:url('../images/design/designContentTop.png') no-repeat;	
}

#content
{
	position:relative;
	width:861px;
	background:url('../images/design/designContentBackround.png') repeat-y;		
}
#innerContent
{
	margin:0px 35px 0px 35px;
	line-height:1.5;
}

a
{
	color:#0e4f8f;
	text-decoration:underline;
}
a:hover
{
	color:#2F45BF;
}

#footer
{
	position:relative;
	width:861px;
	height:28px;
	background:url('../images/design/designBottom.png') no-repeat;	
}
#footer a
{
	float:right;
	margin:4px 32px 0px auto;
	color:#14206A;
	font-size:0.75em;
	text-decoration:none;
}
#footer a:hover
{
	color:#2F45BF;
}
#logo
{
	position:absolute;
	top:-15px;
	right:20px;
	width:327px;
	height:137px;
	background:url('../images/design/logo.png') no-repeat;	
	z-index:999;	
}
#logoText
{
	position:absolute;
	top:118px;
	right:70px;
	width:217px;
	height:29px;
	background:url('../images/design/theoutdoorexperience.png') no-repeat;	
	z-index:999;	
}


/* Navigation */
#navi
{
	position:absolute;
	top:110px;
	left:10px;
	width:841px;
	height:45px;
	background:url('../images/design/naviBackground.png') repeat-x;
}
#navi ul
{
	margin:13px 35px 5px 0px;
}
#navi ul li
{
	display:inline;
	padding:10px 10px 10px 20px;
	background:url('../images/design/naviSlice.png') no-repeat;
	background-position:0px 50%;
}
#navi ul li.first { background:none; }

#navi ul li a 
{
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
}
#navi ul li a:hover
{
	color:#ccc;
}
#subMenu
{
	position:absolute;
	top:30px;
	left:27px;
	background:url('../images/design/subMenuBg.gif') repeat-x;
	width:797px;
	height:24px;
	font-size:0.9em;
	color:#fff;
	padding:2px 2px 2px 10px;
}
#subMenu ul
{
	position:relative;
	float:left;
	margin:0 0 0 -9px;
	padding:0;
}
#subMenu ul li
{
	float:left;
	list-style:none;
}

#subMenu a
{
	position:relative;
	display:block;
	float:left;
	height:19px;
	text-decoration:none;
	color:#fff;
	padding:1px 10px 2px 10px;
	margin-top:-1px;

}
#subMenu a:hover
{
	/*color:#002c58;
	background:url('../images/design/subNaviHoverBg.png') repeat-x;*/
	color:#ccc;
}
#subMenu a.selected, #subMenu a.selected:hover
{
	color:#002c58;
	background:url('../images/design/subNaviHoverBg.png') repeat-x;
}
/* Ueberschriften ********************************************************************************************************** */
h1 
{
	font-size:1.5em;
	color:#0e4f8f;
	font-weight:normal;
	border-bottom:1px solid #0e4f8f;
	padding:5px 0 2px 0;
	margin:0 0 10px 0;
	line-height:1;
}
h1.noLine
{
	border:none;
	margin-bottom:30px;
}
h2
{
	font-size:1.2em;
	color:#002C58;
	font-weight:bold;
	margin:10px 0 0 0;
}
h3
{
	font-size:1.1em;
	color:#002C58;
	font-weight:bold;
	margin:15px 0 7px 0;
}
h4
{
	font-size:1em;
	color:#0e4f8f;
	font-style:italic;
	font-weight:normal;
	margin:0 0 7px 0;
}
/* General */
.centeredText
{
	text-align:center;
}.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}
img.image
{
	margin:5px;
	border:1px solid #0e4f8f;
}
.clear
{
	clear:both;
}
/* Formulare */
label
{
	cursor:pointer;
}
textarea
{
	padding:2px;
}

/* Products */
a.productBox
{
	position:relative;
	display:block;
	float:left;
	width:200px;
	height:220px;
	margin:20px;
	background:#f3f3f3;
	padding:10px 10px 5px 10px;
	border:1px solid #393939;
	color:#393939;
	text-decoration:none;
}
a.productBox:hover
{
	color:#000;
	background:#DFF0FF;
	border:1px solid #0e4f8f;
	background:url('../images/design/productsHover.png');
}
a.productBox span 
{
	position:absolute;
	left:10px;
	bottom:0px;
}
