/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

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

   
/* 1. Standards */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, input, form, object, textarea{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #969696;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

body {background: #202020;}

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


/* 2. Layout */

#Aussenhuelle {
	height: 600px;
	width: 900px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
	position: absolute;
}

#Aussenhuelle a, #Aussenhuelle #Flasher  {
	margin: 0 auto;
	height: 600px;
	width: 900px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

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


/* 3. Navigation */


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


/* 4. Content */


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


/* 5. Links */


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