/*
LAST CHANGE: 
24.10.2007 GS at iqment dot de. 
12.11.2007 JWA at iqment dot de. 
*/

html {		
	padding: 0;
	margin:0;
	width: 100%;
	height: 100%;
}

/* erstmal alles auf NULL setzten, um die Unterschiede zwischen den Browsern auszugleichen */

a, blockquote, caption, dd, dfn, div, dl, dt, fieldset, 
form, h1, h2, h3, h4, h5, img, label, legend, ul, li,
ol, p, samp, table, tbody, td, tfoot, th, thead, tr,  body	{
	font-size:100.1%;
	font-family: Verdana, Arial, sans-serif;
  	line-height:120%;
}

body  {
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0;
	font-size: 0.8em;	
	overflow: auto;
	color:#000;
	background-color: #FFCE00;	

}

h1  {
     font-size:  2.2em;
	 color: #FFFFFF;
	 margin: 0; 
	 padding:15px 0;
	 background-color: #000;
	 word-spacing:10px;
}
		
h2  {
      font-size:  1.3em;
      line-height: 1.8em;
	  color: #FFFFFF;

}

h3  {
	font-size : 1.1em;
	line-height: 1.1em;

}
.impressumtext {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
a {
	text-decoration: none;	
    color: #787878;
}
a:hover{
	text-decoration: underline;
}


.linkgrey {
	text-decoration: none;
	color: #787878;

}
#footerdiv{
	position: absolute; 	
	bottom:0px;
	left:50%;
	height:auto;	
	width:750px;
	margin-left: -375px;
	text-align: center;
	background-color: transparent;	
	padding-top:15px;
	white-space:nowrap;
	z-index:0;
	font-size : 0.7em;
	line-height: 0.7em;
	color: #777777;
}
#footerdiv_index{
	position: relative; 	
	bottom:0px;
	left:50%;
	height:auto;	
	width:750px;
	margin-left: -375px;
	text-align: center;
	background-color: transparent;	
	padding-top:15px;
	white-space:nowrap;
	z-index:0;
	font-size : 0.7em;
	line-height: 0.7em;
	color: #777777;
}

#div1 {
	position:absolute;
	top:65px;
	left:50%;
	width:270px;
	height:270px;
	margin-left: -135px; /* hälfte vom Logo */
	background: url(http://www.milano.de/database/kreis.gif) no-repeat left transparent;
	z-index:3;
}
#div2 {
	position:absolute;
	top:290px;
	left:50%;
	margin-left: -300px;
	width:270px;
	height:270px;
	background: url(http://www.milano.de/database/kreis.gif) no-repeat left transparent;
	z-index:1;
}
#div3 {
	position:absolute;
	top:290px;
	right:50%;
	width:270px;
	height:270px;
	margin-right: -300px;
	padding:0;	
	background: url(http://www.milano.de/database/kreis.gif) no-repeat left transparent;
	z-index:1;
}
.inhalt{
	position:relative;
	top: 40%;	
	width:200px;
	height:100px;
	padding:0;
	font-size : 1.8em;	
	color: #000;	
}
#text {
	position: absolute;
	top: 600px;
	left:50%;
	height:auto;
	width:750px;
	margin-left: -375px;
	text-align: justify;
	background-color: transparent;	
	padding:0;
	z-index:0;
	color: #777777;
}