html {
	height: 100%;
	width: 100%;
}
body {
	margin: 20px 0px;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
}
p, ul {
	padding: 5px 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}
a {
	color: #de0d79;
	text-decoration: none;
}
a:hover {
	color: #de0d79;
	text-decoration: underlne;
}
.clearer {
	overflow:hidden;
	margin:0 0 -1px 0;
	height:1px;
	clear:both;
}
.headerlinks {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headerlinks .cont {
	line-height: 16px;
	padding: 10px;
}
.headerlinks a {
	color: #de0d79;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.headerlinks a:hover {
	color: #de0d79;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
/*
.headerlinks img {
	margin: 7px;
}
.headerlinks img:hover {
	margin: 0px;
	border: 7px solid #de0d79;
}
*/
.mainmenu {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	background-color: #d4d4d4;
	background-image: url(../images/mBg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px 10px;
}
.mainmenu a {
	color: #333;
	text-decoration: none;
	display:inline-block;
	padding: 17px 10px;
	padding-bottom: 18px;
}
.mainmenu a:hover, .mainmenu .on {
	color: #FFF;
	text-decoration: none;
	display:inline-block;
	padding: 17px 10px;
	padding-bottom: 18px;
	background-image: url(../images/mBg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.contbg1 {
	background-image: url(../images/bg3b.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.contbg2 {
	background-image: url(../images/bg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #de0d79;
	padding-top: 20px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	color: #de0d79;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #de0d79;
}
.cont1 {
	line-height: 18px;
	padding: 30px 20px;
	padding-top: 10px;
}
li {
	list-style-type: none;
	list-style-image: url(../images/bullet1.gif);
	list-style-position: inside;
}
li a {
	color: #333;
}
.footer {
	color: #a1a1a1;
	font-size: 10px;
	padding: 20px;
}
.footer b {
	color: #a1a1a1;
}
.footer a {
	color: #a1a1a1;
	text-decoration: underline;
}
.footer a:hover {
	color: #a1a1a1;
	text-decoration: none;
}
.footer span {
	color: #5f5f5f;
	padding-left: 15px;
	padding-right: 5px;
}
.rightcol {
	line-height: 18px;
	padding: 30px 20px;
	padding-top: 10px;
}
.daatum {
	color: #de0d79;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.rightcol .events a{
	color: #333;
}
.submenu {
	display: block;
	line-height: 16px;
	padding-top: 16px;
}
.submenu a {
	display:block;
	color: #DE0D79;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bullet1.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	padding: 4px 0px;
	padding-left: 10px;
}
.submenu a:hover {
	display:block;
	color: #FFF;
}

.submenu div a {
	color: #333;
	font-weight: normal;
	padding-left: 25px;
	background-position: 15px 10px;
}
.submenu div div a {
	font-size: 10px;
	padding-left: 40px;
	background-position: 30px 10px;
}
.submenu div div div a {
	font-size: 9px;
	padding-left: 55px;
	background-position: 45px 10px;
}

form {
	padding: 0px;
	margin: 0px;
}
.button {
	background-color: #de0d79;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 4px 10px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #de0d79;
	font-weight: bold;
}
.button:hover {
	background-color: #de0d79;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #eeb3b4;
	padding: 4px 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #de0d79;
}
.field1 {
	width: 130px;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 5px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #de0d79;
}

