/* - - - - - - änderungen der normalwerte - - - - - - - */
#inhaltsbereich {
	height:  760px;
	background-image:url(../grafiken/hintergr_kont.gif);
	background-repeat:no-repeat;
}
#inhaltsbereich a {
	text-decoration: underline;
	font-size:10px;
	color:#204060;
}
/* - - - - - - ende änderungen - - - - - - - */

/* - - - - - tabellendefinitionen - - - - - */
.table_k {
    position:relative;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 0; /*ist als zellraum (abstand der zellen zueinander) zu verstehen ("0" für IE6)*/
	left: 0;
	top: 15px;
	right: auto;
	bottom: auto;
	width: 870px;
    }

.left_k {
	width: 535px;
	background-color:#F1F1EB;
	text-align: center;
	}
	
.right_k {
    width: 295px;
	background-color:#F1F1EB;
	padding: 0; /*ist als zellauffüllung (textabstand) zu verstehen*/
    }
/* - - - - - ende tabellendefinitionen - - - - - */	
#text_k {
	position: relative;
	padding: 20px;
	width: 275px;
	height: 240px;
	overflow: auto;
}
.unsichtbar { /*nur für mobile ansicht*/
    display:none;
}

#strich_k {
	position: relative;
	padding: 0;
	width: 1px;
	height: 270px;
	background-color: #ccc;	
} 

#mailform {
  position:relative;
  padding:15px;
  left:0;
  top:37px;
  width:840px;
  background-color:#F1F1EB;
  text-align:left;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
 }

a {
	text-decoration:none;
    color:#333399;
}
