/* #########################################################################

Stylesheet für Artworkrebel V 2.0
Datei: screen.css
Datum: April 2008
Autor: Fortyone, Roger Burkhard
Copyright: all rights reserved

######################################################################### */


/* Kalibrierung der wichtigsten Abstände */

* { padding: 0; margin: 0; }


/* Grundformatierungen*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F1E9DE;
	background-image:url(../images/bg_enter.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*Hyperlinks*/

a:link {
	color: #7D7D7D;
	text-decoration: none;
}
a:visited {
	color: #7D7D7D;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #7D7D7D;
	text-decoration: none;
}


/* Überschriften*/

h1 {
	font-size: 15px;
	color: #000000;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-stretch:condensed;
	font-weight:bold;
}

/* Spezifische Klassen*/

#box {
	margin: 0px;
	width: 560px;
	height: 645px;
	background-image: url(../images/enter.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#enter {
	padding: 175 0 0 415;
}


