#Banner {
	position:absolute;
	left:10px;
	top:10px;
	width:530px;
	height:60px;
	z-index:1;
}
#Menue {
	position:absolute;
	left:748px;
	top:100px;
	width:100px;
	height:200px;
	z-index:2;
}
#Inhalt {
	position:absolute;
	left:10px;
	top:100px;
	width:730px;
	height:311px;
	z-index:3;
}
#Infobox {
	position:absolute;
	left:540px;
	top:20px;
	width:180px;
	height:90px;
	z-index:4;
}
#Sprache {
	position:absolute;
	left:748px;
	top:40px;
	width:100px;
	height:24px;
	z-index:5;
}
body {
	background-image: url(bilder/Hintergrund.jpg);
}
a {
	color: #000000;
	text-decoration:underline
}
a:link { text-decoration:underline; }
a:focus { text-decoration:line-through; }
a:hover { text-decoration:underline; }
/*a:active { text-decoration:line-through; }*/


/*Social Bookmarks*/
.shareBlock {
/*	background: url(teilen.png) no-repeat 0 50%;*/
	clear: both;
/*	margin: 0 0 20px -17px;
	padding: 3px 0 5px 100px;*/
	width:150px;
}
.twitterLink, .facebookLink, .wongLink {
	background-image: url(bilder/social-icons.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
}
.facebookLink {background-position: 0 0}
.twitterLink {background-position: 0 -50px}
.wongLink {background-position: 0 -100px}

