@charset "utf-8";
/* CSS für skull-media */



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.clear {
	clear: both;
}

/* Grundformatierung */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background-color: #666;
	height: 100%;
	width: 100%;
	line-height: 1.7em;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #CCC;	
}

a:active, a:hover {	
	text-decoration: none;
	color: #C39;	
}

h1, h2 {
	font-weight: bold;
	color: #C39;
	}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.6em;
}

p {
	margin-bottom: 0.5em;
}

/* umgebenes Element */

#wrapper {
	position: relative;
	height: 100%;
	width: 830px;	
	margin: auto;
}

#logo {
	background-image: url(images/imagemap.jpg);
	background-repeat: no-repeat;
	height: 430px;
	width: 557px;
	position: absolute;
	margin-top: -215px;
	margin-left: -207px;
	left: 50%;
	top: 50%;
}

#logo:hover{
	background-image: url(images/imagemap.jpg);
	background-repeat: no-repeat;
	height: 430px;
	width: 557px;
	position: absolute;
	margin-top: -215px;
	margin-left: -207px;
	left: 50%;
	top: 50%;
	background-position: 0px -430px;
}