body {
margin:0;
background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
} 

p,td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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 #007f6d;}
table.mytable td { font-size: 18px; border: none; background-color: #ffffff; vertical-align: middle; padding: 1px; font-weight: bold; color: #007f6d;}
table.mytable tr.special td { border-bottom: 1px solid #007f6d;  }

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


/*front subtitle table */
table.frontsubtable { width: 100%; padding: 0px; border: none; border-bottom: 1px solid #007f6d;}
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 #007f6d;  }

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

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

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

#separate li:hover
{
background-color: #369;
color: #fff;
}
/*text decoration*/
a {
	text-decoration: none;
}

input, textarea, select { 
    border: 1px solid #007f6d; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

