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


/*reset
############################################################################*/
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;
	outline:0;
	vertical-align:baseline;
}
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;	
}


/*html5
############################################################################*/
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}


/*body
############################################################################*/
html {
	height:101%;
}
body {
	font:90%/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#666;
	padding:0 0 1px 0;
}


/*typosatz
############################################################################*/
h1 {
	padding:25px 10px 12px 0;
	margin:0 0 25px 0;
	font-size:1.1em;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:9px;
	background:#29e06a url(../img/logo_weiss.png) 488px center no-repeat;
}
h2 {
	padding:3px 0 15px 3px;
	margin:0 0 15px 0;
	letter-spacing:3px;
	color:#fff;
	font-size:1em;
	text-transform:uppercase;
	background:#f3c;
}
h3 {	
	font-size:1em;
	margin:30px 0 15px 0;
}
h4 {
	font-size:1em;
	margin:0 0 15px 0;	
}
p {
	margin:0 0 15px 0;
	line-height:1.4em;
}
table {
	margin:0 0 15px 0;
	line-height:1.4em;
}
p + ul {
	margin-top:-13px !important;
}
h4 + p {
	margin-top:-14px !important;
}


/*class
############################################################################*/
.left {
	float:left;
	display:block;
}
.right {
	float:right;
	display:block;
	margin:20px 0 0 0;
}
.clear {
	clear:both;
}
.underline {
	text-decoration:underline;
}
.marginbottom {
	margin:0 0 1px 0;
}
.bar {
	background:#f3c;
	height:18px;
	margin:0 0 8px 0;
}
.pink {
	background:#f3c;
	color:#fff;
	padding:5px 5px 5px 3px;
	font-weight:bold;
	margin:30px 0 8px 0;
	letter-spacing:0.25em;
}


/*layout
############################################################################*/
#container {
	margin:80px auto;
	width:779px;
	font-size:0.9em;
	border:1px solid #ccc;
}
#content {
	margin:48px 18px 15px 270px;
	min-height:280px;
	font-size:0.9em;
}
#content ul {
	margin:0 0 15px 30px;
}
#content ul li {
	margin:0 0 2px 0;
	list-style:disc;
}
#content a {
	color:#f3c;
}
#content a:hover {
	color:#29e06a;
}


/*header
############################################################################*/
#header {
	padding:24px 0 0 0;
	margin:0 0 15px 0;
	text-align:right;
	font-size:0.9em;
	letter-spacing:1px;
	border-bottom:3px solid #29e06a;
}
#header p {
	padding:0 18px 0 0;
	margin:0 0 12px 0;
	font-weight:400;
	color: #333;
}


/*nav
############################################################################*/
#nav {
	float:left;
	margin:100px 0 40px 18px;
}
#nav li {
	margin:0 0 10px 0;
}
#nav li a {
	text-transform:uppercase;
	color:#f3c;
	letter-spacing:5px;
	font-size:0.9em;
}
#nav li a:hover,
#nav li a:active,
#nav li a.current {
	color:#29e06a;
}


/*footer
############################################################################*/
#footer {
	padding:8px 0;
	clear:both;
	border-top:3px solid #29e06a;
	text-align:center;
}
#footer p {
	line-height:1.2em !important;
	letter-spacing:2px;
}
