*{
	text-rendering: optimizeLegibility;
}

body{
	width: 840px;
	margin: auto;
}
.header{
	font-family: "Times New Roman";
	position: static;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #000;
	font-size: 41px;
	text-shadow: #c0c0c0 3px 3px 3px;
}

.header a{
	color: #000;
	text-decoration: none;
}

span#slogan{
	font-size: 15px;
}

.menu{
	font-family: Verdana;
	border: dashed 1px #777;
	width: 170px;
	float: right;
	line-height: 120%;
	padding: 10px;
}

.menu #social{
	border-top: 1px dashed #bbb;	
	display: compact;
}

.menu ul{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu a{
	display: block;
	color: #000;
	padding: 0.2em;
	text-decoration: none;
}

.menu a:hover{
	color: #fff;
	background: #bbb;
}

.menustop a{
	display: inline;
}
.menustop a:hover{
	background: none;
	color: #000;
}

li.sub{
	padding-left: 20px;
	font-size: 13px;
}

li.sub2{
	padding-left: 40px;
	font-size: 12px;
}

.content{
	position: relative;
	font-family: Tahoma;
	border: dashed 1px #777;
	width: 600px;
	float: left;
	padding: 0 10px 10px 10px;
}

.content h1{
	font-size: 30px;
	padding-bottom: 3px;
	border-bottom: 1px solid #777;
	text-shadow: #c0c0c0 3px 3px 3px;
}

.content h2{
	font-size: 20px;
}

.content .hinweis{
	color: #000;
	background: #FFB1B9;
	padding: 2px 5px;
	border: 2px dashed #9D0202;
	font-size: 12px;
}
.content .hinweis big{
	font-size: 20px;
}

.content .news h2{
	border-top: 1px dashed #000;
}

.content .news p{
	text-align: justify;
}

.content a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #bbb;
}

.content span a{
	border-bottom: 0;
}

.content .subtitle{
	font-family: cursive;
	position: absolute;
	font-size: 13px;
	margin-top: -20px;
}

.content .inhalt{
	float: right;
	width: 160px;
	text-align: left;
	border: 1px dashed #ddd;
	padding: 10px;
	margin-left: 5px;
}

.content .inhalt ul{
	padding-left: 20px;
}

.content h3{
	font-size: 18px;
}

.content h3#i2p{
	position: relative;
	margin-top: -13px;
	margin-bottom: 8px;
}

.content #youtube{
	border: 1px dashed #777;
	padding: 10px;
	text-decoration: none;
	width: 250px;
	float: right;
}
.content #youtube img{
	border: none;
}

span.forward a{
	text-decoration: none;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #000;
	width: 50%;
}
span.back a{
	text-decoration: none;
	float: left;
	text-align: left;
	font-size: 10px;
	color: #000;
	width: 50%;
}

img{
	position: relative;
	padding: 3px;
	border: 1px dashed #bbb;
}
p.by{
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer{
	position: relative; 
	font-family: Verdana;
	clear: both;
	width: 100%;
	border-top: 1px solid #000;
	bottom: -30px;
	margin-bottom: 40px;
	font-size: 14px;
	text-align: right;
}

.footer a{
	color: #000;
	text-decoration: none;
}

.content pre{
	padding-left: 50px;
}

a.category{
	font-size: 20px;
	line-height: 35px;
}

span.description{
	font-size: 14px;
	padding-left: 10px;
}

.social{
	position: fixed;
	left: 85%;
	top: -15px;
}
.social:hover{
	top: 0px;
}
.social img{
	border: 0;
}
.banner{
	width: 100%;
	text-align: center;
}
.banner *{
	border: none;
}

#umfrage{
	font-family: Tahoma;
	border: dashed 1px #777;
	width: 827px;
	padding: 5px;
	margin-bottom: 10px;
}