/* Seiteneigenschaften */

body {
	background-image: url(../clips/game-black.jpg);
}


/* AdressFooter */

.AddressFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6D4C05;
}

A.AddressFooter:link {
    color: #6D4C05;
    text-decoration: none;
}

A.AddressFooter:visited{
    color: #6D4C05;
    text-decoration: none;
}

A.AddressFooter:hover{
    color: #6D4C05;
    text-decoration: underline;
}


/* Copyright-Zeile */

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #F1DCAF;
}

A.Copyright:link {
	color: #F1DCAF;
    text-decoration: none;
}

A.Copyright:visited{
	color: #F1DCAF;
    text-decoration: none;
}

A.Copyright:hover{
	background-color: #000000;
	color: #F1DCAF;
    text-decoration: underline;
}


/* Sub-Navigation */

A.Nav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #805813;
    text-decoration: none;
}

A.Nav:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #805813;
    text-decoration: none;
}

A.Nav:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #805813;
    text-decoration: underline;
}

/* Navigation für Buttons */
A.buttons:hover{
	background-color: #000000;
    text-decoration: none;
}


/* Links allgemein */

A:link {
	color: #8C2806;
	font-weight: bold;
}

A:visited {
	color: #8C2806;
	font-weight: bold;
}

A:hover{
	color: #8C2806;
	font-weight: bold;
	background-color: #DFBF7D;
}


/* Textformatierung */

.Titel1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #805813;
}
.Titel2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #805813;
}
.Titel3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #805813;
}
.TextStandard {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #583613;
}

.TextKlein {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
	color: #583613;
}

