/* ++++++++++ STYLESHEET E-L-Z.DE / PYRAMEDIA 2009 / TIM R. GLOYSTEIN ++++++++++ */
@import url('../_css/reset.css');
@import url('../_css/navigation.css');

/* ++++++++++ ALLGEMEINES ++++++++++ */
html
 {
		overflow-x: hidden;
	}

body, html
 {
	 height:100%;
		width:100%;
	 font-family:Impact, Arial, sans-serif;
		color: #FFFFFF;
		background:url(../_images/background.png);

 }
/* ++++++++++ ENDE ALLGEMEINES ++++++++++ */



/* ++++++++++ LAYOUT ++++++++++ */
#container
 {
		position:relative;
		width: 999px;
		min-height: 2000px;
	 margin:0px auto;
  background:#FFFFFF;		
	}
	
#content
 {
		position: absolute;
		top: 650px;
		left: 20px;
		width:670px;
		z-index:50;
	}
	
#logo
 {
	 position:absolute;
		top:20px;
		left:495px;
	}
		
#image
 {
  position:absolute;
		top:140px;
		left:426px;
		width:999px;
		height:340px;
		z-index:0;
	}
	
#icon
 {
		position:absolute;
		left:424px;
		top:503px;
	}
/* ++++++++++ ENDE LAYOUT ++++++++++ */


/* ++++++++++ NAVIGATION ++++++++++ */
#navigation
 {
	 position:absolute;
		top:90px;
		left:20px;
	}
/* ++++++++++ ENDE NAVIGATION ++++++++++ */


/* ++++++++++ TEXTFORMATIERUNGEN ++++++++++ */	
h1
 {
		font-size: 16px;
		line-height: 18px;
  
	}
	
h2
 {
	 font-size:16px;
		line-height: 18px;
		font-weight:normal;
		text-transform: uppercase;
		margin: 0;
	}
	
h3
 {
	 font-size:12px;
		line-height: 18px;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 15px;
		margin-top: 25px;
	}
	
p
 {
  font-family:'Lucida Console', Monaco, monospace;
		font-size:14px;
		line-height:20px;
		margin-bottom:12px;
	}
	
.klein
 {
 font-size:9px;
	line-height:10px;
	}
	
a
 {
		text-decoration:underline;
  color:#FFF;
	}
	
a:visited
 {
		text-decoration:underline;
	}	
	
a:hover
 {
  text-decoration:none;
		color: #e3531f;
	}
	
a.no_underline
 {
		text-decoration: none;
	}
	
table
 {
		width: 100%;
		font-size: 20px;
		line-height: 24px;
		border-collapse:collapse;
		margin-top:-1px;
		margin-left: 1px;
	}
	
td
 {
		border: 2px solid #303414;
		padding:0;
		margin:0;
	}
	
.center
 {
		text-align:center;
	}
/* ++++++++++ ENDE TEXTFORMATIERUNGEN ++++++++++ */