/* DRUCK-FORMATVORLAGE FÜR KALEIDISCOPE */

/* ALLGEMEIN */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Helv, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* TEXT */

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, Helv, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 6px;
}

p, ol, ul {
	margin-bottom: 1em;
	line-height: 140%;
}

/* LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.text a {
	text-decoration: none;
	font-weight: bold;
}


.text12 {
	font-size: 11px;
	font-weight: normal;
}

.text12 a {
	text-decoration: none;
	font-weight: bold;
}


/* BILDER */

img.left {
	float: left;
	width: 0px;
	height: 0px;
}

img.right {
	float: right;
	width: 0px;
	height: 0px;
}

img.right2 {
	float: right;
	width: 0px;
	height: 0px;
}

/* FORMULARE */

input, textarea {
	border: 1px solid #000000;
	font: bold 12px Tahoma, Arial, Helvetica, Helv, sans-serif;
	color: #000000;
}

/* MENÜ OBEN */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 5px 5px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 140px;
	height: 20px;
	margin: 0 0 0 8px;
	padding: 18px 0 0 0;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .aktuell a {
	text-transform: uppercase;
	color: #ffffff;
}

/* KOPFZEILE */

#header {
	height: 80px;
	background: url(pics/header.jpg) no-repeat center top;
}

#logo {
	float: left;
}

#logo p {
	float: left;
	margin: 0;
	padding: 10px 0 0 10px;
}

/* SEITENBEREICHE LINKS UND RECHTS */

.seiten {
	float: left;
	width: 140px;
}

.seiten ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.seiten li {
	margin: 0 auto;
}

.seiten li ul {
	margin: 0 auto;
}

.seiten li li {
	padding: 5px 0 5px 10px;
	border-bottom: 1px dotted #000000;
}

.seiten li li a {
	text-decoration: none;
	color: #000000;
}

.seiten li li a:hover {
	color: #000000;
}

.seiten li h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}

.seiten li h2 {
	padding-top: 10px;
	color: #000000;
}
#linkeseite {
	padding: 0;
}

#rechteseite {
	clear:both;
}

/* HAUPTTEIL */

#mitte {
	width: 800px;
	margin: 0 auto;
}

#inhalt {
	float: left;
	width: 500px;
	padding: 0 0 0 10px;
}

.eintrag {
	margin-bottom: 10px;
	color: #000000;
}

.eintrag a {
	color: #000000;
}

.eintrag a:hover {
	color: #000000;
}

.eintrag .title {
	margin: 0;
	padding: 10px 20px 0 10px;
}

.eintrag .title a {
	text-decoration: none;
	color: #000000;
}

.eintrag .meldung {
	padding: 10px 20px 10px 10px;
}

.eintrag .links {
	clear: both;
	margin: 0;
	padding: 10px 20px 10px 10px;
	border-top: 1px dotted #000000;
}

.eintrag .links a {
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.eintrag .links a:hover {
	color: #000000;
}

.mini {
	font-size:10px;
}

/* FUSSZEILE */

#footer {
	clear: both;
	padding: 0;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #000000;
}

#footer a {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover {
	color: #000000;
}
