/* Trachtengruppe Billigheim Cascad Style Sheet  */

html {
	height: 100%; }

body { 
	background-image:url(./img/interface/left_bodure.jpg);
    background-repeat: repeat-y;
	background-color: #FFCC00;
    font-family: Verdana,Tahoma,Arial;
    margin: 0px;
    font-size: 10pt;
	width: 100%;
    height: 100%; }

img{
	border:0px;	}

td { font-size: 10pt; 
	vertical-align:top;
	padding: 0px; }

th { font-size: 10pt;
	vertical-align:top;
	padding: 0px; }	

table { 
	padding: 0px;
	margin: 0px;
	border-spacing: 0px; }

table.content{ 
	padding-top:10px;
	padding-right:20px;
	width:100%; }

table.acp{ 
	padding-top:10px;
	padding-right:0px;
	width:100%; }
	
td.menuflag {
	background-image:url(./img/interface/left_flagmenu.jpg);
    background-repeat: no-repeat;
	vertical-align: top;
	width: 238px;
    padding: 0px;
    height: 505px; }

td.menubodureXX {
	background-image:url(./img/interface/left_bodure2.jpg);
    background-repeat: repeat-y;
	vertical-align:bottom;
	height:100%;
    width: 238px;
    padding: 0px; }
				
td.menuyellow {
	font-size: 8pt;
	font-weight: bold;
	text-align:center;
	height: 265px;
	padding-top: 10px;
	color: black; }

td.menublack{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	height: 265px;
	padding-top: 10px;
	color: yellow; }
				
table.top{
	width:100%;
	height:80px; }

td.sitetitle{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	vertical-align:middle;
	padding-top: 2px;
	background-image:url(./img/interface/top_titletab_pattern.gif) }

	
td.topbodure {
	width:100%;
	height: 80px;
	background-image:url(./img/interface/top_bodure.jpg);
/*	padding-bottom: 10px;
	vertical-align:middle;
	text-align:center;
	font-size:20pt;
	font-weight: bold;
	font-style: italic;*/
	background-repeat: repeat-x; }


/* == CALENDAR == */
table.calendar_month{
	width:100px;
	border: 1px solid orange;
	}

td.calendar_day {
	text-align: center;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;	}

td.calendar_day_highlight {
	text-align: center;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	background-color: orange; }

/* Links */
a.menu_yellow:link { color:#000000; text-decoration:none }
a.menu_yellow:visited { color:#000000; text-decoration:none }
a.menu_yellow:hover { color:#000000; text-decoration:underline }
a.menu_yellow:active { color:#000000; text-decoration:none }

a.menu_black:link { color:#FFFF00; text-decoration:none }
a.menu_black:visited { color:#FFFF00; text-decoration:none }
a.menu_black:hover { color:#FFFF00; text-decoration:underline }
a.menu_black:active { color:#FFFF00; text-decoration:none }
