* {
	padding: 0;
	margin:0;
}

body {
	position: relative;
	background: #000 url(../img/bgs/bild11.jpg) no-repeat center top;
	color: #fff;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin:0!important;
	
	font-size: 13px;
}

a {
	color: #fff;
}

a img {
	border: 0px none;
}

h1 {
	font-size: 15px;
	margin-bottom: 20px;
	color: #ccc;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

#homepageflash {
	position: relative;
	top:0;
	left:0;
}

#kontrast_box {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#warning {
	border: 1px solid #f00;
	background-color: #ffffcc;
	padding: 20px;
	color: #000;
	margin: 20px 0;
	font-weight: bold;
	font-size: 14px;
}

#warning a {
	color: #f00;
}

#snav {
	position: absolute;
	right: 0px;
	top: 70px;
	width: 420px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

#snav a {
	text-decoration: none;
	margin-left: 15px;
}

#snav a:hover {
	color: #ccc;
}

#content {
		background: #000 url(../img/bgs/content_bg.png) repeat;
		padding: 20px;
}

#footer {
	position: relative;
	padding: 0;
	height:60px;
	width: 960px;
	border-top: 1px solid #000;
	background: transparent url(../img/bgs/footer.png) repeat-x left ;
	

}

#footer p {
	margin: 0px auto;
	width: 922px;
	height: 40px;
	padding: 20px 0 0 0;
	text-align: right;
	font-size:11px;
	padding-right:20px;
	}
	
#footer a.social 	{
	float:left;
	height:19px;
	z-index:100000;
	margin-left:20px;
	margin-top:-5px;
	background-position:0 0px;
}
#footer #facebook{
	background: url(../img/sl_facebook_neu.png) 0 0;
	width:50px;
}
#footer #facebook:hover	{
	background-position:0 19px;
}
#footer #flickr{
	background: url(../img/sl_flickr_neu.png) 0 0;
	width:48px;
}
#footer #flickr:hover	{
	background-position:0 19px;
}
#footer #youtube{
	background: url(../img/sl_youtube_neu.png) 0 0;
	width:48px;
}
#footer #youtube:hover	{
	background-position:0 19px;
}
#footer #twitter{
	background: url(../img/sl_twitter_neu.png) 0 0;
	width:48px;
}
#footer #twitter:hover	{
	background-position:0 19px;
}

#like {
	background: url(../img/bgs/content_bg.png) repeat scroll 0 0 #000000;
	height:55px;
	margin:10px 15px 0 0;
	padding: 5px;
	position:absolute;
	right:0;
	top:0;
	width:260px;
	z-index:1000;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#like_google_plus {
	background: url(../img/bgs/content_bg.png) repeat scroll 0 0 #000000;
	height:55px;
	margin:10px 15px 0 0;
	padding: 5px;
	position:absolute;
	right:275px;
	top:0;
	width:auto;
	z-index:1000;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

