/*-------------------------------------------------
  General layout
-------------------------------------------------*/
html { font-size: 100% }

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #BEC2CB;
	background-color: #000000;
	line-height: 130%;
	margin: 10px 5px 5px 5px;
	padding: 0;
}

img
{
	border: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Links */
a:link, a:visited
{
	text-decoration: none;
}
a:hover, a:active
{
	text-decoration: none;
}

.yellow {
	color: #fbe049;
}

.green {
	color: #00a26c;
	font-weight: bold;
}

.pink {
	color: #ec008c;
	font-weight: bold;
}

.clear-right
{
	height: 0;
	clear: right;
}

.centerize
{
	text-align: center;
}

.subtitle
{
	font-size: smaller;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/

#header {
	width: 571px;
	margin: auto;
	padding: 0 20em 0 14em;
}

div.topbar {
	font-size: 0.8em;
}

div.topbar li {
	display: inline;
	padding-left: 27px;
}

div.topbar li.aktuell {
	padding-left: 0;
	color: #fbe049;
}

div.topbar li.aktuell img{
	margin-bottom:-3px;
	margin-right:3px;
	margin-left:6px;
}
	
div.topbar a:link, div.topbar a:visited{
	color: #666666;
	font-size: 90%;
}

div.topbar a:hover, div.topbar a:active{
	color: #fbe049;
	font-size: 90%;
}

div.topbar li.aktuell a:link, div.topbar li.aktuell a:visited, div.topbar li.aktuell a:hover, div.topbar li.aktuell a:active {
	color: #fbe049;
	padding-left: 27px;
}

div.topbar ul.navi2 a:link, div.topbar ul.navi2 a:visited, div.topbar ul.navi2 a:hover, div.topbar ul.navi2 a:active {
	color: #d7d1bd;
}

div.topbar ul.navi2 li.aktuell a:link, div.topbar ul.navi2 li.aktuell a:visited, div.topbar ul.navi2 li.aktuell a:hover, div.topbar ul.navi2 li.aktuell a:active {
	color: #fbe049;
}

div.topbar ul.navi2 {
	margin: 0.5ex 0 0 0;
}

#dfb-kulturstiftung {
	float: left;
	margin-left: -110px;
}

#eurosport {
	float: right;
}
	
#elf-mm {
	/*position:relative;
	top:-30px;
	margin-top: 30px;*/
	}
		

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/

#mainwrapper {
	width: 571px;
	margin: auto;
margin-top: 30px;
	padding: 0 20em 0 14em;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/

#container {

}

#script h1 {
	font-size: 2em;
	color: #fbe049;
	margin-left: 20px;
}

#script h1.navi2 {
	color: #d7d1bd;
}

#script h1 .small-active {
	font-size: 0.5em;
	color: #fbe049;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.content-border {
	border: 6px solid #333333;
	background-color: #666666;
	margin: 6px 6px 2ex 6px;
}
.content {
	background-color: #d7d1bd;
	color: #000000;
	font-size: 0.8em;
	margin: 4px;
	padding: 1em;
}

.content h1, h2, h3 {
	font-size: 1em;
	font-weight: bold;
}

.content h1 {
	margin-bottom: 3ex;
}

.content p.date {
	font-size: 0.8em;
	margin: 0;
}

.content img {
	border: 4px solid #666666;
	float: right;
	margin: 0 0 0.5em 0.5em;
}

.content img.nofloat {
	float: none;
	margin-left: 0;
}
.content img.noborder {
	border: none;
}

.content a:link, .content a:visited
{
	color: #000000;
	text-decoration: underline;
}
.content a:hover, .content a:active
{
	color: #000000;
	text-decoration: underline;
}

.content ul {
	list-style: outside square;
	margin-left: 2em;
}

.content li {
	padding: 0.5ex 0;
}

.content ol {
	padding-left: 1.5em;
}

.content table {
	border: none;
	vertical-align: top;
}

.content th {
	display: none;
}

.content td {
	vertical-align: top;
	min-width: 7em;
}

.content td.dashedborder {
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}

.content  div.more b {
	display: none;
}
.content  div.more img {
	float: none;
}

/* im Archiv werden Daten und Zeiten in der Rightbox ausgeblendet */
.content div.archiv div.rightbox {
	display: none;
}
/*-------------------------------------------------
  Menu
-------------------------------------------------*/

#sidebar
{
	float: left;
	width: 14em;
	padding: 0;
	margin-left: -14em;
	margin-top:-83px;
	color: #b09e6b;
font-size: 0.9em;
}

#sidebar a:link, #sidebar a:visited
{
	color: #b09e6b;
}
#sidebar a:hover, #sidebar a:active
{
	color: #d7d1bd;
}

#sidebar ul {
	margin: 3ex 0 5ex;
}
	
#sidebar ul ul{
	margin: 1ex 0 0 0;
}
	
#sidebar ul ul ul{
	margin-left: 27px;
}
	
#sidebar li {
	padding: 1ex 0 1ex 27px;
}
	
#sidebar li li {
	padding: 0.5ex 0 0.5ex 27px;
}
	
#sidebar li.aktuell {
	padding: 3ex 0;
	color: #fbe049;
}

#sidebar li.aktuell img{
	margin-bottom:-3px;
	margin-right:9px;
}
	
#sidebar li.aktuell a:link, #sidebar li.aktuell a:visited, #sidebar li.aktuell a:hover, #sidebar li.aktuell a:active {
	color: #fbe049;
	padding-left: 27px;
}

#sidebar li.aktuell li a:link, #sidebar li.aktuell li a:visited, #sidebar li.aktuell li a:hover, #sidebar li.aktuell li a:active {
	color: #d7d1bd;
	line-height: 3ex;
	padding-left: 0;
}
	
#sidebar li.aktuell li.aktuell a:link, #sidebar li.aktuell li.aktuell a:visited, #sidebar li.aktuell li.aktuell a:hover, #sidebar li.aktuell li.aktuell a:active {
	color: #fbe049;
	padding-left: 27px;
}
	
#sidebar li.aktuell li.aktuell li a:link, #sidebar li.aktuell li.aktuell li a:visited, #sidebar li.aktuell li.aktuell li a:hover, #sidebar li.aktuell li.aktuell li a:active {
	color: #d7d1bd;
	padding-left: 0;
}
	
#sidebar li.aktuell li.aktuell{
	padding: 0.5ex 0;
	color: #d7d1bd;
}
	
#sidebar li.aktuell li.aktuell.notext{
	padding: 0;
}
	
#brot-und-spiele {
	text-align: center;	
	}

#brot-und-spiele h2 {
	font-size: 0.8em;
	font-weight: normal;
	}


/*-------------------------------------------------
  Rightbar / rechte Spalte
-------------------------------------------------*/

#rightbar
{
	float: right;
	width: 18em;
	padding: 0;
	margin: -170px -20em 0 0;
	color: #d7d1bd;
	font-size: 0.9em;
	line-height: 170%;
}

#rightbar h1 {
	font-size: 1em;
	font-weight: bold;
	color: #b09e6b;
}

#rightbar p {
	margin: 0 0 3ex;
}

#rightbar img.currentcat_no, #rightbar img.currentcat_ {
	display: none;
}

#rightbar img.currentcat_yes {
	margin-right: 0.3em;
	margin-bottom: -2px;
}

#rightbar a:link, #rightbar a:visited
{
	color: #d7d1bd;
}
#rightbar a:hover, #rightbar a:active
{
	color: #b09e6b;
}

#rightbar form {
	color: #666666;
	margin-top: -2.5ex;
}

#rightbar input.textfield {
	background-color: #d7d1bd;
	color: black;
	border: 4px solid #666666;
	padding: 0.5ex;
	margin:0 0.5em 0 0;
}

#rightbar input.senden {
	background-color: black;
	color: #b09e6b;
	border: none;
	padding: 0;
	font-weight: bold;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/

#footer {
	clear: both;
	color: #d7d1bd;
}

#footer p {
	border-top: 1px solid #d7d1bd;
	text-align: center;
	font-size: 0.8em;
	padding-top: 2ex;
}

#footer p a {
	color: #d7d1bd;
}

/*-------------------------------------------------
  Leftbox and Rightbox toolbar buttons 
-------------------------------------------------*/

.leftbox, .rightbox {
	border-top: 2px dotted #666666;
	border-bottom: 2px dotted #666666;
	background-color: #b09e6b;
	color: white;
font-weight: bold;
	margin: 3ex 0;
	padding: 3px;
	/*width: 207px;*/
}

.content .rightbox a:link, .content .rightbox a:visited
{
	color: white;
}
.content .rightbox a:hover, .content .rightbox a:active
{
	color: #d7d1bd;
}

