body {
	font: 100%/1.4 Verdana, sans-serif;
	font-family: Verdana;
	color: #ffffff;
	background-color: #3e3e3e;
}
h1 {
	font-family: Verdana,  sans-serif;
	font-size: 22px;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	padding-left: 24px;
	color: red;
	text-align: left;
	margin-bottom: 15px;
	text-decoration: none;
	text-shadow: 0 0 2px #FFFFFF;
}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-variant: small-caps;
	letter-spacing: 0.11em;
	padding-left: 18px;
	color: #FF0000;
	text-align: left;
	font-weight: normal;
		text-shadow: 0 0 2px #FFFFFF;
}
h3 {
	font-family: Verdana,  sans-serif;
	font-size:1.1em;
	font-variant: small-caps;
	letter-spacing: 0.10em;
	padding-left: 18px;
	color: #FF0000;
	text-align: left;
		font-weight: normal;
}
a:link {
	font-family: Verdana;
	color:  #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:  #Ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	 color: #FF0000;
	text-decoration: none;
}
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: initial;
}

#wrap {
	width: 100%;
	max-width: 1200px;
	margin: 1% auto;
	background-color: #333333;
	border: 3px solid  #595959;
}
#header {
	width: 100%;
	max-height: 100%;
}
.navi {
	float: left;
	padding-top:10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #595959;
}
a.nav:link, a.nav:visited, a.nav:active {
	display: inline;
	width: 150px;
	margin: 10px;
	font-size: 16px;
	color:  #ffffff;
	font-weight: normal;
	text-align: center;

	text-decoration: none;
	letter-spacing: 2px;
}
a.nav:hover {
	display: inline;
	color: #FF0000;
	text-decoration: none;
}

#content {
	float: left;
	width: 98%;
	padding: 1%;
	padding-bottom: 2%;
	background-color: transparent;
}
.kap-liste{
	border-bottom:1px solid #ffffff;
	 width:50%;
	 padding-bottom:1%;
}

#footer {
	position: relative;
	min-height: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 4px;
	color: #FF0000;
	font-size: 20px;
	font-weight: normal;
	background-color: transparent;
	margin-bottom: 1.4%;
}
.clear {
	clear: both;
}

