﻿2015-2015-CSS design by Piranha Fanart Portal

*{
	padding: 0px;
	margin: 0px;
	
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	
	min-height: 1000px;
}

body > div
{
	
	min-width: 798px;
		
	background-image: url(../img/stuffbackground.jpg);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: top center;
}

body > div > div
{
	width: 798px;
	height: 1000px;
	
	margin: 0 auto;
	
	background-image: url(../img/content2.jpg);
	background-repeat: no-repeat;
	background-position: center 169px;
	
	position: relative;
}

body > div > div > a
{
	display: block;
	
	position: absolute;
	text-decoration: none;
}

/* Allgemeine Links */
#linkteilnahme
{
	top: 210px; 
	left: 630px; 
	width: 165px; 
	height: 50px;
}

#linkhome
{
	top: 228px; 
	left: 95px; 
	width: 165px; 
	height: 50px;
}


/* Start-Seite */
#linknicolaus
{
	top: 80px; 
	left: 660px; 
	width: 120px; 
	height: 50px;
}

#linkPreise
	top: 210px; 
	left: 630px; 
	width: 165px; 
	height: 50px;
}

#linkWoche
{
	top: 193px; 
	left: 448px; 
	width: 165px; 
	height: 68px;
}

#link2Woche
{
	top: 395px; 
	left: 622px; 
	width: 165px; 
	height: 68px;
}

#linkMail
{
	top: 649px; 
	left: 0px; 
	width: 345px; 
	height: 38px;
}

/* Teilnahme Seite */
#teilnahme
{
	background-image: url(../img/teilnahmebedingungen.jpg);
}

#teilnahmeHeader
{
	position: absolute;
	left: 333px;
	top: 144px;
	width: 261px;
	height: 64px;
	
	background-image: url(../img/teilnahmebedingung_title.jpg);
}

/* Preis Seite */
#preise
{
	background-image: url(../img/stuffbackground.jpg);
}

#preise > div
{
	background-image: url(../img/stuff.jpg);
}