/*****************************/
/*** Standard HTML-Zeugs ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-color:#fcbc7c;
	
	
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}



/*****************************************/
/*** Einzelteile ***/
/*****************************************/


div#rahmen	{
		position: absolute;
		height: 661px;
		width: 801px;
		top: 20px;
		left: 50%;
		margin-left: -400px;
           	background-color:#fcbc7c;
           	background: url(background.jpg) 0 0 no-repeat; 
	   	background-position: center;
		}


div#topmenu	{
		text-align:center;	
		position: absolute;
		top: 98px;
		left: 101px;		
		}	


div#hallo	{
		text-align:center;	
		position: absolute;
		top: 130px;
		left: 300px;
		font-family: Arial,Helvetica; 
		font-size: 24px;
		font-weight:bold;
		}	


div#bild	{
		text-align:center;
		position: absolute;
		top: 180px;
		left: 210px;
		}	


div#info	{
		text-align:center;
		position: absolute;
		top: 230px;
		left: 320px;
		}	


div#copy	{
		text-align:center;	
		position: absolute;
		top: 660px;
		width: 801px;
		}	



