body 
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size: 62.5%; 
	/* 1em = 10px, 1.4em = 14px, 2.2em = 22px */
	background-color: #fff;
	background-image: url(bg.gif);
	background-repeat: no-repeat;	
}
img
{
	border:0;
}


/* --------- NUR Startseite -------- */

#logoStart {
 	position: absolute; 
	top: 31px;
	left: 119px;
}
#bannerStart {
	position: absolute;
	top: 180px;
	left: 0;
}
#contentStart {
	position: absolute;
	top: 255px;
	left: 0;
	width: 803px;
	height: 260px;
	background-color: rgb(235, 157, 0);
	color: #fff;
}

#contentStart p {  font-size: 1.2em;  margin-left: 330px; width: 440px; }
#contentStart a {  color: #fff; text-decoration:none;  }
#contentStart a:hover {  color: #fff; text-decoration: none;}
#contentStart p.bemerkung 
{
	margin-left: 305px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 30px; /* Der Abstand zu den Links Deutsch|Englisch */
}
#contentStart #lang {
	margin-left: 305px; 
  } 
#contentStart #fuss {
	margin-top: 40px; /* Der Abstand zu den Links Deutsch|Englisch */
	margin-left: 305px; 
	margin-bottom: 0;
  } 
#contentStart #fuss .left {
  float: left;
  width: 180px;
}

#contentStart #fuss .right {  
  	float: right;
	text-align:right;
	margin-right:25px;
	width: 180px;
}
