/* CSS Document */

/* BASICS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #005A9A;
	margin: 0px 0px 0px 0px;
	background-color: #FFDC00;
	background-repeat: repeat-x;
	letter-spacing: 1px;
}
ul {
	list-style-type: disc;
	padding: 4px 0px 0px 14px;
	margin: 0px 0px 0px 0px;
	list-style-position: outside;
}
li {
	padding: 0px 0px 6px 0px;
}
p {
	margin: 0px;
	padding: 0px;
	page-break-after:always;
}
a {
	color: #005A9A;
	text-decoration: none;
}
a:hover {
	color: #005A9A;
	text-decoration: underline;
}

/* LAYOUT */
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top:17px;
	width: 810px;
}
#header { width: 100%; height: 168px; background: url(../pics/layout/header.gif) no-repeat 0px 0px; }
#middle {
	height: 341px;
	width: 100%;
	background-image: url(../pics/layout/middle-hg.gif);
}
#bottom {
	margin-right: auto;
	margin-left:auto;
	width: 810px;
	height: 31px;
	text-align: center;
	padding-top: 30px;
	background-image: url(../pics/layout/bottom-hg.gif);
}
#cont_left, .mainmenu {
	padding: 0px 28px 0px 34px;
}
#cont_left {
	padding-top: 30px;
}
#cont {
	padding: 0px 34px 0px 30px;
	margin:0px;
}
#pagetitle {
	padding: 56px 0px 0px 74px;
}
.info-button, .link-button {
	background-image: url(../pics/layout/button-hg.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #fff;
	font-weight: bold;
	padding-bottom:2px;
}
.link-button {
	background-image: url(../pics/layout/button-middle-leer.gif);
}
#bild01, #bild02, #bild03, #bild04, #bild05, #bild06, #bild07, #bild08 {
	height: 405px;
	width: 530px;
	visibility: hidden;
	position: absolute;
	z-index: 500;
	margin-top: -5px;
}

/* TYPO */

a.mainmenu {
	color: #80A1C8;
	padding:0px;
}
.mainmenu-act, a.mainmenu:hover {
	color: #005A9A;
	text-decoration:none;
	padding:0px;
}
.title-big {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-bottom: 2px;
}
a.title-big, a.title-big:hover {
	color: #005A9A;
	text-decoration:none;
}
.title {
	font-size: 26px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 4px;
}
a.info-button, a.link-button {
	color: #fff;
	text-decoration:none;
}
#cont_left, .zitat, .zitat-gross {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	letter-spacing: 0px;
}
.zitat-gross {
	font-size: 18px;
	line-height: 22px;
}

.zitat-quelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-style: normal;
	text-align: right;
}

/* LAYOUT EINZELNE SEITEN */
#zitat_start {
	padding-top: 40px;
}
.bild-gross-links {
	margin-right: 20px;
}
.bild-cont-links {
	margin: 4px 20px 0px 0px;
}
#infobox {
	color: #990000;
}
.tabelle {
	font-size: 11px;
	line-height: 15px;
}
.tabelle td {
	padding: 4px 8px 4px 8px;
	}
.tabelle li {
	padding: 0px 0px 0px 0px;
}
.tabelle ul {
	padding-top: 0px;
}
.line-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

