body
{
	margin: 0px;

	background: url(images/bg-repeat.gif);
	background-repeat: repeat-x;

	background-color: #000000;
}

body, table, html, p
{
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

img
{
	font-size: 11px;
}

form
{
	margin: 0px; 
	padding: 0px;
}

textarea:focus, input:focus 
{
	background-color: #f8f0eb;
}

a
{
	/*outline: none;*/
}

a, a:link, a:active, a:visited
{
	color: #162296;

	text-decoration: none;
}

a:hover, a:visited:hover
{
	color: #162296;

	text-decoration: underline;
}

p
{
	padding: 0px;
	margin: 0px;

	padding-top: 6px;
	padding-bottom: 14px;

	display: block;
}

ul, ol, blockquote
{
	margin-top: 2px;
	margin-bottom: 6px;

	padding-top: 0px;
	padding-bottom: 0px;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;
	
	padding-top: 18px;
	padding-bottom: 8px;
}

h1
{

	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 12px;
}

.headerMain
{
	font-size: 26px;
}

.headerSub
{
	color: #797979;

	font-size: 12px;
}

.textInfo
{
	font-size: 16px;
	color: #e5e5e5;
}

.textDisplay
{
	padding: 3px;
	font-weight: bold;
}

.textRemarks
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.inputbox
{
	border: solid 1px #B1B1BD;
	height: 16px;
	width: 220px;
}

.inputarea
{
	border: solid 1px #B1B1BD;
	height: 240px;
	width: 250px;
	padding: 2px;
}

.inputareaFCK
{
	border: solid 1px #003366;
	font-size: 16px;
	padding: 2px;
}


.button, .button:focus 
{
	border: solid 1px #94542c;
	font-size: 12px;

	padding-left: 2px;
	padding-right: 2px;

	color: #000000;
	cursor: pointer;

	background-color: #f8f0eb;
}

.buttonSub
{
	border: solid 1px #969d99;
	font-size: 11px;
	color: #e5e5e5;
	cursor: pointer;
	height: 20px;
}

.error
{
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.buttonCalendarIMG
{
	display:inline;
	padding: 5px;
	color: #FBFFBD;
	font-size: 16px;
}

.maimMenu, .maimMenu:link, .maimMenu:visited, .maimMenu:active
{
	color: #000000;
	font-weight: bold;

	text-decoration: none;
}

.maimMenu:hover, .maimMenu:visited:hover
{
	color: #000000;
	font-weight: bold;

	text-decoration: underline;
}

.videoHolder
{
	background-image: url(images/video-bg.jpg);

	float: left;

	width: 102px;
	height: 108px;
	
	padding-left: 2px;
	padding-top: 2px;
}

.videoHolder_f
{
	padding-top: 3px;
	padding-left: 2px;
	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	height: 36px;
	
	overflow: hidden;
}

.imageHolder
{
	background-image: url(images/img-bg.gif);

	float: left;

	width: 171px;
	height: 115px;
	
	padding-left: 2px;
	padding-top: 1px;
}

.imageHolder_f
{
	height: 16px; 
	
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	
	overflow: hidden;
}

.imageSep
{
	width: 15px;

	float: left;
}

.imageHolder_FP
{
	margin-left: 14px;
	margin-bottom: 10px;

	float: right;
}

.mainBody
{
	width: 1050px;

	margin-left: auto;
	margin-right: auto;

	margin-bottom: 30px;
}

.mainHeader
{
	height: 400px;
	background: url(images/header.jpg);
}

.menuContainer
{
	height: 38px;

	padding-top: 256px;
	padding-left: 60px;
}

.logoHolder
{
	float: left;
	padding-top: 40px;
	padding-left: 50px;
}

.mainContent
{
	background-color: #ffffff;
	padding: 15px;
	padding-top: 5px;
}

.header
{
	padding-bottom: 12px;
	min-height: 24px;
}

.content
{
	min-height: 600px;
}

.content p
{
	padding-top: 0px;
	text-align: justify;
}
/* END STANDARD */


.latestItem
{
	color: #FFFFFF;	
	line-height: 18px;
}

.latestItem, .latestItem:link, .latestItem:visited, .latestItem:hover, .latestItem:visited:hover
{
	color: #FFFFFF;
}

.latestEvent
{
	font-weight: bold;
	font-size: 14px;
}

.haringTitle
{
	font-weight: bold;
	font-size: 16px;
}

.newsBox
{
	color: #ffffff;

	padding: 5px;

	padding-bottom: 15px;
}

.latestNews
{
	font-weight: bold;
	font-size: 12px;
}

.newsDate
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;

	height: 19px;
	overflow: hidden;

	padding-bottom: 4px;
}

.spamHolder
{
	background-color: #a38e45;

	margin-bottom: 14px;
}

.spamHolderP
{
	background-color: #766193;

	margin-bottom: 14px;

	height: 337px;
}

.haringHolder
{
	background-color: #766193;

	color: #ffffff;

	padding: 12px;

	text-align: justify;
}

/* events */

.evButtonP
{
	cursor: pointer;
	float: left;
	width: 88px;
	
	margin-right: 2px;
}

.evButtonL
{
	cursor: pointer;
	float: left;
	width: 69px;
	
	margin-right: 2px;
}

.evButtonT
{
	cursor: pointer;
	float: left;
	width: 97px;
	
	margin-right: 2px;
}

.evGen
{
	padding-top: 4px;

	color: #ffffff;
	font-weight: bold;
	line-height: 13px;
}

/* videos: */

.videoContact
{
	background-color: #5e526e;
	padding: 12px;
	color: #ffffff;
	
	font-weight: bold;
	
	text-align: justify;
}

.videoContact p
{
	color: #ffffff;
}

/* djs */

.djOverview_main
{
	width: 761px;
	height: 171px;

	margin-bottom: 3px;
	
	float: left;
	
	background-position: top right;
	background-repeat: no-repeat;
}

.djBio
{
	padding-top: 18px;
}

.djBio p
{
	text-align: justify;
	color: #ffffff;
	font-weight: bold;
}
.newscontent p {
	text-align: justify;
	color: #ffffff;
	font-weight: bold;
}