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

body {
	background:#DDD /*url(img/bg.jpg) no-repeat fixed top left*/;
	/*background-size:100%;*/
	color:#212121;
	font-family:Arial, Helvetica, sans-serif;
}

ul,li,a{
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding:0px;
}

a{
	color:#6CF;
}

p{
	padding:20px;
}

#main{
	width:960px;
	padding:0px;
	margin:30px auto;
}

.nav{
	background:#333;
	height:25px;
	margin-top:10%;

}


.nav ul{
	width:960px;
	padding-left:25px;
}

.nav li{
	padding:5px 10px;
	float:left;
	font-size:0.75em;
	text-align:center;
	border-left:#888 solid;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	
}

.nav a{
	color:#ffffff;
}

.btn0 a:hover{
	color:#3CF;
}

.btn1 a:hover{
	color:#F69;
}

.btn2 a:hover{
	color:#6C6;
}

.btn3 a:hover{
	color:#FC0;
}

.btn4 a:hover{
	color:#39C;
}

.nav2 {
	color:#333;
	font-size:0.6em;
	margin:10px 0px;
	padding:5px;
	width:190px;
	text-align:right;
	float:right;
}

.nav2 a{
color:#333;
}

.nav2 a:hover{
	color:#AAA;
}

#header{
	width:960px;
	padding:0px;
	margin-top:20px;
	color:#F1F1F1;
	margin-bottom:30px;
}

.headerText{
	float:right;
	background:#333;
 	width:320px;
	height:480px;	
}

.headerText p{
	font-family: 'Nunito', sans-serif;
	font-size:0.8em;
	color:#F1F1F1;
	line-height:1.55em;
	padding-bottom:5px;
}

.headerText h1{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:lighter;
	font-size:3.5em;
	padding:0px 20px;
	margin-top:20px;
	color:#6CF;
}

.headerText h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding:0px 20px;
	margin-top:-40px;
	font-weight:normal;
}

.biography a{
	color:#F1F1F1;
}

.biography a:hover{
	color:#777;
	text-decoration:underline;
}

.icons {
float:left;
margin-left:0px;
width:42px;
padding-top:2px;
}

.headerslider{
	background:#333;
	float:left;
	width:640px;
	height:480px;
	margin:0px;
	padding:0px;
}

.content{
	background:#333 url(images/logo2_news.png) right top no-repeat;
	float:left;
	width:960px;
	margin:0px;
	padding:0px;
}

.content h1{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:lighter;
	font-size:2.5em;
	padding:0px 20px;
	margin-top:20px;
	color:#6CF;
}

.post h2{
	font-size:0.7em;
	font-weight:normal;
	font-style:italic;
	margin:0px 20px;
	color:#CCC;
}

.post p{
	margin-top:-15px;
	font-size:0.8em;
	line-height:1.5em;
}

.post {
	margin-bottom:20px;
	width:640px;
	border-bottom:dotted #666;
	border-width:1px;
	margin-left:20px;
}

.post img{
	margin:0px 20px 20px;
}

.post ul{
	margin-top:-30px;
}

.post li{
	list-style:circle;
	margin-bottom:20px;
	margin-left:40px;
	font-size:0.8em;
	width:500px;
	line-height:1.5em;
}

.post a{
	text-decoration:none;
}

.post a:hover {
	filter:alpha(opacity=70); /* IE */
	opacity:0.7; /* allgemein */
	-moz-opacity:0.7; /* Mozilla */
	-khtml-opacity:0.7; /* KTHML */
	-opera-opacity:0.7; /* Opera */
}

.btn a{
	text-decoration:none;
}

.tanzer {
	width:280px;
	paddings:10px;
	text-align:left;
	float:left;
	margin-bottom:30px;
}

.tanzer p{
}

.tanzer img{
	margin:10px;
}

.tanzer h2{
	font-size:1.5em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:lighter;
	color:#6CF;
}

.tanzer:hover {
	background:#444;
}

.tanzer a{
	text-decoration:none;
	color:#F1F1F1;
}
.btn {
	margin-bottom:20px;
}

.btn a{
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	color:#6CF; 
	font-weight:normal; 
	margin:10px;
	padding:10px;
	width:110px;
	font-size:1.2em;
	
}

.btn a:hover {
	background:#444;
}


/* NIVO SLIDER */

#slider {
    float:right;
    width:640px; /* Change this to your images width */
    height:480px; /* Change this to your images height */
    background: #FFF url(images/loading.gif) no-repeat 50% 50%;
	display:block;
	margin-top:0px;
	
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
	position:absolute;
	right:-3px;
	bottom:-28px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
	visibility:hidden;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
