/*
EM - PX zum kopieren oder nachschauen
10px = 0.6em
12px = 0.76em
14px = 0.9em
16px = 1.0em
18px = 1.12em
22px = 1.38em
26px = 1.63em
*/

body {
	font-family: Verdana;
	font-size: 100.01%;
	background-image:url(background.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#kopfleiste {
	/* border:1px solid black; */
}

#kopfleiste img {
}

#kopflogolinks {
}

#kopfmitte {
}

#kopfmitte img {
	margin-right:10px;
}

#kopflogorechts {
	font-size: 0.6em;
	color: black;
	text-align: right;
}
#kopflogorechts a {
	color: black;
	text-decoration: none;
}
#kopflogorechts a:link {
	color: black;
	text-decoration: none;
}
#kopflogorechts a:hover {
	color: black;
	text-decoration: underline;
}

#links {
	border:1px solid #a5a5a5;
	background:#dedede;
	font-size: 0.8em;
}

#links ul {
	margin-bottom:5px;
}

#links ul li {
}

#links ul li ul {
}

#links ul li ul li {
	margin-bottom:3px; 
}

#links ul li a:link {
	font-weight:normal; color:black; text-decoration:none; border-bottom: 1px dotted black;
}

#links ul li a:visited {
	font-weight:normal; color:black; text-decoration:none; border-bottom: 1px dotted black;
}
#links ul li a:hover {
	color:black; border-bottom: 2px solid #f7d600;
}
#links ul li.active a {
	font-weight:bold; color:black; text-decoration:none; border-bottom: none;
}

#neueartikel ul li {
	margin-bottom: 5px;
}

#inhalt {
	border:1px solid #a5a5a5;
	background:white;
	font-size: 0.8em;
}

#inhalt p {
	line-height: 1.4em;
}

#inhalt a { font-weight:normal; text-decoration:none;  }
#inhalt a:link { color:black; border-bottom: 1px solid black; }
#inhalt a:visited { color:black; border-bottom: 1px dotted #a5a5a5; }
#inhalt a:focus { color:#f7d600; }
#inhalt a:hover { color:black; border-bottom: 2px solid #f7d600; }
#inhalt a:active { color:#f7d600; }

a.imagelink { font-weight:normal; text-decoration:none; }
a.imagelink:link { color:black; text-decoration:none; border:0; }
a.imagelink:visited { color:black; text-decoration:none; border:0; }
a.imagelink:focus { color:#f7d600; text-decoration:none; border:0; }
a.imagelink:hover { color:black; text-decoration:none; border:0; }
a.imagelink:active { color:#f7d600; text-decoration:none; border:0; }

#breadcrumb {
	border-bottom: 1px solid #a5a5a5;
	padding-bottom:5px;
	margin-bottom:15px;
}

#breadcrumb a {
	text-decoration:none;
	color: black;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
}

#rechts {
	border:1px solid #a5a5a5;
	background:#fff;
	font-size: 0.8em;
}

#rechts ul li {
	margin-bottom: 5px;
}

#rechts form {
	margin:0;
}

#rechts fieldset {
	border:0;
	margin:0;
	padding:0;
}

#rexsearch {
	width:70%;
}

#rexsearchbtn {
	width:20%;
}

#xsearch {
	width:70%;
}

#xsearchbtn {
	width:20%;
}

#rechts a { font-weight:normal; text-decoration:none;  }
#rechts a:link { color:black; border-bottom: 1px solid black; }
#rechts a:visited { color:black; border-bottom: 1px dotted #a5a5a5; }
#rechts a:focus { color:#f7d600; }
#rechts a:hover { color:black; border-bottom: 2px solid #f7d600; }
#rechts a:active { color:#f7d600; }

#fusszeile {
	background-image:url(background.png);
	background-repeat:no-repeat;
}

span.accesskey {
	text-decoration:none;
	display:none;
}

#veranstaltungsformular .veranstaltungsformular_msg {
	color:red;
	font-weight:bold;
}
