/* CSS Base (c) mindhub.de */

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,
b,u,i,center,
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;font-size:100%;vertical-align:baseline;background:transparent;}
html, body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
a img{border:none;}

body {
	color: #555;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 150%;
	margin: 0 auto;
	width: 100%;
}
.padder {
	padding: 19px;
}
div#container {
	position: relative;
	width: 100%;
}
div#content {
	float: left;
	width: 100%;
}
div#content .padder {
	margin: 0 21% 19px;
	background: #fff;
}
div#content .one-column {
	border-right: 0 none;
	margin-right: 0;
}
div#content .left-menu {
	float: left;
	width: 170px;
}
div#content .main-column {
	margin-left: 190px;
}
#headwrapper {
	-webkit-box-shadow: rgba(0,0,0,0.33) 0px 1px 1px;
	-moz-box-shadow: rgba(0,0,0,0.33) 0px 1px 1px;
	box-shadow: rgba(0,0,0,0.33) 0px 1px 1px;
	margin:-20px auto 20px;
	padding-top:20px;
	overflow:hidden;
}
#header {
	padding-top: 25px;
	position: relative;
}
#header #branding {
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	padding:5px 15px;
}
#header #branding h1 {
	margin:0 0 8px;
}
#header #branding h1 a {
	font-size: 26px;
	text-decoration: none;
}
#header #branding h2 {
	font-size:16px;
	font-weight:normal;
	font-variant:small-caps;
	text-align:right;
}
#header #top {
	float: right;
	padding: 0 15px 8px;
	text-align: right;
	width: 25%;
}
#header #top h4 {
  font-weight: normal;
}
h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
#footline { float:right; font-size:11px; margin:3px 0; }
#footer {
	margin: 20px 0;
}
p {
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;
}
a { text-decoration:none; }
.accessibly-hidden {
	left: -999em;
	position: absolute;
}
hr {
	background-color: #e7e7e7;
	border: 0 none;
	clear: both;
	height: 1px;
	margin: 20px 0;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: left;
}
.clearboth {
	clear: both;
}

.more-link {
	display:none;
}
.info { margin-top:45px; }
.info h3 { margin-bottom:15px; }