/* @group Resetting */
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0; 
		padding: 0; 
		border: 0;
	}
	
	a {
		outline: none;
	}
	
/* @end */

/* @group layer */

body {
	font: normal 14px/20px Arial, Helvetica, Geneva, sans-serif;
	color: #717878;
}

#header {
	width: 960px;
	height: 160px;
	border-bottom: 1px solid #abb0b0;
	position: relative;
	margin: 0 0 50px 0;
}

#sani {
	position: absolute;
	top: 0;
	left: 0;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
}

#contentwrapper {
	width: 960px;
	margin: 0 0 40px 0;
}

#content {
	float: left;
	width: 720px;
	margin: 0 0 0 auto;
}

#contentpadding {
	padding: 0 0 0 60px;
}

#footer {
	color: #eee;
	height: 70px;
	width: 920px;
	background-color: #abb0b0;
	padding: 10px 0 0 40px;
}

#footer p {
	font-size: 12px;
	width: 230px;
	float: left;
}

#footer p a:link,
#footer p a:visited {
	color: #eee;
}

#footer p a:hover{
	color: #fff;
}

/* @end */

/* @group Navigation */

#navigation {
	position: absolute;
	left: 30px;
	top: 130px;
	font-weight: bold;
	height: 31px;
	overflow: hidden;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	display: block;
	text-decoration: none;
	color: #717878;
	margin: 0;
	padding: 5px 10px 10px 10px;
}

#navigation ul li a:hover {
	color: #000;
}

#navigation ul li a.selected:link,
#navigation ul li a.selected:visited {
	color: #ec7404;
	border: 1px solid #abb0b0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	padding: 5px 9px 10px 9px;
	-moz-box-shadow: 0 3px 5px #7e7e7e;
	-webkit-box-shadow: 0 3px 5px #7e7e7e;
	box-shadow: 0 3px 5px #7e7e7e;
}

/* @end */

/* @group Subnavigation */

#subnavigation {
	float: left;
	width: 170px;
	margin: 0 auto 0 40px;
}

#subnavigation ul {
	list-style-type: none;
}

#subnavigation ul li {

}

#subnavigation ul li a:link,
#subnavigation ul li a:visited {
	display: block;
	text-decoration: none;
	color: #717878;
	font-size: 12px;
	margin: 0 0 12px 0;
}

#subnavigation ul li ul li a:link,
#subnavigation ul li ul li a:visited {
	padding-left: 25px;
}

#subnavigation ul li a:hover {
	color: #000;
}

#subnavigation ul li a.selected:link,
#subnavigation ul li a.selected:visited {
	color: #ec7404;
}

/* @end */

/* @group Clearing und Fixing */

.clear 	{
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* For modern browsers */.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* @end */

