@charset "UTF-8";
/* CSS Document */

body 
{
	background-color: #7FA177;
	background-image: url(/layout/hintergrund.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100.1%;
}

body #announcement 
{
	position: absolute;
	top: 150px;
	left: 180px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 20px;
	line-height: 135%;
}


#seite
{
	background-image: url(/layout/pageBackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 10px solid #ffffff;
	margin: 70px auto;
	position: relative;
	height: 724px;
	width: 970px;
}

#inhalt
{
	background-color: #CCD9C9;
	background-color: #F5F7F4;
	position: absolute;
	left: 180px;
	top: 360px;
	padding: 10px;
	overflow: auto;
	height: 325px;
	width: 750px;
}

ul, 
ol
{
	margin: 0;
	padding: 0 0 0 1em;
}

li
{
	margin: 0;
	padding: 1em 0;
}

h2
{
	font-size: 150%;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

h3
{
	font-size: 90%;
}

small
{
	font-size: 80%;
}

/* Navigations-Menü */
a.home
{
	display: block;
	position: absolute;
	left: 380px;
	top: 320px;
	height: 30px;
	width: 145px;
	text-decoration: none;
}

a.zurueck
{
	background-color: #ffffff;
	background-image: url(/layout/zurueck.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 145px;
	top: 365px;
	height: 25px;
	width: 25px;
	text-decoration: none;
}
a.zurueck:hover { background-image: url(/layout/zurueckAktiv.gif); }


/* LIBRARY */
a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

table
{
	border: 0;
}

	table td
	{
		padding: 1em 0;
		vertical-align: top;
	}

	table td.datum
	{
		padding-right: 20px;
		white-space: nowrap;
	}

.titelbild
{
	float: right;
	margin: 0 0 20px 20px;
}


a.titelbild
{
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: default;
	text-decoration: none;
}

a.titelbild:hover { background-position: right top; }

.menu
{
	list-style-type: none;
}

.menu a
{
	background-position: left top;
	background-repeat: no-repeat;
	color: #333333;
	display: block;
	outline: none;
	position: absolute;
	text-align: left;
	text-decoration: none;
	text-indent: -9999em;
}

.menu a:hover,
.menu .here a
{ text-decoration: underline; }

.menu .uebersetzungen
{
	background-image: url(/layout/navUebersetzungen.jpg);
	height: 130px;
	width: 110px;
	left: 35px;
	top: 131px;
}
.menu .uebersetzungen:hover,
.menu .here .uebersetzungen
{ background-image: url(/layout/navAktivUebersetzungen.jpg); }

.menu .buecher
{
	background-image: url(/layout/navBuecher.jpg);
	height: 130px;
	width: 90px;
	left: 298px;
	top: 131px;
}
.menu .buecher:hover,
.menu .here .buecher 
{ background-image: url(/layout/navAktivBuecher.jpg); }

.menu .interviews
{
	background-image: url(/layout/navInterviews.jpg);
	height: 130px;
	width: 90px;
	left: 558px;
	top: 131px;
}
.menu .interviews:hover,
.menu .here .interviews
{ background-image: url(/layout/navAktivInterviews.jpg); }

.menu .filme
{
	background-image: url(/layout/navFilme.jpg);
	height: 130px;
	width: 100px;
	left: 823px;
	top: 131px;
}
.menu .filme:hover,
.menu .here .filme
{ background-image: url(/layout/navAktivFilme.jpg); }

.menu .sonstiges
{
	background-image: url(/layout/navSonstiges.jpg);
	height: 135px;
	width: 100px;
	left: 35px;
	top: 431px;
}

.menu .kontakt
{
	right: 100px;
	top: -40px;
	text-indent: 0;
}

.menu .datenschutz
{
	right: -10px;
	top: -40px;
	text-indent: 0;
}


.menuSub {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menuSub li {
	padding: 0;
	margin: 0.5em 0;
}

.menuSub li a img {
	border: 1px solid;
	border-bottom-color: inherit;
	margin: 0 1em;
}
.menuSub li a img:first-child {
	margin-left: 0;
}


.composite
{
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 70px;
	width: 125px;
	margin: 0 0 20px 20px;
}

.composite:hover
{
	background-position: right top;
}