body {
	font-size: 55%; /* Resets 1em to 9px */
	font-family: Verdana, sans-serif;
	background-color: #d5d6d7;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Beginn Page  */

#page {
	background-image: url(pict/cybbg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 0;
}

/* Beginn Header */

#header {
	padding: 0px;
	margin: 0 0 0 0px;
	height: 100px;
	width: 758px;
}

#headerimg {
	margin: 0;
	height: 90px;
	width: 100%;
	background-image: url(pict/kpf_rad.jpg);
	background-repeat: no-repeat;
}

#headerimg2 {
	margin: 0;
	height: 90px;
	width: 100%;
	background-image: url (pict/kpf_pan.jpg);
	background-repeat: no-repeat;
}

/* Beginn Content */

#content {
	font-size: 1.3em;
}

.widecolumn {
	font-size: 1.3em;
	line-height: 1.4em;
	float: left;
	padding-right: 70px;
	padding-left: 15px;
	padding-top: 20px;
	font-family: Verdana, sans-serif;
}

.column {
	font-size: 1.3em;
	line-height: 1.4em;
	float: left;
	padding-left: 45px;
	padding-top: 40px;
	width: 450px;
	font-family: Verdana, sans-serif;
}
.date {
	font-size: 0.8em;
}

.firstcolumn {
	font-size: 1.3em;
	float: left;
	line-height: 1.6em; /* 1.4 */
	padding-left: 45px;
	padding-top: 20px;
	width: 210px;
}

.firstcolumn img, .secondcolumn img {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}

.firstcolumn p a img, .secondcolumn p a img {
	border: none;
}

.firstcolumn p, .secondcolumn p {
	text-align: left;
}

.secondcolumn {
	font-size: 1.3em;
	float: left;
	line-height: 1.6em;
	padding-left: 25px;
	padding-top: 20px;
	width: 210px;
}

#content ul li {
	list-style-type: square;
}

.quote {
	margin-left: 20px;
	font-size: 0.8em;
}

/*Beginn Sidebar */

#sidebar {
	font-size: 1em;
	font-family: Verdana, Sans-Serif;
	margin-left: 545px;
	padding: 40px 0px 10px 0px;
	width: 190px;
}

#sidebar h2, #sidebar h3 {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0 0px 0;
	padding: 0;
	color: #3C3C3C;
}

#sidebar h3 {
	margin: 35px 0 10px 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
}

#sidebar ul li a {
	color: #008b8b;
	margin-left: 5px;
	list-style-image: none;
	text-decoration: none;
}

#sidebar a:visited, #sidebar ul li a:visited {
	color: #778899;
}

#sidebar a:hover {
	color: Blue;
}

#sidebar ul li a:hover {
	color: Blue;
}

#sidebar ul li a:visited:hover {
	color: Blue;
}

#sidebar ul li span {
	margin-left: 5px;
}

#sidebar ul li a:visited.blu {
	color: #DC143C;
	margin-left: 0px;
}

#sidebar span {
	margin-left: 5px;
	margin-top: 0px;
}

#sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar img {
	margin-left: 5px;
	border: none;
}

/*Beginn Footer" */

#footer {
	background-image: url(pict/contact_main.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	height: 64px;
}

#footer p {
	text-align: center;
	padding-top: 30px;
	color: Black;
}

#footer a:link, a:focus, a:visited {
	color: Black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: Teal;
}

/* Diverses */

h1, h2, h3, h4 {
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	color: #000099;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

a:link, a:visited {
	text-decoration: none;
	color: Teal;
}

.blau {
	font: Arial, sans-serif;
	color: #000099;
	font-size: 1em;
}

.red {
	color: Red;
}

.right {
	float: right;
}

.left {
	float: left;
}

hr {
	color: White;
	background-color: White;
	height: 3px;
	width: 190px;
	text-align: left;
	border: 0px none;
}

/* Beginn Formular  */

.label {
	position: absolute;
	left: 220px;
	border: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	width: 100px;
}

textarea {
	width: 100%;
	height: 2cm;
}


/* Beginn Bilder */

img.alignright {
	float: right;
	margin-left: 25px;
	display: inline;
}
