BODY {	
	background-color: #A52A2A;
	margin: 0px;
	text-align: center;
	padding-bottom: 10px;
	/*overflow: scroll-right; */ 
}
			
a:link	   	{color: #c0c0c0; text-decoration: underline;}
a:visited  	{color: #c0c0c0; text-decoration: underline;}
a:hover    	{color: #ffffff; text-decoration: underline;}

p {
	margin: 0px 0px 10px 0px;
	font-family: Arial,Verdana,Georgia,Tahoma; 
	font-size: 10pt; 
	color: #c0c0c0; 
	text-align: left;
}

.img		{border: 0px;}
p.bild		{margin-bottom: 20px;}

h1 {
	margin: 0 auto; 
	margin-left: 0px;
	margin-bottom: 1px;
	text-align: left; 
	padding: 3px 0xp 1px 0px;
	height: 17px; 
	color: #FFA500; 
	font-family: "Trebuchet MS", Georgia,Verdana,Arial,Tahoma; 
	font-size: 14pt; 
	font-weight: bold;
	text-decoration: underline 20px;
}
			
h2 {
	margin: 0 auto; 
	margin-left: 0px;
	text-align: left; 
	padding: 3px 0xp 1px 0px;
	color: #FFA500; 
	font-family: "Trebuchet MS", Georgia,Verdana,Arial,Tahoma; 
	font-size: 14pt; 
	font-weight: bold;
	text-decoration: underline 20px;
}

div.main  {
	width: 800px;
	margin: 0px auto;
	margin-top: 30px;
	float: center;
	text-align: left;
}
			
div.row1 {
	background: url(title.png);
	width: 570px;
	margin-left: 115px;
	margin-right: 115px;
	height: 170px;
	float: left;
}				
			
div.row2 {
	width: 800px;
	float: left;
	padding: 10px 0px 60px 0px;
	text-align: center;
}
	
div.row3 {
	width: 800px;
	float: left;
	margin: 0px 0px 0px 0xp;
	padding: 25px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #808080;
}
	
div.row4 {
	width: 800px;
	float: left;
	margin: 0px 0px 0px 0xp;
	text-align: center;
	border-top: 1px solid #808080;
}

div.row4 p {
	margin-top: 1px; 
	margin-bottom: 10px; 
	font-family: Verdana,Georgia,Tahoma,Arial; 
	font-size: 10pt; 
	color: #808080; 
	text-align: left;
}

div.row4 a:link	   	{color: #808080; text-decoration: underline;}
div.row4 a:visited  	{color: #808080; text-decoration: underline;}
div.row4 a:hover    	{color: #c0c0c0; text-decoration: underline;}
			
div.left {
	width: 250px;
	float: left;
	margin-top: 5px;
	padding: 0px;
}
			
div.middle	{
	width: 250px;
	float: left;
	margin: 5px 25px 0px 25px;
	padding: 0px;
}

div.right {
	width: 250px;
	float: left;
	margin-top: 5px;
	padding: 0px;
}
			
div.footer	{
	float: none; 
	clear: both; 
	width: 800px;
}
