/* Globale Elemente
============================================== */
body {
   	font-family: serif;
   	background-color: #e1ddd9;
   	color: #D50000;
   	padding: 0;
   	margin: 0;
  	}

P {
   	margin: 0.7em 1em;
   	}
	
#content {
	text-align: center;
	width: 500px;
	margin: 0 0 0 240px;
	padding: 300px 0 0 0;
	}

#left {
	/* allgemeine Regel für linken Rand */
	position: absolute;
	left: 0px;
	width: 50px;
	margin: 0px; 
	padding: 0px;
	}
	
#middle {
	/* allgemeine Regel für die Mitte */
	position: absolute;
	left: 0px;
	min-width: 500px;
	margin: 0px 50px 0px 50px;
	padding: 0px;
	}

#right {
	/* allgemeine Regel für rechten Rand */
	position: absolute;
	left: 0px;
	width: 50px;
	margin: 0px; 
	padding: 0px;
	}

#mobile {
	display: none;
	}


/* Links
============================================== */	
a:link,
a:visited {
  	border-bottom: 1px solid #D50000;
  	color: #D50000;
  	background: transparent;
  	text-decoration: none;
  	}

a:hover,
a:focus, /* focus ist für die Navigation mit der Tab-Taste (ausser IE) */
a:active {
	border-bottom: 1px solid #FF6633;
  	color: #FF6633;
  	background: transparent;
  	text-decoration: none;
  	}

a:link img,
a:visited img {
	border: #D50000 solid 0px;
	text-decoration: none;
	border-bottom: #D50000 solid 0px;
	background: transparent;
	}
	
a:hover img,
a:focus img,
a:active img {
	border: #ff6633 solid 0px;
	text-decoration: none;
	background: transparent;
	}


/* Überschriften
============================================== */
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: inherit;
	font-weight: bold;
	text-align: center;
}


/* Schatten der Bilder
============================================== */

DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
  	padding: 1px;
   	border-radius: 10px;
   	-moz-border-radius: 10px;
   	}

DIV.shadow {
  	background-color: #999999;
   	border: 1px solid #959595;
   	margin: 0px;
   	}
   
DIV.shadow2 {
   	background-color: #8e8e8e;  
	border: 1px solid #8e8e8e;
   	margin: 0;
   	}
   
DIV.shadow3 {
   	background-color: #aaa;
   	border: 0px solid #bebebe;
   	margin: 0;
   	}
   
DIV.shadow4 {
   	background-color: #bebebe;
   	border: 0px solid #e1ddd9;
   	margin: 0;
   	}
   
DIV.shadow5 {
   	float: left;
   	background-color: #e1ddd9;
   	border: 0px solid transparent;
   	margin: 0; 
   	}

DIV.shadow5 IMG {
   	border: 0px solid #666;
   	margin: -2px;
   	display:block;
   	position: relative;
   	top: -3px;
   	left: -3px;
   	-moz-opacity:0.50;
	filter: alpha (opacity=50);
   	}
  
/* Position der Bilder
============================================== */   
#box1 { 
	position: absolute; 
	top: 120px; 
	left: 150px; 
	width: 250px; 
	height: 150px; 
	z-index: 2; 
	}

#box2 { 
	position: absolute; 
	top: 190px; 
	left: 40px; 
	width: 250px; 
	height: 150px; 
	z-index: 1;
	}

#box3 { 
	position: absolute; 
	top: 50px; 
	left: 250px; 
	width: 250px; 
	height: 150px; 
	z-index: 3;
	}

#box4 { 
	position: absolute; 
	top: 5px; 
	left: 360px; 
	width: 250px; 
	height: 150px; 
	z-index: 4;
	}

#box5 { 
	position: absolute; 
	top: 50px; 
	left: 500px; 
	width: 250px; 
	height: 150px; 
	z-index: 3;
	}

#box6 { 
	position: absolute; 
	top: 120px; 
	left: 620px; 
	width: 250px; 
	height: 150px; 
	z-index: 2;
	}

#box7 { 
	position: absolute; 
	top: 190px; 
	left: 730px; 
	width: 250px; 
	height: 150px; 
	z-index: 1;
	}
	
#box8 { 
	position: absolute; 
	top: 400px; 
	left: 40px; 
	width: 250px; 
	height: 150px; 
	z-index: 1;
	}
	
#box9 { 
	position: absolute; 
	top: 400px; 
	left: 780px; 
	width: 250px; 
	height: 150px; 
	z-index: 1;
	}