/* standard elemente */


body
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 900px;
	background-color: #fdecb0;
	background-image: url('images/a4.gif');
	background-repeat: repeat-x;
	color: #000000;
	font-family: georgia, serif;
	font-size: 11pt;
}


DIV.container {
    margin-top: 10%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 620px; }
	
	
DIV.container a:link ,DIV.container a:visited, DIV.container a:hover{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	

}
