/* Colors
dunkel:	#8A5F2C
mittel:	#AE8359
mittel_hell: #CEA379;
hell:		#FEF3C9
orange:	#EB8A2B
*/

body{
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #8A5F2C;
	margin: 0px;
	padding: 0px;
}

table{
	float: none;
}

td.left{
	padding: 10px 5px 5px 5px;
	vertical-align: top;
	text-align: center;
	width: 170px;
}

td.right{
	padding: 10px 5px 5px 5px;
	vertical-align: top;
	text-align: left;
	width: 250px;
}

td.left_logo{
	height: 120px;
	background-image: url(pics/logo2.gif);
	background-position: center;
   background-repeat: no-repeat;
	vertical-align: bottom;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FEF3C9;
}

td.main{
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 0px 5px 5px 5px;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #FEF3C9;
	border-right: 1px solid #FEF3C9;
	border-bottom: 1px solid #FEF3C9;
	background: #AE8359;
	width: 600px;
}

td.copyright{
	vertical-align: bottom;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CEA379;
	padding-bottom: 5px;
}

img{
	border: 1px solid #FEF3C9;
}

a.left{
	text-decoration: none;
	color: #FEF3C9;
}


/*******************/
/* Main Window     */
/*******************/
#main{
	font-famlily: Arial, Helvetica, sans-serif;
	text-align: center;
}

#main table.home{
	background-image: url(pics/home/home2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 450px;
	height: 360px;
}

#main th{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

#main td.home{
	vertical-align: middle;
	text-align: center;
}

#main td.thumb{
	vertical-align: middle;
	text-align: center;
}

#main li{
	font-size: 14px;
	font-weight: bold;
	list-style: circle;
	text-align: left;
}

#main h1 {
	font-size: 20px;
}

#main h2 {
	font-size: 16px;
}

#main h3 {
	font-size: 12px;
}

#main p{
	font-size: 12px;
}

#main input, select, textarea {
	font-size: 11px;
	font-weight: bold;
	background: #FEF3C9;
	border: 1px solid Black;
}

#main a{
	text-decoration: none;
	color: #FEF3C9;
}

#main img.arrow{
	border: 0;
}

/* Main Window     */

/******************/
/* Header         */
/******************/
#header {
	
}

#header table.banner{
	border: 1px solid #FEF3C9;
}

#header td.header1{
	border-bottom: 1px solid #FEF3C9;
	color: #FEF3C9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#header td.header2{
	background: #AE8359;
	color: #FEF3C9;
	border-left: 1px solid #FEF3C9;
	border-right: 1px solid #FEF3C9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#header td.header3{
	background: #AE8359;
	border-bottom: 1px solid #FEF3C9;
	color: #8A5F2C;
	font-size: 80px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}

#header a{
	color: #FEF3C9;
	text-decoration: none;
}

#header img{
	border: 0px;
    margin: 0px;
	padding: 0px;
	border: 0px;
	float: none;
	display: inline;
	vertical-align: top;
}
/* Header         */

/******************/
/* Top Navigation */
/******************/
#navigation {
	padding: 0px;
	margin: 0px 0px 9px 0px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

#navigation a{
	text-decoration: none;
}

#navigation ul{
	padding: 0px;
	margin: 0px;
}

#navigation li{
	display: inline;
	padding: 0px;
	margin: 0px;
}

#navigation a span{
	padding: 0px 9px 0px;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

#navigation a:hover{
	text-decoration: none;
}

#navigation .clicked_itemspan a span {
	background: #EB8A2B;
	color: #FEF3C9;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FEF3C9;
}
/* Top Navigation */

/******************/
/* Programm       */
/******************/
#programm {
}

#programm table{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 580px;
	border: 1px solid #FEF3C9;
	border-spacing: 1px;
	background: #8A5F2C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#programm td{
	margin: 0px;
	padding: 3px;
}

#programm td.Normal {
	background: #CEA379;
}

#programm td.Highlight {
	background: #FEF3C9;
	background-image: url(pics/highlight.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#programm td.SuperHighlight {
	background: #EB8A2B;
	background-image: url(pics/superhighlight.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#programm h1 {
	font-size: 16px;
	display: inline;
}

#programm h2 {
	font-size: 12px;
	font-style: italic;
	display: inline;
}

#programm h3 {
	font-size: 11px;
	display: inline;
}

#programm p {
	font-size: 11px;
	display: inline;
}

#programm .header {
	font-size: 12px;
	font-style: italic;
	display: inline;
	text-align: left;
	font-weight: bold;
}

#programm a {
	color: Black;
	text-decoration: underline;
}

#programm a.back{
	text-decoration: none;
	color: #FEF3C9;
	font-weight: bold;
}

#programm table:hover{
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

#programm table.logos {
	margin: 70px 0px 0px 5px;
	padding: 0px;
	float: right;
	display: inline;
	width: 210px;
}
/* Programm       */

/******************/
/* Newsblock      */
/******************/
#newsblock {
}

#newsblock table{
	margin: 0px;
	padding: 0px;
	width: 230px;
	border: 1px solid #FEF3C9;
	border-spacing: 1px;
	background: #8A5F2C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#newsblock td{
	margin: 0px;
	padding: 3px;
	background: #EB8A2B; /* #CEA379 oder #EB8A2B */
}

#newsblock h1 {
	font-size: 16px;
	display: inline;
}

#newsblock h2 {
	font-size: 12px;
	font-style: italic;
	display: inline;
}

#newsblock h3 {
	font-size: 11px;
	display: inline;
}

#newsblock a {
	color: #FEF3C9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* Newsblock      */

/******************/
/* Heute im schlachthof      */
/******************/
#todayblock {
}

#todayblock table{
	margin: 0px;
	padding: 0px;
	width: 230px;
	border: 1px solid #FEF3C9;
	border-spacing: 1px;
	background: #8A5F2C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#todayblock td{
	margin: 0px;
	padding: 3px;
	background: #EB8A2B; /* #CEA379 oder #EB8A2B */
}

#todayblock h3 {
	font-size: 11px;
	display: inline;
}

#todayblock a {
	color: #FEF3C9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* Heute im Schlachthof      */


/* Colors
dunkel:	#8A5F2C
mittel:	#AE8359
mittel_hell: #CEA379;
hell:		#FEF3C9
orange:	#EB8A2B
*/