@charset "ISO-8859-1";

/* Farben
=========================================
GDP-Rot: #E60004 



*/



/* Global Reset
=========================================*/
* {
	margin: 0px;
	padding: 0px;
}



/*Mit dieser Regel wird der Raum ausserhalb des Wrappers auf schwarz gesetzt
==============================================================================*/
html {
	background-color:#000
}


/* Grundlegende Definitionen fuer Links
============================================ */
a, img {
	text-decoration: none;
	border-color: #000;
}

a:link {
	color: #E60004;
}

a:visited {
	color: #E60004;
}

a:focus {
	color: #E60004;
	outline: none;	
}

a:hover {
	color: #E60004;
}

a:active {
	color: #E60004;
	outline: none;
}




/* Layout-Boxen
============================================ */

#wrapper {
	background-color: #000;
	height: 600px;
	width: 960px;
	margin-left: auto;
	margin-right:auto	
}

#header {
	height: 100px;
	width: 960px;
	background-color:#000;
	margin-top: 20px;
}

#main-nav {
	height: 30px;
	width: 960px;
	background-color:#CCC;
}
	

#content {
	height: auto;
	width: 960px;
	background-color: #000;
}

#image-box {
	width: 460px;
	height: auto;
	/*margin-left: auto;
	margin-right: auto;*/
	background-color: #000;
}

#footer {
	width: 960px;
	height: 40px;
	margin: 20px 0px 0px 0px;
	font-size: 0.7em;
}



/* Grundlegende Schrift-Definition für body
============================================ */
body {
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.7em;
	font-family: Verdana, Arial, sans-serif;
}



/* Klassen
============================================ */
.pictures-front {
	margin: 5px;
}



/* Definitionen fuer Formular
=============================================*/
fieldset {
	border-style: none;
}