/* _______________________________________________________________________________________________ */
/* Basics */
/* ______ */


* {
	padding: 0;
	margin: 0;
}

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	font-size:small;
	text-align:left;
	color:#003399;
	background-color:#fff;
}
th {
	font-weight:bold;
}

div,
span,
td,
tr,
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;      
}

div {
	margin: 0;
}
	
a:link {
	color: #0066FF;
	text-decoration:underline;
}
a:active {
	color: #00CCFF;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #fdce30;
}

/* _______________________________________________________________________________________________ */
/* Seitenspezifische Stile */
/* _______________________ */

#container {
	position:relative;
	z-index: 1;
	width:100%;
	height:100%;
	background-image:url(../images/kk-bg.jpg);
	background-repeat:no-repeat;
}

#container-k {
	position:relative;
	z-index: 1;
	width:100%;
	height:100%;
	background-image:url(../images/kk-kontakt-bg.jpg);
	background-repeat:no-repeat;
}

#logo {
	z-index: 2;
	position:relative;
	top: 0;
	left: 73px;
	width:150px;
	height:150px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#pfeil {
position: absolute;
z-index: 3;
width: 64px;
height:82px;
bottom:-45px;
right: -28px;
background-image:url(../images/ecke-gelb.gif);
background-repeat:no-repeat;
}

#pfeil-intro {
position: absolute;
z-index: 3;
width: 160px;
height:82px;
bottom:0px;
right: 25px;
background-image:url(../images/ecke-gelb.gif);
background-repeat:no-repeat;
background-position:right;
vertical-align:middle;
font-size:large;
}

#right {
	position:absolute;
	z-index: 4;
	right: 76px;
	top:135px;
	float:right;
	width:467px;
	background-color:#f1f1f1;
}

div#navi {
	width:100%;
	background-color:#f1f1f1;
	white-space:nowrap;
	clear:both;	
	vertical-align:bottom;
}
#content {
	width:467px;
	height:100%;
	clear:both;
	background-color:#fff;
	color:#333333;
	font-size:11px;
	line-height: 16pt;  
}

.icon0 {
width: 61px;
height:61px;
vertical-align:top;
background-repeat:no-repeat;
border: solid 11px #f1f1f1;
}

#referenzen {
border: solid 11px #f1f1f1;
}

#navi a {
	border-right: solid 1px #d1d1d1;
	color:#333333;
    float:left;
	text-decoration:none!important;
}
.nav_item {
	font-size:x-small;
	margin:5px;
}
/* pop ups */
#menuItem {
	border:solid 1px #000000;
}

div#fill {
	background-color:#f1f1f1;
	border:solid 1px #d1d1d1;
	height:22px;
}

#navi a:hover {
	color:#666666;
	background-color:#ffffff;
	border-top: solid 1px #d1d1d1;
	margin-left: 1px;
}
#navi a#active{
	border-top: solid 1px #d1d1d1;
	border-bottom:none!important;
	text-decoration:underline!important;
	background-color:#FFF;
	padding-bottom: 2px;
	margin-left: 1px;
}

#photo {
	width: 348px;
	height:106px;
	background-image:url(../images/kk-klassisch.jpg);
	background-repeat:no-repeat;
}

fieldset {
	border:none!important;
}

h1 {
  font-family      : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size        : 1.6em;
  font-weight      : bold;
  color:#000000;
}
input.text {
	width: 200px;
	border: solid 1px #e0e0e0;
	margin-bottom: 5px;
}
textarea {
	border: solid 1px #e0e0e0;
	margin-bottom: 5px;
}

ul {
padding-left: 15px;
}
