/*===============================================================================================*/
/* SPLASH																						 */
/*===============================================================================================*/
.splashContainer
{
	width:360px;
	height: 290px;
	float:left;
	padding-left: 280px;
	background: url("../img/background_splash.gif") no-repeat 0px 0px;
	padding-top: 27px;
}
/*===============================================================================================*/
/* MAIN																							 */
/*===============================================================================================*/
div.wrapper
{
	width: 955px;
	min-height: 290px;
	background: url("../img/background.gif") no-repeat 0px 0px;
	float: left;
}

div.left
{
	width: 242px;
	float: left;
}

div.left .logo
{
	width: 200px;
	height: 153px;
	margin-top: 29px;
	float: left;
}

div.content
{
	width: 390px;
	padding: 17px 22px 0px 20px;
	float: left;
}

div.right
{
	width: 281px;
	float: left;
}
/*===============================================================================================*/
/*	TOP																							 */
/*===============================================================================================*/

/*===============================================================================================*/
/*	HEADER																						 */
/*===============================================================================================*/

/*===============================================================================================*/
/*	LAYOUT/CONTENT																				 */
/*===============================================================================================*/
div.headerImage
{
	width: 390px;
	margin-bottom: 42px;
	float: left;
}

div.headerLinks
{
	width: 260px;
	margin: 11px 0px 0px 20px;
	display: inline;
	float: left;
}

div.headerLinks a
{
	color: #999999;
	font-size: 0.9em;
}

div.imageRight
{
	width: 252px;
	height: 402px;
	margin-top: 59px;
	float: right
}

div.portalLine
{
	width: 390px;
	height: 11px;
	background: url("../img/portalLine.gif") no-repeat 0px 0px;
	float: left;
}

div.portalNews
{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 15px;
	float: left;
}

div.portalNews .title
{
	width: 100%;
	margin-bottom: 5px;
	float: left;
}

div.portalNews .title span
{
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #009EE0;
	float: left;
}

div.portalNews .title a
{
	width: auto;
	font-weight: normal;
	font-size: 1.0em;
	margin-left: 10px;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 5px;
	color: #009EE0;
}

div.portalNews .title a:hover
{
	text-decoration: none;
}

div.portalNews a
{
	width: 100%;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
	float: left;
}

div.portalNews a:hover
{
	color: #000000;
}

div.portalNews a span.title
{
	width: 100%;
	color: #009EE0;
	font-size: 1.1em;
	margin: 0px;
	cursor: pointer;
	float: left;
}
/*===============================================================================================*/
/*	FOOTER																						 */
/*===============================================================================================*/
div.footer
{
	width: 698px;
	padding: 11px 0px 0px 257px;
	background: url("../img/bgFooter.gif") no-repeat 257px 0px;
	float: left;
}

div.footer .content
{
	width: 395px;
	padding: 0px 0px 10px 0px;
	float: left;
}

div.footer .content a.parkManagement
{
	width: 106px;
	height: 42px;
	margin-left: 85px;
	margin-right: 17px;
	display: inline;
	background: url("../img/btnParkManagement.gif") no-repeat 0px 0px;
	float: left;
}

div.footer .content a.parkManagement:hover
{
	background: url("../img/btnParkManagement.gif") no-repeat 0px -52px;
}

div.footer .content a.oram
{
	width: 106px;
	height: 42px;
	background: url("../img/btnOram.gif") no-repeat 0px 0px;
	float: left;
}

div.footer .content a.oram:hover
{
	background: url("../img/btnOram.gif") no-repeat 0px -52px;
}
/*===============================================================================================*/
/*	MISC																						 */
/*===============================================================================================*/
div.relations
{
	width: 281px;
	margin-top: 26px;
	float: left;
}

div.relations .top
{
	width: 281px;
	height: 23px;
	background: url("../img/bijlagenTop.gif") no-repeat 0px 0px;
	float: left;
}

div.relations .content
{
	width: 250px;
	padding: 0px 0px 0px 31px;
	background: url("../img/bgBijlagen.gif") repeat-y 0px 0px;
	float: left;
}

div.relations .content .title
{
	width: 100%;
	height: 25px;
	background: url("../img/bijlagen.gif") no-repeat 0px 0px;
	float: left;
}

div.relations .content ul
{
	color: #009EE0;
	padding: 0px 0px 0px 4%;
	float: left;
}

div.relations .content ul li
{
	margin-bottom: 5px;
}

div.relations .bottom
{
	width: 281px;
	height: 23px;
	background: url("../img/bijlagenBottom.gif") no-repeat 0px 0px;
	float: left;
}
/*===============================================================================================*/