@import url(http://fonts.googleapis.com/css?family=Mako|Maven+Pro:400,500,700&v2);

/* 
font-family: 'Mako', sans-serif;
font-family: 'Maven Pro', cursive;
*/

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#000;
	background:#015b90 url('../../images/template/kc/background.jpg') top left repeat-x;
	background-attachment:fixed;
	height: 100%;
}

.clear{
	clear:both;
}

img{
	border:0;
}

a{
	text-decoration:underline;
	cursor:hand;
	color:#000;
	outline:none;
}

.off{
	position:absolute;
	left:-10000px;
}

h1{
	color:#015b90;
	font-size:1.1em;
	margin-top:0;	
	margin-bottom:0;
	font-family: 'Mako', sans-serif;
}

a:hover{
	color:#015b90;
	text-decoration:underline;
}

#container{
	width:700px;
	margin:0 auto 0 auto;
	padding:0;
	position: relative;
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/
}

#header{
	width:555px;
	overflow:hidden;
	margin-bottom:5px;
	position:relative;
	padding-left:146px;
}

#header img.logo{
	position:absolute;
	left:320px;
	top:12px;
}

#header a.topnav{
	float:left;
	display:block;
}

#main{
	
}

#left{
	width:140px;
	float:left;
	margin-right:5px;
}

#left ul{
	margin:0;
	padding:0;
	list-style:none
}

#left ul li{
	margin:0;
	padding:0;
}

#left ul li.subnavfirst{
	background-color:#015b90;
	padding:0 0 12px 0;
	margin:0 0 4px 0;
}

#left ul li.subnav{
	background-color:#015b90;
	padding:12px 0 10px 0;
	margin:0 0 4px 0;
}

#left ul li.act{
	background-color:#005279 !important;
	background-image: url('../../images/template/kc/nav/subnavarea_bg.gif');
	background-repeat:repeat-y;
}

#right{
	float:left;
	width:555px;
}

#content{
	padding-bottom:20px;
	padding-left:15px;
	padding-bottom:50px;
}

#content h3{
	color:#015b90;
	font-size:1.1em;
	margin-top:0;
	font-family: 'Mako', sans-serif;
}

#content h4{
	color:#015b90;
	font-size:1em;
	margin-top:0;
	text-transform:uppercase;
	font-weight:normal;
	font-family: 'Mako', sans-serif;
}

#content .content-elem{
	margin-bottom:25px;
	line-height:1.4em;
	width:335px;
}

#content .content-elem img{
	margin-right:10px;
}

#sidebar{
	float:right;
	width:185px;
	background-color:#f2f4f9;
	margin-left:20px;
}

#sidebar .sidebar-elem{
	margin-bottom:10px;
	line-height:1.4em;
}



#sidebar h3{
	padding:10px 10px 10px 10px;
	background-color:#bfcbe0;
	color:#000;
	font-size:1.1em;
	margin-top:0;
}

h2{
	color:#015b90;
	font-size:1.1em;
	margin-top:0;
	margin-bottom:0;
	font-family: 'Mako', sans-serif;
}

h2.zitat{
	color:#000;
	font-style:italic;
	font-weight:normal;
	font-size:1.1em;
	margin-top:15px;
	margin-bottom:0;
}



.impressum{
	border-top:1px solid gray;
	color:gray;
	padding:10px 20px 10px 15px;
	width:520px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
}

input[type=text],input[type=file]{
	
	width:200px;
	font-size:0.9em;
	padding:2px;
	border:1px solid #ccc;
}

input[type=radio],input[type=checkbox]{
	border:0;
}

textarea{
	
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding:2px;
}

input[type=button], input[type=submit], input[type=reset]{
	background:none;
	background-color:#015b90;
	font-size:1em;
	border:1px solid #ccc;
	padding:2px;
	color:#fff;
}

table#contact, table#order{
	width:320px;
	font-size:14px;
	font-weight:normal;
}

table#contact tr td.firstcol{
	width:100px;
}

table#contact tr td{
	
}

form#order input[type=text]{
	width:120px;
}

form#contact input[type=text]{
	width:190px;
}

label{
	width:80px;
}

select{
	font-size:1em;
}

table{
	border-spacing:0;
}

table tr td{
	padding:0;
	height:25px;
}

div#sidebar div.whitelist ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#sidebar div.whitelist ul li{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px solid #fff;
}



div#sidebar div.bulletlist {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url('../../images/template/ls/bullet.gif');
	background-repeat:no-repeat;
	background-position:0 11px;
}


/* BLOG */

.blognavelem{
	float:left;
	padding:5px;
	
	margin-right:5px;
	margin-bottom:5px !important;
	display:block;
	border:1px solid silver;
	text-decoration:none;
}

.blognavelem:hover{
	border:1px solid #ccc;
	text-decoration:none;
}

.blog-elem{
	
	margin-bottom:25px;
	overflow:hidden;
}

.blogelemleft{
	float:left;
	width:116px;
	padding:2px;
	padding-right:20px;
	
}

.blogelemright{
	float:left;
	width:455px;
	background-color:#fff;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:2px;
	border-left:1px solid grey;
}

.comment{
	display:none;
	margin-top:25px;
}

.comment-elem{
	margin-bottom:25px;
	border-bottom:1px dotted black;
	padding-bottom:10px;
}
