/* (c) Kai Mertens, April 2006
	banality agd, 33649 Bielefeld-Germany
*/


body {
	margin: 0px;
	border: 0px none;
	padding: 0px 0px 100px 0px;
	background-color: #C9CAA0;
	color: #716E5B;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	background-image: URL("bg.jpg");
	background-repeat: repeat-x;
	}

h1 {
	font-size: 14px;
	line-height: 17px;
	}

h2 {
	font-size: 12px;
	line-height: 17px;
	font-family: Georgia, serif;
	color: #3E3A2E;
	margin: 0px;
	border: 0px none;
	padding: 0px;
	}

h3 {
	font-size: 12px;
	line-height: 17px;
	font-family: Georgia, serif;
	color: #565656;
	margin: 0px;
	border: 0px none;
	padding: 0px;
	}

img {
	border: 0px none;
	}

.mainback {
	width: 620px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	}



a.link:link, a.link:visited {
	color: #716E5B;
	text-decoration: none;
	border: 1px dotted #A8A86C;
	padding: 0px 5px 0px 5px;
	}
	
a.link:hover {
	color: #FFF;
	text-decoration: none;
	background-image: URL("link2.gif");
	background-repeat: repeat-x;
	border: 1px dotted #A8A86C;
	padding: 0px 5px 0px 5px;
	}
