/* Global */

body {
	background-color: #1C1C1C;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}


/* Divs */

#main {
	width: 926px;
	height: 616px;
	border: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -463px; /* Die Hälfte der Breite im Minusbereich. */
	margin-top: -400px; /* Die Hälfte der Höhe im Minusbereich. */
	background-color:#1C1C1C;
	background-image: url(images/back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#head {
	float: left;
	width: 344px;
	height: 170px;
	border: 0;
	margin-top: 150px;
	margin-left: 290px;
}


#nav {
	float: left;
	width: 314px;
	height: 40px;
	border: 0;
	margin-left: 305px;
}

#content {
	float: left;
	width: 314px;
	height: 194px;
	border: 0;
	margin-top: 0px;
	margin-left: 305px;
}

#foot {
	float: left;
	width: 314px;
	height: 38px;
	border: 0;
	margin-left: 305px;
}

#copy {
	float: left;
	width: 314px;
	height: 20px;
	border: 0;
	margin-left: 305px;
	font-size: 9px;
	text-align: right;
	color: #000000;
}


/* Fonts */

.h1{
	font-size: 11px;
	font-weight: bold;
}

.h2{
	font-size: 11px;
	color: #12CD12;
	font-weight: bold;
	text-transform: capitalize;
}

.foot{
	color: #808080;
}

.show{
	text-decoration: blink;
}


/* Links */

a:link {
	color: #12CD12;
	text-decoration : none;
}

a:visited {
	color: #12CD12;
	text-decoration : none;
}

a:active {
	color: #000000;
	text-decoration : none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #12CD12;
}


/* Rollover */

a.srollover01 {
	display: block;
	width: 64px;
	height: 20px;
	float: left;
	background: url("images/myspace.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover01 {
	background-position: -64px 0;
}

a.srollover02 {
	display: block;
	width: 74px;
	height: 20px;
	float: left;
	margin-left: 10px;
	margin-right: 14px;
	background: url("images/minor.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover02 {
	background-position: -74px 0;
}