/*
	Formatierungen
*/


#header #logo {
margin: 15px 0px 0px 15px;
border: 0 none;
}

/* set all to 0 */
h1, h2, h3, h4, p, ul, li {
margin: 0;
padding: 0;
}

/* headings */
h1, h2, h3, h4 {
margin: 10px 0px 20px 0px;
}
h1 {
	color: #993300;
	font-size: 150%;
	letter-spacing: 2pt;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
	background-color: #ffe9bb;
}
h2 {
	background-color: #FC6;
	color: #930;
	font-size: 120%;
	letter-spacing: 1pt;
	padding-left: 4px;

}
h3 {
font-size: 110%;
letter-spacing: 1pt;
}
h4 {
	font-size: 95%;
	letter-spacing: 1pt;
	background-color: #FFD988;
	padding-left: 5px;
	color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}


/* Texte */
li {
	font-size: 86%;

}
#content p, #content li {
line-height: 150%;
margin: 7px 0px 8px 0px;
}
#menue p, #teaser p {
padding: 10px 5px 0px 10px;
}
#menue p.linear {
padding: 0px 5px 0px 10px;
}


/* Links Content*/
#content a {
text-decoration: none;
padding: 0px 3px 2px 3px;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
background-color: #FFFFCC;
color: #600;
}

/* Links Footer*/
#footer a {
	text-decoration: none;
	font-size: 101%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
}

#footer a:link {
	background-color: #FFCC66;
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: 100px;
}

#footer a:visited {
	background-color: #FFCC66;
	color: #0066CC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: 100px;
}

#footer a:hover {
	background-color: #2586D7;
	color: #FFCC66;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#footer a:active {
	background-color: #f0f0f0;
	color: #666666;
}

/* Links Navcontainer */
#navcontainer
{
	width: 150px;
	font-family: frutiger, "Trebuchet MS", arial, helvetica, geneva, verdana, sans-serif;
	background-color: #ffe9bb;
	color: #333;
	position: absolute;
	margin: 0em;
	padding: 0;
	left: 0px;
	top: 90px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
}

#navcontainer li
{
	border-bottom: 1px solid #90bade;
	margin: 0;
	width: auto;
	display: block;
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #FFCC66;
	color: #336699;
	text-decoration: none;
	width: 100%;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFDD95;
	border-left-color: #E89C00;
}

#navcontainer li a:hover
{
border-left: 6px solid #1c64d1;
border-right: 6px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

.aktivnav {
	color: #336699;
	background-color: #FFEECC;
	display: block;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFDD95;
	border-left-color: #FFD06F;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0.5em;
}



/* others */
.block {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	padding-bottom: 15px;
	background-color: #EBEBEB;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	width: 100%;
	display: block;
}

.invis, hr {
display: none;
}

img {
border: none;
}
.kkv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #336699;
}
.kassel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #FFCC66;
}

.verband {
	font-size: 76%;
	color: #FFFFFF;
	font-weight: bold;
}
.letter1 {
	font-weight: bold;


}
