@charset "UTF-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	background: #1C2127 url(../img/bg.jpg) repeat-x;
	color:white
}
/* 
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}
.footer, .push {
	height: 30px;
}
.footer{
	background:black;
	line-height:30px;}
	
*/

.footer {
    position:fixed;
    bottom:0px;
    background:#000;
    text-align:center;
    padding:0 10px;
    width:100%;
	
}

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

* html .wrapper {
    padding:0;
    height:95%;
    overflow:auto;
}

* html .footer {
    background:#000;
    height:5%;
    text-align:center;
    padding-top:1%;
}

.footer .navi{
	width:955px;
	margin:0 auto;}
	
#main{
	width:950px;
	margin:0 auto;}


.quote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	float: left;
	width:762px;
	text-align:center;
	padding-top:70px;
	padding-bottom:10px;
	
	
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:22px;
	padding-bottom:15px;
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
	
}

h2 {
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	clear:both;
}
h2 a{
	text-decoration:none;
	color:#ddd;
	display:block;
	border: gray dotted 1px;
	padding:5px 10px;
	}
h2 a:hover{
	background:#D800FF;
	}
.navi {
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:right;
	width:955px;
}
.navi a {
	text-decoration:none;
	color:white;
}
.logo {
	float: left;
	padding-top:20px;
}


img.lightbox{ padding:1px; background:white; border:0; margin:0 10px 10px 0}
img.frame{ padding:1px; background:white; border:0; margin:0 10px 10px 0}

#main a{ color:#fff}

#sidebar{
	float:left;
	width:190px;
	
	}
.content{
	float:right;
	
	width:694px;
	padding:0 10px}
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	}
#sidebar li{ line-height:30px;}
#sidebar ul ul{
	padding-left:10px;
	font-size:12px;
	list-style:none
	}
#sidebar a{
	text-decoration:none;
	color:white;}
	
	hr{display:none}
	
.readmore{
	display:block;
	width:100px;
	height:25px;
	background:url(../img/readmore.png) no-repeat;
	text-decoration:none;
	margin-top:10px;}
#white{
	
	z-index:1000;
	width:100%;
	height:100%;
	background:white;
	position:absolute;
	top:0;
	left:0;
	display:none;}
#white #close{}

.action{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	float: left;
	width:762px;
	text-align:center;
	
	
}
.action p{
	margin:0;
	padding:0}
p{
	margin:0;
	padding:0}
p.blogtitle{
	padding-bottom:30px;}
