body{
	background: url(/img/bg.jpg) no-repeat fixed #512d8f;
	color: #fff;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img.twitter{
	position: absolute;
	left: 620px;
	top: 20px;
}

img.stumble{
	position: absolute;
	left: 690px;
	top: 20px;
}

img.delicious{
	position: absolute;
	left: 760px;
	top: 20px;
}

img.facebook{
	position: absolute;
	left: 840px;
	top: 20px;
}

a.logo{
	display: block;
	width: 125px;
	height: 37px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(/img/logo.png);
	position: absolute;
	top: 27px;
	left: 20px;
}

img.slogan{
	position: absolute;
	left: 190px;
	top: 45px;
	width: 383px;
	height: 23px;
}

div.clear{
	clear: both;
}

div.abstand{
	height: 40px;
}

div#header{
	width: 100%;
	height: 89px;
	background: url(/img/header.png);
}

div#footer{
	width: 100%;
	height: 89px;
	background: url(/img/footer.png);
	text-align: center;
}

div.relative{
	position: relative;
}

div#footer img.innovatics{
	position: absolute;
	left: 200px;
	top: 10px;
}

div#footer img.trennlinie1{
	position: absolute;
	top: 12px;
	left: 300px;
}

div#footer img.trennlinie2{
	position: absolute;
	top: 12px;
	left: 564px;
}

div#footer p.copyright{
	position: absolute;
	top: 38px;
	left: 580px;
	opacity: 0.6;
	font-size: 13px;
}

div#footer p.partner{
	position: absolute;
	top: 14px;
	left: 580px;
	opacity: 0.6;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

div#footer p.partner a{
	color: #fff;
	font-weight: bold;
}

div#footer img.facebook{
	position: absolute;
	left: 320px;
	top: 50px;
}

div#footer img.twitter{
	position: absolute;
	left: 450px;
	top: 50px;
}

p.findus{
	position: absolute;
	left: 394px;
	top: 12px;
	font-size: 13px;
	font-weight: bold;
	opacity: 0.6;
}

div#header div{
	position: relative;
}

div.wrapper{
	width: 930px;
	margin: 0px auto;
	font-size: 13px;
}

div#popular{
	padding-top: 20px;
	padding-bottom: 20px;
}

div#popular ul li{
	float: left;
	margin-left: 9px;
	margin-right: 9px;
	width: 73px;
	height: 73px;
	background: #fff;
	border: 1px solid #fff;
}

div#popular ul li img{
	height: 73px;
	width: 73px;
}

div#popular h4{
	height: 26px;
	width: 127px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(/img/h_popular.png);
	margin-bottom: 21px;
}

div#latest{
	width: 630px;
	float: left;
}

div#latest h1{
	height: 26px;
	width: 127px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(/img/h_latest.png);
	margin-bottom: 21px;
}

div#latest ul li{
	display: block;
	width: 600px;
	height: 81px;
	margin-bottom: 16px;
	position: relative;
}

div#latest ul li img.pic{
	position: absolute;
	left: 20px;
	top: 16px;
	border: 1px solid #fff;
	height: 48px;
	width: 48px;
}

div#latest ul li img.quote_begin{
	position: absolute;
	left: 86px;
	top: 53px;
	width: 30px;
	height: 20px;
}

div#latest ul li img.quote_end{
	position: absolute;
	left: 554px;
	top: 10px;
	width: 30px;
	height: 21px;
}

div#latest ul li h2{
	position: absolute;
	left: 130px;
	top: 35px;
	font-size: 12px;
	font-family: Arial;
	width: 425px;
}

div#latest ul li h3{
	position: absolute;
	left: 85px;
	top: 14px;
	font-size: 15px;
	width: 425px;
}

div#latest ul li.hell h3{
	color: #000;
}

div#latest ul li.hell a{
	color: #000;
}

div#latest ul li.hell h2{
	color: #000;
}

div#latest ul li.dunkel{
	background: url(/img/bg_tweet_dunkel.png);
}

div#latest ul li.hell{
	background: url(/img/bg_tweet_hell.png);
}

div#browse{
	float: left;
	width: 300px;
	font-size: 0px;
}

div#browse div{
	background: url(/img/bg_browse.png);
}

div#browse div p{
	padding-left: 7px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 15px;
}

div#browse div ul{
	padding-left: 30px;
	font-weight: normal;
	font-size: 16px;
}

div#browse div ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

div#browse div ul li a:hover{
	text-decoration: underline;
}

div#browse h4{
	height: 26px;
	width: 127px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(/img/h_browse.png);
	margin-bottom: 21px;
}

div#admin{
	background:url(/img/admin_hell.png) repeat-y;
	color:#fff;
	width:930px;
	padding: 15px;
	margin: 0px auto;
	font-size: 14px;
	font-weight: bold;
}

div#admin input{
	padding: 3px;
}

#latest dl{
	background:url(/img/bg_tweet_hell.png);
	text-align:center;
}
#admin table{
	border-collapse:collapse;
	width:100%;
}
#admin table tr th,
#admin table tr td{
	border:1px solid white;
	border-collapse:collapse;
	text-align:center;
}
