#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	line-height: 1.6em;
	margin-left: -0.7em;
}

#navigation ul li.sub {
	line-height: 1.6em;
	font-size: 100%;
	margin-left: 0em;
}

#navigation ul li.sub a, #navigation ul li.subsub a, #navigation ul li.subsubsub a {
	color: #fff;
	text-transform: none;
	font-size: 90%;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#navigation ul li.sub .fakelink, #navigation ul li.subsub .fakelink, #navigation ul li.subsubsub .fakelink {
	color: #fff;
	text-transform: none;
	font-size: 90%;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#navigation ul li a.leuchtend {
	border-bottom: 1px solid #FF1F91;
	color: #FFFFFF;
	font-size: 110%;
}

#navigation ul li.sub a {
	font-size: 90%;
}

#navigation ul li.subsubsub a {
	font-weight: normal;
}

#navigation a.active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#navigation ul li.subsub {
	line-height: 1.8em;
	font-size: 90%;
	margin-left: 0.2em;
	color: #fff;
	font-weight: normal;
}

#navigation ul li.subsub {
	line-height: 1.8em;
	font-size: 80%;
	margin-left: 0.5em;
	color: #fff;
	font-weight: normal;
}

#navigation span.navhead {
	font-weight: bold;
	margin-left: -1em;
}

#navigation .fakelink, #navigation a {
	color: #f1dbac;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
}

a {
	color: #009990;
	text-decoration: none;
}

a:hover {
	color: #669999;
	text-decoration: underline;
}

a.kurslink {
	font-size: 130%;
}


#logo p {
	line-height: 1.5em;
	margin: 0;
	letter-spacing: 1px;
	font-variant: small-caps;
}

#logo img {
	float: inherit;
	border: 0;
}


h1 {
	font-size: 160%;
	color: #cc0066;
	margin: 0 1em 0.2em 0;
}
h2 {
	font-size: 140%;
	color: #007770;
	margin: 0 1em 0.2em 0;
}

h3 {
	font-size: 120%;
	color: #cc0066;
	margin: 0 1em 0.2em 0;
}

p {
	margin: 0 1em 1em 1em;
	display: block;
}

p.sub {
	font-size: 12px;
	font-weight: bold;

	color: #cc0066;

}

p.achtung {
	color: #F00;
	font-weight: bold;
	font-size: 110%;
}

blockquote {
	margin: 0 0 1em 1em;
}

span.redfont {
	color: red;
	font-size: 110%;
}

div#overview {
	position: relative;
	right: 1em;
	margin: 0 1em 1em 2em;
	border: 1px solid #000;
	padding: 0.5em 0.5em 2em 0.5em;
	width: 250px;
	float: right;
}
div#overview p {
	font-weight: bold;
	margin: 0.5em;
	margin-left: 0;
}
div#overview ul {
	margin: 0;
	padding-left: 1em;
}

div#overview img {
	margin: 0 0 0 -1em;
	float: none;
}

img.right_image {
	float: right;
	margin: 0 2em 1em 1em;
}

img.left_image {
	float: left;
	margin: 0 0.5em;
}

p.clearfix, h2.clearfix, h3.clearfix, div.clearfix {
	clear: both;
}


/* Spezielle Inhaltselemente */
p.big {
	font-size: 110%;
	font-weight: bold;
	
}

.center {
	text-align: center;
	display: block;
	margin: 0.2em;
}

div.magenta_box {
	background-color: #cc0066;
	margin: 1px;
	padding: 0.3em;
	color: #fff;
}
div.magenta_box a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}