@CHARSET "UTF-8";

/********************/
/**** RESET/STD *****/
/********************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font: 13px helvetica, "lucida-grande", tahoma, arial, verdana, sans-serif;
	color: #4d4d4d;
	line-height: 18px;
}

a img {
	border: 0px;
}



div#PageContainer
{
	width: 960px;
	margin: 0 auto; 
	background-color: #fff;
}

div#PageContainer div#HeaderContainer
{
	width: 960px;
	height: 212px;
	background-image: url( '/images/modules/wickedfestival/core/header.gif' );
}

div#HeaderContainer div#Menu
{
	height: 30px;
	margin-left: 330px;
	padding-top: 106px;
	letter-spacing: 0.5px;
}

div#Menu ul
{
	list-style-type: none;
}

div#Menu ul li
{
	display: inline;
	padding-right: 20px;
}

div#Menu a
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

div#Menu a:hover
{
	color: #009ee0;
	text-decoration: none;
}

div#Menu a.active
{
	color: #009ee0;
	text-decoration: none;
}


div#HeaderContainer div#Teaser
{
	height: 45px;
	margin-left: 330px;
	padding-top: 0px;
	color: #fff;
	font-size: 24px;
}

div#HeaderContainer div#Teaser_Sec
{
	height: 30px;
	margin-left: 410px;
	padding-top: 15px;
	letter-spacing: 0.5px;
	color: #666;
	font-size: 16px;
}

div#ContentContainer
{
	margin-top: 10px;
	margin-left: 60px;
	width: 890px;
}


div#PageContainer div#Content
{
	margin: 25px 20px;
}

div#PageContainer div#SubMenu
{
	margin: 8px 15px 5px 15px;
}



table.Content
{
	width: 100%;
	padding: 0;
}

table.Content td.menu
{
	width: 200px;
	background-color: #f3f3f3;
}

table.Content td.content
{
	background-color: #f3f3f3;
}


a {
	color: #009ee0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#headline
{
	width: 100%;
	height: 23px;
	border-bottom: 2px solid #e2007a;
	margin-bottom: 15px;
}

div#headline.blue
{
	border-bottom: 2px solid #009ee0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	float: right;
}

h2 {
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}

h1, h2, h3, h4
{
	color: #e2007a;
}

h1.blue, h2.blue, h3.blue, h4.blue
{
	color: #009ee0;
}

div#FooterContainer
{
	margin-top: 5px;
	width: 100%;
}

div#FooterContainer div#Text
{
	font-size: 11px;
	float: right;
	margin-right: 20px;
	color: #ccc;
}

div#FooterContainer div#Text a.eumedio
{
	color: #ee7f01;
	text-decoration: none;
}

div#FooterContainer div#Text a.eumedio:hover
{
	text-decoration: underline;
}

div#FooterContainer div#Text a
{
	color: #e2007a;
	text-decoration: none;
}

div#FooterContainer div#Text a:hover
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}
