a {
	color: #c50084;
	text-decoration: none;
}
a:visited {color:#c50084;}
a:hover {color: #850057;}
a:active { color:#c50084;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: auto;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
	text-align: right;
	font-weight: normal;
	color: #c50084;
	line-height: 16px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
	font-style: normal;

}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;

}

body {
	background-color:#000000;
}

#container {
	margin: 10 auto;
	height: 650px;
	width: 950px;
	background-color: #000000;
	

}
#header {
	position: absolute;
	height: 50px;
	width: 950px;
	margin: 10 auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 600px;
	z-index: 0;
	background-color: #FFFFFF;
	
	
}
#nav {
	position: absolute;
	height: 550px;
	width: 120px;
	margin: 10 auto;
	left: 0px;
	top: 100px;
	right: 830px;
	bottom: 0px;
	z-index: 1;
	background-color: #FFFFFF;
}
	
#text {
	position: absolute;
	height: 550px;
	width: 220px;
	margin: 10 auto;
	left: 120px;
	top: 100px;
	right: 610px;
	bottom: 0px;
	z-index: 2;
	background-color: #FFFFFF;
}

#bild {
	position: absolute;
	height: 550px;
	width: 610px;
	margin: 10 auto;
	left: 340px;
	top: 100px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	background-color: #FFFFFF;
	overflow: auto;
}

.h1 {
	color: #850057;
	
}