/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *				MainBlock - Styles
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ~~~~~~~~~~~~~~~ MainBlockHeader ~~~~~~~~~~~~~~~~~~ */

#MainBlockHeader
{
	background-color: #303F9D;
	width: 210px;
	height: 65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#MainBlockHeader h1 
{
	background: url(http://www.moa-nagoldtal.de/img/BlockHeader.gif) no-repeat;
	margin: 0 0 0 0;
}

#MainBlockHeader h1 a 
{
	background: url(http://www.moa-nagoldtal.de/img/BlockHeader.gif) no-repeat;
	width: 210px;
	height: 65px;
	margin: 0 0 1px 0;
	display: block;
}
#MainBlockHeader h1 a:hover
{
	text-decoration: none;
}
/* ~~~~~~~~~~~~~~~ MainBlockNavigation ~~~~~~~~~~~~~~~~~~ */

#MainBlockNavigation ul
{
	width: 210px;
	height: 129px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#MainBlockNavigation li 
{
	float: left;
	display: inline;
	margin: 0 0 0 0;
	background-color: #99ABBB;
	border-bottom: 1px solid #FFF;
}
#MainBlockNavigation li a 
{
	font: 12px/22px Arial, Helvetica, sans-serif;
	color: #3A3D91;
	background-color: #97A8D7; 
	width: 97px;
	display: block;
	padding: 20px 0 0 8px;
}

#MainBlockNavigation li a:visited 
{

}

#MainBlockNavigation li a:hover 
{
	color: #fff;
	background-color: #5F70CD; 
	text-decoration: none;
}

#MainBlockNavigation li.active a 
{
	background-color: #FCF8A2;
	color: #3D536B;
}
#MainBlockNavigation li.active a:hover 
{
	background-color: #FCF8A2;
	color: #3D536B;
	text-decoration: none;
}

/* ~~~~~~~~~~~~~~~ MainBlockImage ~~~~~~~~~~~~~~~~~~ */

#MainBlockImage
{
	background-color: #97A8D7;
	width: 210px;
	height: 128px; 
	border-bottom: 1px solid #FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
}

/* ~~~~~~~~~~~~~~~ MainBlockCalendar ~~~~~~~~~~~~~~~~~~ */

#MainBlockCalendar 
{
  	line-height: 140%;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: x-small;
  	padding: 2px 2px 0 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #97A8D7;
	height: 133px; 
	border-bottom: 1px solid #FFF;
}

#MainBlockCalendar table 
{
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 190px;
	margin: 5px;
}

#MainBlockCalendar caption 
{
	color: #3A3D91;
	font-family: Arial, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #D8DCE9;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	width: 190px;
}

#MainBlockCalendar th 
{
	text-align: center;
	font-weight: normal;
	color: #3A3D91;
	border-bottom: 1px solid #C6CEE6;
}

#MainBlockCalendar td 
{
	text-align: center;
	color: #3A3D91;
	border-bottom: 1px solid #C6CEE6;
}

#MainBlockCalendar td a
{
	display: block;
	background-color: #5F70CD;
	color: #555;
}


/* ~~~~~~~~~~~~~~~ MainBlockFooter ~~~~~~~~~~~~~~~~~~ */
#MainBlockFooter
{
	clear: both;
	width: 196px;
	height: 30px;
	background: #303F9D url(http://www.moa-nagoldtal.de/img/BlockFooter.jpg) no-repeat bottom;
	padding: 7px;
}

#MainBlockFooter p, #MainBlockFooter a 
{
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	color: #EEF0FC;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~ MainBlockFootNote ~~~~~~~~~~~~~~~~~~ */
#MainBlockFootNote
{
	clear: both;
	width: 196px;
	height: 20px;
	background: url(http://www.moa-nagoldtal.de/img/autofrei.jpg) no-repeat bottom;
	padding: 7px;
}


