body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.001%;
	margin: 0;
	padding: 0;
	color: #000;
}

/* Hyperlinks Standardformatierung */

a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #000;
}

a:hover {
	color: #da1f3d;
}

/* Textformatierungen */

p {
	line-height: 150%;
}

h1 {
	margin: 0;
	font-family:  Trebuchet, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	margin: 0 0 40px -40px;
	width: 190px;
	text-align: right;
	padding: 0 10px 0 0;
	background-image: url(../pics/_layout/bg_h1.gif);
	background-repeat: no-repeat;
}

h2 {
	border-top: 1px solid #999;
	color: #999;
	font-size: 100%;
	margin: 2em 0;
	padding-top: .5em
}

/* Layout */

#container {
    position: relative;
    background: #cbd5c2 url(../pics/_layout/bg_container_rosa.gif) repeat-x 0 102px;
    margin: 0 auto;
padding: 0 0 2em 0;
    width: 800px;
    z-index: 30;
    font-size: 80%;
}	

#header {
	background: #cbd5c2 url(../pics/_layout/header.jpg);
	width: 800px;
	height: 100px;
	border-bottom: 2px solid #da1f3d;
}

#menue {
	background: #cbd5c2 url(../pics/_layout/menu.jpg) no-repeat;
	margin-top: 1px;
	width: 800px;
	height: 100px;
	border-top: 1px solid #da1f3d;
	border-bottom: 2px solid #da1f3d;
}

#menue a img {
	border: none;
	float: left;
}
#menue ul {
	width: 600px;
	margin: 0;
	padding: 0;
	float: right;
}
#menue ul li {
	display: inline;
	font-size: 12px;
	color: #F2E4BF;
	line-height: 20px;
	margin-left: 5px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(../pics/_layout/points.gif);
	background-repeat: no-repeat;
	background-position: 0 -22px;
}

#menue ul li.aktiv {
	background-position: 0 -2px;
}

#menue ul li a:link, #menue ul li a:visited {
	color: #fff;
	text-decoration: none;
	background-position: 0 -22px;
}

#menue ul li a:hover {
	color: #F2E4BF;
	text-decoration: none;
	background-position: 0 -2px;
}

#content {
    position: relative;
    width: 720px;
    background-color: #cbd5c2;
    padding: 0 40px 20px 40px;
	}

#content img {
    border: 1px solid #000;
}

thead { font-weight: bold; }
td { line-height: 150%; }
td.info { line-height: 250%; font-style: italic; }


/* Bilderleiste, Kulturnews */

#bilderleiste {
	width: 760px;
	height: 60px;
	padding: 0 0 0 40px;
	background: #cbd5c2 url(../pics/_layout/bg_bilderleiste.gif) no-repeat;
}

#thumbs {
	float: left;
}

#thumbs a { 
	margin-right: 5px; 
	background-repeat: no-repeat;
	background-position: -800px -800px; }

#bilderleiste h1 {
	background: none;
	margin: 38px 13px 0 0;
	padding: 0;
	width: 180px;
	float: right;
}

#bilderleiste img {
	border: 1px solid #000;
}

#grossbilder {
	padding: 30px 0 30px 40px;
	background-color: #cbd5c2;
}

#grossbilder img {
	border: 1px solid #000;
}

#grossbilder dl dt { float: left; margin-right: 20px; }
#grossbilder dl dd { padding-top: 290px;}

.breaker { clear: both; }

/* aktuelles, KulturNews */

.newskultur, #aktuelles {
	width: 760px;
	padding: 0 0 20px 40px;
	background: #cbd5c2 url(../pics/_layout/bg_bilderleiste.gif) no-repeat;
}

.newskultur h1, #aktuelles h1 {
	background: none;
	margin: 38px 15px 20px 0;
	padding: 0;
	width: 180px;
	float: right;
}

.newskultur h2, #aktuelles h2 {
	clear: right;
} 

.newskultur table {
	width: 100%;
}

.newskultur table thead tr {
	font-weight: bold;
}

.newskultur table tbody tr td {
	padding: 2px;
	}

td.meta { width: 10%; padding-right: 5px; }
td.info { width: 70%; padding-left: 5px; }

.copyright {
	margin-left: 40px;
	color: #999;
	font-size: 80%;
}

.copyright a { color: #999; }

/* Balken ueber gesamte Breite */
	
#links {
   background-image: url(../pics/_layout/bg_links.gif);
	position: absolute;
	top: 100px;
	height: 128px;
	width: 100%;
	z-index: 10;

}

#rechts {
   background-image: url(../pics/_layout/bg_rechts.gif);
	position: absolute;
	left: 50%;
	height: 128px;
	width: 50%;
	z-index: 20;

}
