body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:75.00%;
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-position:top;
    background-color: #cc3300;
    color:#fff;
    text-align: center;
    padding: 0;
}

h3 { font-size:133.33%;}


.page_margins { text-align:left; margin: 0 auto; }
.page_margins {
    min-width: 740px;
    width: 1000px;
}

.page {
    position: relative;
	z-index: 1;

}

#header {
	font-family: Verdana, "Times New Roman", Times, serif;
    font-weight: bold;
    color:#cc3300;
	font-size:200%;
	width:754px;
	margin: 5px 0 0 20px;
	position: absolute;
	z-index: 2;
}

#main {
    position: absolute;
	z-index: 2;
	top: 100px;
	width: 560px;
	padding:100px 0px 20px 50px;
}

#subblock{
    position: absolute;
	z-index: 2;
	top: 440px;
	left: 450px;
	width: 450px;
}

#subblock2{
    position: absolute;
	z-index: 2;
	top: 550px;
	left: 450px;
}

#flame{
    position: absolute;
	z-index: 2;
	top: 420px;
	_top: 420px;
	left: 900px;
}

#logo{
    position: absolute;
	z-index: 2;
	top: 410px;
	padding:0px 20px;
	left: 10px;
}

#logo2{
    position: absolute;
	z-index: 2;
	top: 410px;
	padding:0px 20px;
	left: 210px;
}

#impressum{
    position: absolute;
	z-index: 2;
	top: 20px;
	left: 860px;
}

#download{
    position: absolute;
	z-index: 2;
	top: 20px;
	left: 770px;
}

#sponsor{
    position: absolute;
	z-index: 2;
	top: 70px;
	left: 370px;
	color:#cc3300;
}


#flamefooter {
	position: absolute;
	z-index: 3;
	top: 590px;
	background-image: url("images/flames_large.gif");
    background-repeat: repeat-x;
    background-position:bottom left;
    width:997px;
    height:40px;
    left:3px;
}

#logoset{
        position: absolute;
        z-index:30;
        top: 120px;
        left:270px;
        width: 475px;
        height: 336px;
        padding: 10px;
        background-color: #FDDD00;
        border: 1px solid black;
        display:none;
}

#notiz{
        position: absolute;
        z-index:20;
        top: 120px;
        left:300px;
        width: 400px;
        height: 250px;
        padding: 10px;
        background-color: #FDDD00;
        border: 1px solid black;
        display:none;
}

#notiz table td, #logoset table td{
	font-family: Arial, Helvetica, sans-serif;
    font-size:75.00%;
    color:#000;
}


a { color:#cc3300; background:transparent; text-decoration:none; }
a:visited  { color:#cc3300; ; outline: 0 none;}

/* (en) maximum constrast for tab focus - change with great care */
/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
a:focus { text-decoration:underline; color:#cc3300; outline: 0 none;}
a:hover,
a:active { color:#cc3300; text-decoration:underline; outline: 0 none;}
