
/* ~~~~~~~~~~~~~~~ HTML - TAGS ~~~~~~~~~~~~~~~~~~ */



html, body 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background-color: #F2F2EE;*/
	background-color: #EEF0FC;
}

a img 
{
	border: 0;
}

a 
{
	text-decoration: none;
	/*color: #999966;*/
	color: #3E4187;
}

a:visited 
{
	text-decoration: none;
	/*color: #999;*/
	color: #3E4187;
}

a:hover 
{
	text-decoration: underline;
	/*color: #5F70CD;*/
	color: #8184D0;
}

a:visited:hover 
{
	text-decoration: underline;
	/*color: #FCF8A2;*/
	color: #8184D0;
}

fieldset 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}

p 
{
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	color: #888;
	margin: 0 0 10px 0;
}

h1 
{
	font: normal 17px/22px Arial, Helvetica, sans-serif;
/*	color: #3B5169; */
	color: #8385B8;
	margin: 0 0 0 0;
}
/* ~~~~~~~~~~~~~~~ CLASSES ~~~~~~~~~~~~~~~~~~ */
.invisible 
{
	visibility: hidden;
}

.borderedTop
{
	border-top: 1px solid #D0D0C4;
}

.borderedBottom
{
	border-bottom: 1px solid #D0D0C4;
}
.borderNoneTop
{
	border-top: 1px none #FFF;
}

/* ~~~~~~~~~~~~~~~ MainContainer ~~~~~~~~~~~~~~~~~~ */
#MainContainer 
{
	padding-top: 10px;
	background: url(http://www.moa-nagoldtal.de/img/MainBackground.jpg) repeat-y -20px;
	width: 790px;
	margin-bottom: 30px;
}

/* ~~~~~~~~~~~~~~~ MainSpacer ~~~~~~~~~~~~~~~~~~ */
#MainSpacer 
{
	float: left;
	width: 30px;
	height: 600px;
}

/* ~~~~~~~~~~~~~~~ MainBlock ~~~~~~~~~~~~~~~~~~ */
#MainBlock 
{
	float: left;
	width: 210px;
	margin: 0 0 0 40px;
}

/* ~~~~~~~~~~~~~~~ MainFooter ~~~~~~~~~~~~~~~~~~ */
#MainFooter 
{
	height: 130px;
	clear: both;
	background: url(http://www.moa-nagoldtal.de/img/MainFooter.jpg) no-repeat 29px 90px;
}
#MainFooter img
{
	padding-left: 16px;
	padding-right: 16px;
}

#MainFooter p
{
	text-align: center;
}

#Sponsors
{
	width: 680px;
	margin-left: 60px;
	padding-top: 12px;
}
#Sponsors a:hover
{
	text-decoration: none;
}

#FooterSpacer
{
	height: 30px;
	background-color: #EEF0FC;
}

/* ~~~~~~~~~~~~~~~ ContentBlock ~~~~~~~~~~~~~~~~~~ */


#ContentBlock 
{
	float: left;
	width: 370px;
	padding: 0px 0px 20px 30px;
	margin: 0 0 20px 10px;
}

#ContentBlock a
{
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3E4187;
}
#ContentBlock a:hover
{
	text-decoration: underline;
}

#ContentBlock p
{
	font: 12px/18px Arial, Helvetica, sans-serif;
/*	color: #8B9FB1; */
	color: #B0B0B0;
	margin: 0 0 10px 0;
	text-align: justify;
/*	text-indent: 3px; */
}

#ContentBlock h1 
{
	font: normal 17px/22px Arial, Helvetica, sans-serif;
	color: #3137A5; 
	margin: 0 0 0 0;
}

div#ContentHeader
{
	padding-bottom: 20px;
}

div#captionMain
{
	width: 212px;
	height: 49px;
	background: url(http://www.moa-nagoldtal.de/img/caption/Caption.gif) no-repeat 0px 0px;
	margin-bottom: 40px;
}

div#caption
{
	position: absolute;
	left: 598px;
	top: 10px;
	width: 121px;
	height: 77px;
}

div#stift
{
	position: absolute;
	left: 715px;
	top: 50px;
	width: 39px;
	height: 255px;
	background: url(http://www.moa-nagoldtal.de/img/stift.jpg) no-repeat 0px 0px;
}
div#Countdown 
{
	width: 210px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000099;
	text-align: center;
	/*margin-left: 60px;*/
	margin-top: 5px;
	margin-bottom: 20px;
}
div#Countdown span.CountdownValue 
{  
	font-size: 12px
}
