@charset "UTF-8";
/*Navi*/
@font-face {
	font-family: 'Max';
	src: url('fonts/Max-Light.eot');
	src: local('Max-Light'), local('Max-Light'), url('fonts/Max-Light.otf') format('opentype');
	font-weight:lighter;
	font-style:normal;
}
/*Footer*/
@font-face {
	font-family: 'Max';
	src: url('fonts/Max-RegularItalic.eot');
	src: local('Max-RegularItalic'), local('Max-RegularItalic'), url('fonts/Max-RegularItalic.otf') format('opentype');
	font-style:italic;
	font-weight:normal;
}
/*Headlines*/
@font-face {
	font-family: 'Max';
	src: url('fonts/Max-BoldItalic.eot');
	src: local('Max-BoldItalic'), local('Max-BoldItalic'), url('fonts/Max-BoldItalic.otf') format('opentype');
	font-style:italic;
	font-weight:bold;
}
/*Bold*/
@font-face {
	font-family: 'MetaPro';
	src: url('fonts/MetaPro-Bold.eot');
	src: local('MetaPro-Bold'), local('MetaPro-Bold'), url('fonts/MetaPro-Bold.otf') format('opentype');
	font-weight:bold;
	font-style:normal;
}
/*Body*/
@font-face {
	font-family: 'MetaPro';
	src: url('fonts/MetaPro-Normal.eot');
	src: local('MetaPro-Normal'), local('MetaPro-Normal'), url('fonts/MetaPro-Normal.otf') format('opentype');
	font-weight:normal;
	font-style:normal;
}
/*Italic*/
@font-face {
	font-family: 'MetaPro';
	src: url('fonts/MetaPro-NormalItalic.eot');
	src: local('MetaPro-NormalItalic'), local('MetaPro-NormalItalic'), url('fonts/MetaPro-NormalItalic.otf') format('opentype');
	font-style:italic;
	font-weight:normal;
}


*{
	margin:0;
	padding:0;
	}
img{
	border:none;
	}
a{
	outline:none;
	}
html,body{
	width:100%;
	height:100%;
	background:url(Bilder/carbon_s.jpg);
	font-family:"MetaPro",Tahoma, Geneva,Verdana,Arial, sans-serif;
	font-size:14px;
	color:#222;
	}
strong{
	font-family:"MetaPro",Tahoma, Geneva,Verdana,Arial, sans-serif;
	font-weight:bold;
	}
em{
	font-family:"MetaPro",Tahoma, Geneva,Verdana,Arial, sans-serif;
	font-style:italic;
	}
#page {
	width:1000px;
	background:none;
	
	margin:auto auto;
	}
header{
	height:219px;
	width:1000px;
	display:block;
	}
.picture{
	background:url(Bilder/header.jpg) no-repeat;
	height:150px;
	width:1000px;
	}
.picture p{
	font-family:"Max","Lucida Sans Unicode","Lucida Grande",sans-serif;
	color:#fff;
	font-style:italic;
	margin:0;
	padding-right:30px;
	padding-top:75px;
	text-align:right;
	font-size:40px;
	text-shadow:0px 0px 5px #000;
	}
.navbar{
	background:url(Bilder/head.png) repeat-x;
	height:69px;
	width:1000px;
	float:left;
	}
.logo{
	float:left;
	margin:15px 0px 0px 50px;
	}
nav ul{
	list-style-type:none;
	float:right;
	}
nav li{
	float:left;
	}
nav a { 
	position: relative;
	background:url(Bilder/nav_sprite.png) no-repeat;
	width:118px;
	height:68px;
	display:block;
	line-height:68px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 5px #363636;
	font-family:"Max","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:lighter;
	}

nav a.aktiv{
	background:url(Bilder/nav_sprite.png) 0px -138px no-repeat;
	color:#363636;
	}
nav li.nojs a:hover{
	background:url(Bilder/nav_sprite.png) 0px -69px no-repeat;
	color:#363636;
	}

nav span.hover {
	display: block;
	opacity:0;
	position: absolute;
	top: 0;
	left: 0;
	height: 69px;
	width: 118px;
	background:url(Bilder/nav_sprite.png) 0px -69px no-repeat;
	line-height:69px;
	text-align:center;
	color:#363636;
	}
#primary{
	background:#fff;
	min-height:350px;
	width:950px;
	padding:25px;
	float:left;
	}
#primary a{
	text-decoration:none;
	color:#EC8000;
	}
#primary ul{
	list-style-type:none;
	}
article{
	width:570px;
	float:left;
	margin-right:10px;
	}
aside{
	width:360px;
	float:left;
	}
#img{
	padding:10px;
	background:#e2e2e2;
	border:1px solid #5B1A00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:300px;
	height:201px;
	margin:auto auto;
	display:block;
	}
footer{
	background:#EC8000;
	color:#eee;
	height:140px;
	font-family:"Max","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:italic;
	font-size:36px;
	padding:10px 0px 0px 5px;
	width:995px;
	float:left;
	}
h1{
	font-style:italic;
	font-weight:bold;
	font-size:20px;
	margin:0px 0px 16px 0px;
	color:#ec8000;
	font-family:"Max","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:24px;
	}
p{
	margin:16px 0px 16px 0px;
	line-height:16px;
	}
abbr{
	color:#5B1A00;
	font-family:"MetaPro",Tahoma, Geneva,Verdana,Arial, sans-serif;
	font-weight:bold;
	}
.highlight{
	color:#5b1a00;
	}
#tooltip {
	position: absolute;
	z-index: 3000;
	background:#e2e2e2;
	border:1px solid #5B1A00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 5px;
	opacity: 0.85;
	width:350px;
}
#tooltip h3 { 
	margin: 0;
	font-family:"Max","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	
	}
#tooltip div { 
	margin: 0;
	font-family:"Max","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:italic;
	font-size:14px;
	margin-top:8px;
	}
span.type{
	display:none;
	}
address{
	font-style:normal;
}
span.org{
	font-family:"Max","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:italic;
	font-weight:bold;
	}
span.claim{
	font-family:"Max","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:italic;
	}
dt{
	border:1px solid #EC8000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px;
	font-family:"Max","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:italic;
	font-weight:bold;
	margin-bottom:12px;
	}
dt:hover,dt.aktiv{
	background:#EC8000;
	}
dd{
	background:#e2e2e2;
	border:1px solid #5B1A00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px;
	font-family:"MetaPro-Normal",Tahoma, Geneva,Verdana,Arial, sans-serif;
	margin-bottom:12px;
	}
#img dt,#img dt:hover{
	padding:0;
	background:none;
	border:none;
	cursor:default;
	}
#img dd{
	display:none;
	}

footer a{
	color:#eee;
	font-size:18px;
	text-decoration:none;
	float:right;
	margin-right:10px;
}
footer a:hover{
	text-shadow:0px 0px 5px #000;
	}
fieldset{
	border:1px solid #ddd;
	padding:20px;
	}
label{
	display:block;
	}
input{
	width:380px;
	}
.ui-dialog{
	width:500px !important;
	}
.ui-dialog-content{
	height:530px !important;
	}
textarea{
	width:380px;
	height:200px;
	}
dt:hover a,dt.aktiv a{
	color:#FFF !important;
	}
dd ol{
	margin-left:15px;
	}
figcaption{
	visibility:hidden;
	}
/* IE Hacks */
* + html .picture{
	float:left;
	}
* + html .picture p{
	line-height:40px;
	}