/* css reset - makes the layout looking good in all browsers  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/*	font-size: 100%;*/
/*	font: inherit; */
/*	vertical-align: baseline;*/ }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
xol, ul {
	list-style: none; }

/* Main Styles */	
	
#wrapper{
	width:620px;
	margin:0 auto;
	margin-top:100px;
}

#nav {
	position:relative;
	width:620px;
	margin:0 auto;
}

ul#navigation {
	margin:0px auto;
	position:relative;
/*	width:auto;*/
	float:left;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	font-size:13px;
	line-height: 22px;
}


ul#navigation li {
	font-size:14px;
	float:left;
	text-align:left;
/*	display:inline;
	font-weight:bold;
	margin:0;
	padding:0;
	position:relative;
	text-decoration: none;
	border-top:1px solid #ffffff;
	border-bottom:2px solid #ffffff;*/
}

ul#navigation li a {
/*	padding:10px 25px; */
	padding-right:10px;
	margin-right:10px;
	color:#000000;
/*	text-shadow:1px 1px 0px #fff;*/
	text-decoration:none; 
	display:inline-block;
/*	border-bottom:8px solid #dadada;*/
/*	border-right:1px solid #fff;
	border-left:1px solid #C2C2C2;
	border-top:1px solid #fff;
	background: #fff;
	width:153px;*/

	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background:#f8f8f8;
	color:#4472c4;
	border-bottom-color:#2181be;
}

ul#navigation li:hover > a {
	background:#fff;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:210px;
	background:#f8f8f8;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 27px;
    left: 0px;
}

ul#navigation ul li ul {
    top: 0;
    left: 211px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:3px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding:0px 15px;
	color:#000000;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:180px;
}

ul#navigation li a.first {
	border-left: 0 none;
	letter-spacing:5px;
}

ul#navigation li a.mitte {
	letter-spacing:5px;
}

ul#navigation li a.last {
	border-right: 0 none;
	letter-spacing:5px;
	}

ul#navigation li a.last_rechts {
	border-right: 0 none;
	letter-spacing:5px;
	width:300px;
	margin-right:-9px;
	text-align: right;
}