/* kkm stylesheet */


.text_regular {font-family: Courier New, Courier, mono, Georgia; font-size: 12px; font-weight: 400; line-height: 18px; color: #000000; text-decoration:none;}
.text_bold {font-family: Courier New, Courier, mono, Georgia; font-size: 12px; font-weight: 700; line-height: 18px; color: #000000; text-decoration:none;}
.text_gruen {font-family: Courier New, Courier, mono, Georgia; font-size: 12px; font-weight: 400; line-height: 18px; color: #ffffff; text-decoration:none; background-color: #46990B;}
.text_headline {font-family: Courier New, Courier, mono, Georgia; font-size: 25px; font-weight: 400; line-height: 28px; color: #000000; text-decoration:none;}

.background {
	background-position: top center;
	}
	
.background2 {
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.background3 {
	background-position: bottom left;
	background-repeat: no-repeat;
	}

a:link {text-decoration:none;}

a:hover {color: #ffffff; text-decoration:none; background-color: #46990B;}

.image_right{

	float: right;
	margin: 0 0 10px 10px;
	}
	
.image_left{

	float: left;
	margin: 0 10px 10px 0;
	}
	
.image_rahmen {
  	border: 1px solid #E1E1E1;
	}