
html,body {
	font-family: Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
	
	color: #666666;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size:12px;
}
table, td, font { 
	font-size: 12px;
	line-height: 23px;
	vertical-align: top;
}

hr { background-color: #EEEEEE; border: medium none; height: 2px;}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.kaoverview {
	
}
.kaoverview .title{
	color: #004584;
	font-weight: bold;
}
.kaentry {
	width: 694px;
	border: 1px solid #ffffff;
	font-family: arial,verdana;
	font-size:12px;
	margin-bottom:6px;
}

.alternate1 {
	background-color: #eeeeee;
}
.alternate2 {
	background-color: #e6e4e5;
}
.kaentry .label {
color:#bbbbbb;
font-style:italic;
}
.kaentry .labelleft {
float: left;
margin-right: 8px;
}
.firstline {
	border-bottom: 1px solid #ffffff;
}
.firstline .created {
	border-right: 1px solid #ffffff;
	float: left;
	padding:6px;
	font-weight:bold;
	font-style: italic;
}
.firstline .location {
	float:left;
	padding:6px;
	font-weight:bold;
}
.firstline .plz {
	float:left;
	margin-right: 8px;
}
.firstline .city {
	float:left;
}
.firstline .state {
	float:left;
	margin-left:24px;
}

.firstline .country {
	float:right;
	margin-left:24px;
}
.middleline {
	border-bottom: 1px solid #ffffff;
}
.middleline .categories {
	padding:6px;
	margin-left:6px;
	color:#004584;
	font-weight:bold;
}
.middleline .categories ul {
	margin:0;
	padding:0;
	list-style: none;
}
.middleline .categories ul li {
	float:left;
	margin-right:12px;
}
.lastline {
	
}
.lastline .description {
	border-right: 1px solid #ffffff;
	float:left;
	width:450px;
	padding:6px;
}
.lastline .contact {
	float:left;
	padding:6px 6px 6px 12px;;
	margin-left:-1px;
	border-left: 1px solid #ffffff;
}
.lastline .contact .name {}
.lastline .contact .organisation {}
.lastline .contact .phone {}
.lastline .contact .email {}
.lastline .contact .website {}

.verylastline {
	border-top: 1px solid #ffffff;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* + html .clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
