A:link             {
	text-decoration: none;
	color: Black;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
A:active           {
	text-decoration: none;
	color: #FA7D19;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
A:visited          {
	text-decoration: none;
	color: Black;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
A:hover            {
	text-decoration: underline;
	color: Blue;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

    body {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	color: #000000;
	font-family: Arial,Verdana, Helvetica;
}

body, table { /* Why do tables use larger font otherwise? */
    font-size: 11px;
}

/* default alignment of table cells */
/* td {vertical-align: top; text-align: left;}*/

/* no borders on images */
img { border: 0px; }


#globalheader {
	background: Yellow;
	margin-bottom: 1em;
	background-color : transparent;	
}

#localheader {
    background: #eee;
    margin-bottom: 1em;
}

#localfooter {
    background: #eee;
    margin-top: 1em;
}

#globalfooter {
    background: #eee;
    margin-top: 1em;
    text-align: center;
}

.pager {margin-top: 1em;}

.more {margin-top: 1em;}

#inhalt{
	position: absolute;
	left: auto;
	width: 540px;
	top : 200px;
	overflow: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: White;
	height:400px;
	/* <-- Höhe des Scroll-Fensters hier einstellen */
	border: 1px none #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	margin-left : 140px;
}

#inhalt_programm{

}
#inhalt_info{

}
#inhalt_galery{

}
#inhalt_partner{

}
#inhalt_shop{

}
#inhalt_history{

}
.ausverkauft          {
	text-decoration: none;
	color: Red;
	font-family: Arial,Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
}