@charset "UTF-8";
/**

 * @file klaex.css
 * @creator Sven Hary - ICMedienhaus GmbH & Co. KG
 */@media all
{/**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  *//* Page margins and background | Randbereiche & Seitenhintergrund */
  
body {
	text-align:center;	background:url('bg.jpg') #ffd700;	margin:0;	padding:0;	font-size:9pt;	font-family: Verdana, Helvetica, Arial, sans-serif
}

#col2_content {
	margin: 0;
	margin-top: 92px;
	margin-left: 190px;
	padding: 0;
	width: 150px;
}

#col2_content .right-column-box {
	text-align: center;
}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	margin: 0;
}

a {
	color: #ffffff;
}

h5 {
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
	color: #ffffff;
	font-size: 10pt;
}

.bodytext {
	margin: 0;
}

 /*media all end*/
}