body {
	 margin:0px; 
	 font-family:Arial, Helvetica, sans-serif; 
	 background:#FFFFFF; 
}
	 
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 200;
	color: #222222;
}

h2 {
	font-size: 3em;
}

p, ol, ul {
	margin-top: 0px;
	padding: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #5C5539;
}

a:hover {
	text-decoration: none;
}

	 
#container { 
	width:920px; 
	margin:0px auto 0px; 
	background:#ffffff; 
	padding:10px; 
	font-size:12px; 
	margin-top:50px; 
}

#header {	
	width:920px;
	height:150px; 
	margin:0px auto 0px; 
	background:#ffffff; 
	font-size:12px; 
	}
	
.adres {
	float:right;
	background-image:url(../images/logo2.png);
	height:150px; 
	width:294px;
	font-size:15px; 
 
	
	}
	

#slideshow {
	width:910px; 
	margin:0px auto 0px; 
	background:#c1b3d1; 
	font-size:12px; 
	padding:20px 0px 10px 10px; 
	height:310px;
	}
	
#headtext {
	width:820px; 
	background:#c1b3d1; 
	margin: 0px auto;
	padding: 40px 50px;
	color:#333;
	}
	
#headtext1 {
	width:820px; 
	background: #f6ffff;
	margin: 0px auto;
	padding: 40px 50px;
	color:#333;
	}
	
a{
	text-transform:none;
	color:#333
}

		
.divider {
	clear:both;
	width:10%;
	height:15px;
	overflow:hidden;
}


/** CONTENT */

#wide-content {
	/**background-color:#ecfdfd; */
}

#wide-content h2 {
	letter-spacing: -1px;
	font-size: 30px;
	color: #222222;
}


/* Footer */

#footer {
	height: 100px;
	margin: 0 auto;
	padding: 50px 0px 15px 0px;
}

#footer p {
	text-shadow: 1px 1px 0px #FFFFFF;
	text-align: center;
	font-size: 12px;
	color: #4D565E;
}

#footer a {
	color: #4D565E;
}

/* Three Column Footer Content */

#footer-wrapper {
	background-image:url(../images/background-1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#footer-content {
	overflow: hidden;
	width: 840px;
	margin: 0px auto;
	padding: 5px 40px;
	background-image:url(../images/background-1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#footer-contentp {
	overflow: hidden;
	width: 810px;
	margin: 0px auto;
	padding: 50px 40px;
	color: #717171;
}

#footer-content a {
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 25px;
	color: #36332E;
}

#footer-content #fbox1 {
	float: left;
	width: 210px;
	margin-right: 30px;
}

#footer-content #fbox2 {
	float: left;
	width: 240px;
}

#footer-content #fbox3 {
	float: right;
	width: 260px;
	margin-right:30px;
}
/* List Style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px dashed #E6E7DC;
}

ul.style1 a {
	text-decoration: none;
	color: #6B6B6B;
}

ul.style1 a:hover {
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List Style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #97cbcb;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #97cbcb;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}


#footerr{
	background:#c1b3d1;
	color:#666;
	text-align:right;
	height:30px;
	padding:10px;
}

.dropshadow {
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}

