/************************************************************************************

	Cascading Stylsheet
	
	(c) 2007 Christian Boehnke und Paul Meyer
		Klickadeeler Mediendesign GbR

 ************************************************************************************/
 
 * {
 	font-family: 				Arial, Helvetica, sans-serif;
	filter: 				alpha(opacity=100);
	opacity: 				1.0;
 }
 
 html {
 	width: 					100%;
	height: 				100%;
 }
 
 body {
 	margin: 				0;
	width: 					100%;
	padding: 				0;
	background-color:		#FFFFFF;
	background-repeat:		repeat-y;
	font-size: 				12px;
 }
 
 
 p {
 	margin:					0;
 	padding:				0 0 0 0;
 }
 
 a {
	color: black; 
 }
 
 a:link, a:visited {
 	text-decoration:		underline;
 }
 
 a:focus, a:hover, a:active {
 	text-decoration:		none;
 }
 
 ul {
	margin:					0;
 }

 img {
	border:none;	 
 }
 
/*************************************************************************************/
 
 .clear {
 	clear:					both;
 	width: 					0;
	height: 				0;
 } 
 
/*************************************************************************************/  
 

 div.background {
 	width:780px;
	height:559px;
	margin:					auto;
	background-image:		url(../img/hintergrund.jpg);
	background-repeat:		no-repeat;
	background-position:bottom left;
 }

 a.logo {
	display:block;
	text-decoration:none;
	width:300px;
	height:99px;
	padding: 72px 0 0 0;
 }

 div.k1 {
 	padding: 17px 0 0 450px;
 }
 
 div.k2 {
 	padding: 30px 0 0 450px;
 }
 
 div.k3 {
 	padding: 33px 0 0 450px;
 }

 div.contact {
	padding: 83px 0 0 388px;
 }
 
 div.contactLeft {
	float: left;
	color: black;
	width: 232px;
	line-height: 18px;
 }
 
 div.contactRight {
	float: left;
	line-height: 18px;
 }
 
 div.imprint {
 	padding: 20px 0 0 0;
 	text-align: center;
 	font-size: 10px;
	color: #7F7F7F;
	width:780px;
	margin: auto; 
 }
