@charset "UTF-8";
/* CSS Document */

p{
margin:0;
padding:0;
}

h1 {
	font-size:18px;
	line-height: 22px;
	margin-bottom: 6px;
	font-weight:normal;
	font-family:'Cantarell',arial,serif;
	color:#FFFFFF;	
}

h2 {
	font-size:15px;
	line-height: 18px;
	margin-bottom: 4px;
	font-weight:normal;
	font-family:'Cantarell',arial,serif;
	color:#FFFFFF;	
}

h3 {
	font-size:18px;
	line-height: 22px;
	margin-bottom: 6px;
	font-weight:normal;
	font-family:'Cantarell',arial,serif;
	color:#FFFFFF;	
}

a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}



img {
	border: 0px #ffffff solid;
	margin-right:10px;
}

#imgcart img {
	border: 1px #ffffff solid;
	margin-right:10px;
}
	
	
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #ffffff;
}

#container {
	width: 915px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 915px;
	height: 134px;
	background: url(images/header.jpg) no-repeat;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}

#menu {
	position: absolute;
	height: 20px;
	width: 500px;
	top: 101px;
	left: 199px;
}

#content {
	padding-top: 20px;
	float:left;
	width: 915px;
}

#links {
	float:left;
	width: 619px;
	min-height: 250px;
	padding: 15px 40px 0 0;
}

#rechts {
	float: left;
	width: 215px;
	border-left: 1px solid #ffffff;
	padding: 15px 0 0 40px;
}

#rechts1 {
	
	
}

#rechts img {
border:none;
}
#rechts2 {
	

}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp*/

#navcontainer {
	display:block;
	clear:both;
	padding:0px;
	float: left;
	z-index:100;
	position:relative;
	height: 15px;
	width: 900px;
	color: #fff;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
}

/* Header menu */
#header_menu {position: absolute; }
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	float:left;
	height: 27px;
	border: 0;
	padding-left: 20px;
	z-index:90;
	position:relative;
}
#nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: auto;
	
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

/* Root Level Link Formatting */
#nav ul li {float: left; color: #04adef; text-align: center; font-weight: normal; font-family: 'Cantarell', arial, serif; font-size: 16px; height:50px;}
#nav ul li a {
	font-size:16px;
	color:#ffffff;
	padding:5px 9px 10px;
	height:16px;
	display:block;
	text-decoration:none;}

/* Root Level link hover */
#nav ul li a:hover, #nav a.menu-current {
	font-size:16px;
	color:#ffffff;
	padding:5px 9px 10px;
	height:16px;
	display:block;
	border-bottom:1px solid #FFF;




}
#nav a.menu-parent { 
font-size:16px;
	color:#ffffff;
	padding:5px 9px 10px;
	height:16px;
	display:block;
	border-bottom:1px solid #FFF;
}

/*Current page Customisations*/
#nav a.menu-current		{
	font-size:16px;
	color:#ffffff;
	padding:5px 9px 10px;
	height:16px;
	display:block;
	border-bottom:1px solid #FFF;
}

/* 2nd Child menu */
#nav .menu li ul {
position: absolute; 
height: auto; 
width: 215px; 
display: none; 
color: #00aeef; 
text-decoration: none;
font-weight: 600; 
font: 14px 'Cantarell', arial, serif; 
letter-spacing:0.02em; 
outline:none; 
z-index: 9999; 
padding-bottom: 10px; 
background: #000000;
height: auto; border: none;
border:1px solid #ffffff;
margin-top:-1px;
}

#nav .menu ul li a {
	color: #00aeef; 
}
	 

#nav .menu li ul .ulbot {
    font-size: 2px;
    height:1px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 215px;
}

#nav .menu li ul li {width: 215pxpx; text-align: left; font-weight: bold; margin: 0; padding: 0; border: none; height: auto; }
#nav .menu li ul li a {border: none; width: 185px; font-size:13px; color: #fff; font-weight: normal; line-height:15px; padding: 11px 15px; border: none;}



/* 3 up Child menu */
#nav .menu li ul li ul {margin: 0px 0 0 -1px; z-index: 9999;}


/* 2nd Child link hover */
#nav .menu li ul li a:hover {background: #999999; border: none; width: 185px; font-size:13px; color: #fff; font-weight: normal; line-height:15px; padding: 11px 15px; border: none;}
#nav .menu li ul li a.menu-parent {background: #999999; border: none; width: 185px; font-size:13px; color: #fff; font-weight: normal; line-height:15px; padding: 11px 15px; border: none;}
#nav .menu li ul li a.menu-current {background: #999999; border: none; width: 185px; font-size:13px; color: #fff; font-weight: normal; line-height:15px; padding: 11px 15px; border: none;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}