@import url('reset.css');
@import url("style-navi.css");

/* Layout & Basis-Elemente */

* {
  outline: none;
}

body {
  font: 15px/150%  Tahoma, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

a {
	color: #003164;
}
a:hover {
	color: #777;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2em;
  font-weight: normal;
}

header {
  background-color: #4379B5;
  color: white;
  height: 88px;
}

header h1 a {
  display: block;
  background: url('../bild/krlogo.gif') no-repeat;
  text-indent: -2000px;
  width: 205px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 22px;
  margin-left: -480px;
  line-height: 120%;
  z-index: 100;
}

footer {
  position: fixed;
  background-color: #003164;
  color: white;
  bottom: 0;
  width: 100%;
  height: 240px;
  z-index: 200;
  left: 50%;
  margin-left: -50%;
}

footer section {
  position: absolute;
  background: none;
  width: 480px;
  top: 22px;
  left: 50%;
  margin-left: -480px;
}

footer aside {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 320px;
  margin-left: 160px;
  text-align: right;
}

footer h1 {
  background: #003164;
  color: white;
  position: absolute;
  top: -18px;
  left: 50%;
  width: 100px;
  margin-left: 380px;
  padding: 0;
  font-size: 15px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

footer h1 a {
  font-size: 1em;
  color: white;
  text-decoration: none;
}

footer h1 a:hover {
  color: white;
  text-shadow: 8px rgba(255, 255, 255, .5);
}

footer p {
  margin-bottom: 11px;
}

footer a {
  color: #9a0;
}

footer a:hover {
  color: #9a0;
}

aside {
  position: absolute;
  width: 440px;
  left: 50%;
  margin-left: 40px;
  z-index: 10;
}

section {
  position: relative;
  display: block;
  background: url('../bild/bggreen.jpg') repeat-x;
  text-align: left;
}

article {
  width: 480px;
  margin: 0 auto auto;
  padding-top: 88px;
  padding-right: 480px;
}

article h1 {
  position: absolute;
  display: block;
  color: white;
  width: 960px;
  height: 88px;
  top: 22px;
  left: 50%;
  margin-left: -480px;
  line-height: 22px;
  text-shadow: 0px 1px rgba(0, 0, 0, .1);
}

article h2 {
  color: #003164;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  line-height: 125%;
  margin-bottom: 22px;
}
article h3 {
  margin: 2em 0 1em 0;
  font-size: 1.3em;
}
article h4 {
  margin: 2em 0 1em 0;
  font-size: 1.3em;
}

article p {
  margin-bottom: 11px;
}

article p em {
  border-bottom: 2px dotted #ddd;
  font-style: normal;
}



/* Sonstiges */

.picleft {
  float: left;
  margin: 0 15px 0 0;   
}

.picright {
	clear: both;
  float: right;
  margin: 0 0 20px 20px;   
}

blockquote {
	margin: 0;
	padding-left: 2em;
	line-height: 1.6em;
	border-left: 10px solid #CCDD01;
}

#colums {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: left;	
}
.colum, .columlast {
	float: left;
	width: 300px;		
}
.colum {
	margin-right: 30px;		
}

.colum h2, .columlast h2 {
	font-size: 1.7em;
	color: #777;
	margin: 0;	
}
.colum h3, .columlast h3 {
	font-size: 1.1em;
	color: #999;
	letter-spacing: 1px;
	margin: 7px 0;			
}

.text {
	overflow: hidden;
	font-size: .8em;
	line-height: 17px;		
}

article a.extern {
	padding-right: 20px;
	background: url("../bild/extern.gif") no-repeat right;
}


/* Kontaktformular */

#kontaktformular {
	display: none;	
}

.listform label {
	display: block;
	text-align: right;
	width: 100px;
	float: left;	
}

.listform input,
.listform textarea {
	border: 1px solid #9FB38F;
	width: 300px;
	margin-left: 1em;
}

.listform input:focus,
.listform textarea:focus {
	background: #EFFCE8;
}

ul.listform,
ul.listform li {
	display: block;
	list-style: none;
	margin-bottom: 0.5em;	
	background-image: none;
}

ul.listform input {
	float: none;
}


.center {
	text-align: center;
}

/* Akkordeon Ausklapp Effekt */


dl.akkordeon {
    list-style: none;
    display: block;
}

dl.akkordeon dt,
dl.akkordeon dd {
    display: block;
    list-style: none;
    padding: 0;
    zoom: 1;
}

dl.akkordeon dt a,
dl.akkordeon dd {
	margin-bottom: 12px;
	padding-left: 25px;
	color: #555;
}

dl.akkordeon dt a {
	display: block;
	font-size: 1.4em;
	line-height: 100%;
	border: 0 none;
	outline: none;	
	background: url('../bild/plus.png') no-repeat;
	text-decoration: none;
}

dl.akkordeon dd {
    padding-top: 0;
}

dl.akkordeon dd h4 {
    font-size: 1.2em;
    margin: 12px 0;
    color: #023874;
}

dl.akkordeon dt.active a {
	color: #023874;
	padding-left: 25px;
	background: url('../bild/minus.png') no-repeat;    
}

/* Referenzen */

#refs,
#refs li {
  display: block;
  margin: 0;
  padding: 0;
}

#refs li {
  display: inline;
}

#refs li a {
  display: inline-block;
  padding: 3px;
  text-decoration: none;
}

#ref-icons {
  display: none;
}

#ref-icons,
#ref-icons li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#ref-icons li {
  float: left;
}

#ref-icons li,
#ref-icons li img {
  position: relative;
  width: 120px;
  height: 120px;
}

#ref-icons li img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
      -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
       -o-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
          box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

#ref-icons {
  margin: 20px 0;
  padding-bottom: 20px;
}

