/* Reset */
html,body,div,img,h1,h2,h3,h4,h5,h6,p,a,ol,ul,li{
	border:0;
	color:#000;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:400;
	list-style:none;
	margin:0;
	outline:0;
	text-decoration:none;
	padding:0
}
body{
	line-height:1
}

/* Font und Clear */
@font-face {
	font-family: 'colab';
	src:url('colab.eot');
	src:url('colab.eot?#iefix') format('embedded-opentype'), url('colab.woff') format('woff'), url('colab.ttf') format('truetype'), url('colab.svgz#') format('svg'), url('colab.svg#') format('svg');
	font-weight:400;
	font-style:normal;
}
.clear{
	clear:both !important;
	float:none !important;
}

/* Design */
html,body {
	font:colab, Arial, sans-serif;
	background-color:#c1c1c1;
}
#site{
	position:relative;
	margin:0 auto;
	width:1020px;
	margin-top:50px;
}
#header{
	width:1020px;
	height:400px;
}
#menue {
	height:50px;
	margin-top:-49px;
	margin-left:80px;
}
#menue ul {
	margin-left:10px;
}
#menue li {
	border:1px solid #c7c7c7;
	float:left;
	margin-right:5px;

	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;

	background-color:rgba(255,214,94, 0.4);
	color:rgba(255,214,94, 0.4);
	-pie-background:rgba(255,214,94, 0.4);

	behavior:url(css/PIE.htc);
	position:relative;
	z-index:40;
}
li#current, #menue li:hover{
	border-bottom: 1px solid #fff;
	border-top-color:#e7ff32;

	background: #ffd65e;
	background: -moz-linear-gradient(top, #ffd65e 0%, #ffd65e 80%, #febf04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(80%,#ffd65e), color-stop(100%,#febf04));
	background: -webkit-linear-gradient(top, #ffd65e 0%,#ffd65e 80%,#febf04 100%);
	background: -o-linear-gradient(top, #ffd65e 0%,#ffd65e 80%,#febf04 100%);
	background: linear-gradient(top, #ffd65e 0%,#ffd65e 80%,#febf04 100%);
	-pie-background: linear-gradient(top, #ffd65e 0%, #ffd65e 80%, #febf04 100%);

	behavior:url(css/PIE.htc);
	position:relative;
	z-index:50;
}
#menue a {
	display:block;
	padding:16px 15px;
}
#menue_active{
	background: #ffd65e;
	border-bottom:none;

	background: -moz-linear-gradient(top, #ffd65e 0%, #ffd65e 80%, #febf04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(80%,#ffd65e), color-stop(100%,#febf04));
	background: -webkit-linear-gradient(top, #ffd65e 0%,#ffd65e 80%,#febf04 100%);
	background: -o-linear-gradient(top, #ffd65e 0%,#ffd65e 80%,#febf04 100%);
	background: linear-gradient(top, #ffd65e 0%,#ffd65e 80%,#febf04 100%);
	-pie-background: linear-gradient(top, #ffd65e 0%, #ffd65e 80%, #febf04 100%);

	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius:5px 5px 0 0;

	behavior:url(css/PIE.htc);
	position:relative;
	z-index:50;
}
#content{
	width:900px;
	margin-left:60px;

	background-color:rgba(255,214,94, 0.4);
	color:rgba(255,214,94, 0.4);
	-pie-background-color:rgba(255,214,94, 0.4);

	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;

	behavior:url(css/PIE.htc);
	position:relative;
	z-index:20;
}
p{
	padding:20px 20px;
	line-height:1.4em;

	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;

	behavior:url(css/PIE.htc);
	position:relative;
	z-index:50;
}
#impressum{
	float:right;
	margin-top:20px;
	margin-right:80px;
	font-size:0.7em;
	margin-top:20
}
.impressum_pic{
	margin:20px;
}
