/*************  Body generelle Einstellungen   ***************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #999999;
	width: 200px;
	height: auto;
	margin-left: 8px;
}

/*************  BannerTop, oben mit Hover-Grafiken   ***************/
#BannerTop {
	background-color: #999999;
	width:785px;
	height:auto;
	z-index:1;
	left: auto;
	right: auto;
	top: 0;
	margin-bottom: 0;
/*	border-bottom-width: thick;
	border-bottom-style: none;
	border-top-width: thick;
	border-right-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;*/
}

/*************  Überschrift für den Inhalt   ***************/
#ueberschrift{
	position:absolute;
	width:570px;
	height:55px;
	z-index:1;
	left: 211px;
	top: 108px;
	background-image: url(inhalt_h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	line-height: 1em;
	text-align: center;
	padding-top: 0.5em;
	font-weight: bold;
	right: auto;
	margin-top: auto;
	vertical-align: top;
	background-color: #999999;
}
#ueberschrift h1 {
	font-size: 1.6em;
	padding-top: 10px;
	letter-spacing: 0.1em;
}

/*************  Inhaltslayer, generelle Einstellungen   ***************/
#inhalt {
	position:absolute;
	width:570px;
	z-index:4;
	left: 211px;
	top: 170px;
	background-image: url(inhalt_txt_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	}
#inhalt .meinText {
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
	display: block;
	margin-right: 2em;
	margin-left: 1.5em;
	color: #000000;
}
#inhalt h1 {
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	margin-right: 2em;
	margin-left: 1.5em;
	color: #333333;
	background-color: #FFFFCC;
	height: 1.2em;
	vertical-align: middle;
	margin-top: 0px;
	font-variant: normal;
	background-position: center;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#inhalt h2 {
/*Überschrift für Publikationen*/
	font-size: 0.8em;
/*	letter-spacing: 0.1em;*/
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin-right: 2em;
	margin-left: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#inhalt .publikdetails {
	/* Details zu den Publikationen */
	font-size: 0.8em;
	line-height: 1em;
	text-align: justify;
	font-weight: normal;
	margin-right: 4.8em;
	margin-left: 4.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #000000;
}
#inhalt a:link {
/*	background-color: #CCCCCC; */
	color: #0033cc;
	text-decoration: none;
}
#inhalt a:hover {
	background-color: #ffff99;
	color: #000000;
	text-decoration: none;
}
#inhalt #impressumunten {
	font-size: 0.6em;
	text-align: center;
	background-image: url(inhalt_impr_bg.jpg);
	height: 58px;
	visibility: visible;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin-top: auto;
	margin-bottom: 0em;
}

/*************** Subnavi Liste links intern ******************/
#subnavi {
	width: 510px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: 0.5em;
	margin-left: 0.5em; /* padding zwischen Links */
	height: 10px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#subnavilist li {
	margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}
#subnavi a:link, #subnavi a:visited {
	float: left;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-decoration: none;
}
#subnavi a:hover {
	color: #000;
	text-decoration: underline;
}
.bannerlinks{
	height: auto;
	width: 150px;
	left: 10px;
	margin-left: 8px;
	font-size: 0.8em;
	background-color: #CCCCCC;
	top: 190px;
	text-align: left;
	padding: 15px;
	margin-top: 20px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
/************** Formatierungen für die untere Leiste ******************/
#inhalt #impressumunten a:link {
	background-color: #CCCCCC;
	color: #0033cc;
	font-size: 0.9em;
}
#inhalt #impressumunten a:hover {
	background-color: #ffff99;
	color: #000000;
	text-decoration: none;
}
#inhalt #amazonlinks {
	height: 90px;
	width: auto;
}
#werbebox {
	margin-right: 0%;
	background-color: #00FF00;
	float: left;
	height: auto;
	width: auto;
}
#inhalt ul {
	padding-left: 50px;
}
