@charset "utf-8";
/* CSS Document */
html {
	background:#333;
}
body {
	margin:0px;
	font-family: Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:0.8em;
}
h1 {
	margin:0px;
	font-size:1.0em;
}
.content {
	margin: auto;
	margin-top:25px;
	padding-left:25px;
	height: 720px;
	width: 825px;
	background-color:#ffcc66;
	background-image:url(img/pictures/loth-news.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	border:solid 1px;
	border-color:#000;
}
.header {
	float: left;
	height: 100px;
	width: 100%;
}

.logo {
	float:right;
	width:200px;
	height:100px;
}

.tweet {
	clear:both;
	float:left;
	width:511px;
	height:140px;
	background-color:#ffcc66;
	background-image:url(img/twitter.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:5px;
	margin-top:-1px;
	border:2px solid #FFF;
}
.sub {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	height:120px;
	width:850px;
}
.bookmarks {
	float:right;
	padding-top:2px;
	height:15px;
	width:100px;
}
.wrapper {
}
.uberschrift {
	width: 492px;
	height: 20px;
	margin-top:30px;
	margin-bottom:auto;
	border:solid #FFF 1px;
	padding:15px;
	font-size:1.4em;
	color:#FFF;
	font-weight:bold;
}
.text {
	float:left;
	background-color:#FFF;
	padding-left: 25px;
	padding-top: 25px;
	padding-right:10px;
	height: 400px;
	width: 490px;
	display:block;
	overflow:auto;
}
#spacer {
	height:105px;
}
#news-archiv {
	clear:both;
	width:516px;
	height:13px;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:5px;
	color:#FFF;
	margin-bottom:-1px;
	border:2px solid #FFF;
	background-color:#999;
}
.navi {
	margin-left:535px;
	padding-top:20px;
	padding-left:5px;
	height: 300px;
	width: 200px;
	font-size:1.4em;
	color:#FFF;
	font-weight:bold;
}
.sub {
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:850px;
}
.copyright {
	float:left;
	padding-top: 3px;
	padding-left: 3px;
	height: 15px;
	width: 700px;
	font-size:0.8em;
	color:#FFF;
}
.bookmarks {
	padding-top:2px;
	float:right;
	height:15px;
	width:auto;
}
a.navilink:active {
	text-decoration:none;
	color:#FFF;
}
a.navilink:hover {
	text-decoration:none;
	color:#FFF;
}
a.navilink:visited {
	text-decoration:none;
	color:#FFF;
}
a.navilink:link {
	text-decoration:none;
	color:#FFF;
}
a:link {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
a:visited {
	text-decoration:underline;
	color:#000;
}
a:active {
	text-decoration:underline;
	color:#000;
}
.Calibri-Grau {
	color: #666666
}