
body {
	margin:0;
}

p,td, body {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.foot {
	font-size: 10px;
}
.title {
	font-size: 20px;
	color: #000066;
	font-weight: bold;
}
.festivaltitle {
	font-size: 16px;
	color: #003300;
	font-weight: bold;
}
.headteks {
	font-size: 22px;
	font-weight: bold;
	color: #FFCC00;
}

.subtek {
	font-size: 16px;
	font-weight: bold;
	color: #003300;
}
li {
	list-style-type: square;
}
.logoteks {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}


/*Page title table */
table.mytable { width: 100%; padding: 0px; border: none; border-bottom: 1px solid #BA1219;}
table.mytable td { font-size: 18px; border: none; background-color: #Ffffff; vertical-align: middle; padding: 1px; font-weight: bold; color: #BA1219;}
table.mytable tr.special td { border-bottom: 1px solid #ff0000;  }

.datevenue {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}


/*front subtitle table */
table.frontsubtable { width: 100%; padding: 0px; border: none; border-bottom: 1px solid #000066;}
table.frontsubtable td { font-size: 14px; border: none; background-color: #F4F4F4; vertical-align: middle; padding: 5px; font-weight: bold; color: #003366;}
table.frontsubtable tr.special td { border-bottom: 1px solid #ff0000;  }

/*separator table*/
#separate
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #F47F68;
width: 500px;
}

#separate li
{
list-style: none;
margin: 0;
padding: 0.50em;
border-top: 1px solid #F47F68;
}

#separate li a { text-decoration: none; }

#separate li:hover
{
background-color: #369;
color: #fff;

}

/*Link */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

