			@font-face {
	font-family: 'BobcatNormal';
	src: url('http://communopolis.de/v7/bobcat.eot');
	src: local('Bobcat'), local('Bobcat'), url('http://communopolis.de/v7/bobcat.woff') format('woff'), url('http://communopolis.de/v7/bobcat.ttf') format('truetype');
}
			body{
				margin: 0px;
				background-image:url('images/topline.jpg');
				background-repeat: repeat-x;
				color: #575757;
				font-family: 'Vardana';
				font-size: 80%;
			}
			.menu a, .more {
				width: 130px;
				height: 27px;
				color: #f2f2f2;
				background-image: url('images/btn_p.png');
				display: block;
				font-size: 120%;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				padding-top: 8px;
				margin-left: 5px;
				float: left;
				font-family: 'BobcatNormal';
			}
			#active, .menu a:hover {
				color: #616161;
				background-image: url('images/btn_a.png');
			}
			h1{
				font-family: 'BobcatNormal';
			}
			a {
				color: #575757;
				text-decoration: none;
			}
			a:hover {
				color: #000;
			}
			.box1 input, .box2 textarea {
				width: 250px;
			}
