/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff6906;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#container {
	background-image: url(../images/bg-off.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 46px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#containerON {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 46px;
	padding-left: 0px;
	margin: 0px;
}
#wrapper {
	width: 845px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 278px;
	width: 804px;
	background-image: url(../images/header.jpg);
	padding-right: 41px;
	padding-top: 118px;
}
#headerON {
	height: 278px;
	width: 804px;
	background-image: url(../images/headerON.jpg);
	padding-right: 41px;
	padding-top: 118px;
}
#menublok    {
	height: 262px;
	width: 240px;
	background-image: url(../images/menubg.png);
	float: right;
	background-repeat: no-repeat;
}
#menublok #menu {
	padding-left: 22px;
	padding-top: 12px;
}
#facebook {
	padding-top: 11px;
	padding-left: 174px;
}

#homelink  {
	height: 108px;
	width: 315px;
	margin-left: 106px;
	padding-top: 98px;
}
#homelink a {
	height: 108px;
	width: 315px;
	display: block;
}

#contentblok {
	height: 360px;
	width: 845px;
	background-image: url(../images/content.jpg);
}
#contentblokON {
	height: 360px;
	width: 845px;
	background-image: url(../images/contentON.jpg);
}
#content {
	width: 492px;
	float: left;
	padding-top: 12px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 32px;
	font-size: 12px;
	line-height: 16px;
}

#content .title {
	padding-top: 32px;
	padding-bottom: 28px;
}
#content p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin: 0px;
}
.offpage  {
	color: #FFFFFF;
	text-decoration: none;
}
.offpage a:visited, .offpage a:hover, .offpage a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content #listL ul {
	margin: 0px;
	list-style-type: disc;
	list-style-image: url(../images/bullet.png);
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	float: left;
	height: 55px;
	color: #c2c2c2;
	font-weight: bold;
}
#content #listR ul {
	margin: 0px;
	list-style-type: disc;
	list-style-image: url(../images/bullet.png);
	width: 225px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	float: left;
	height: 55px;
	color: #c2c2c2;
	font-weight: bold;
}
.highlight {
	color: #ff6600;
}
#photoblok {
	height: 325px;
	width: 225px;
	background-color: #ff6600;
	float: left;
	margin-left: 25px;
	margin-top: 34px;
}
#photoblokHome {
/*	background-image: url(../images/photoblokHome.jpg);
	background-repeat: no-repeat; */
}
#photoblokIdent {
	height: 325px;
	padding-left: 14px;
	padding-top: 15px;
}
#photoblokIdent .ident {
	float: left;
}
#photoblokPrint {
	height: 325px;
	padding-left: 14px;
	padding-top: 15px;
}
#photoblokPrint .print {
	float: left;
}
#photoblokWeb {
	height: 325px;
	background-image: url(../images/photoblokWeb.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #646464;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 28px;
}
#photoblokWeb p {
	text-transform: none;
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#photoblokWeb p a {
	text-decoration: none;
	color: #646464;
}
#photoblokWeb p a:hover {
	text-decoration: underline;
	color: #ff6600;
}
#footer {
	background-image: url(../images/footer.png);
	height: 27px;
	width: 801px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 32px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 22px;
}
#footerON {
	background-image: url(../images/footerON.jpg);
	height: 27px;
	width: 801px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 32px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 22px;
}

