@charset "UTF-8";
/* CSS Document */


#site {
	/*position: relative;*/
	margin: 0 auto;
	margin-top: 25px;
	padding: 0;
	width: 770px;
}
.grijs {
	color: #99cccc;
}
p { 
	text-align:left; 
	margin: 3px 0; 
	color: #666;
}

p, ul { 
	font-size: 10px; 
	line-height: 13px; 
} 

p a, li a { 
	color: #000; 
	text-decoration: none; 
}

p.intro { 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 20px; 
	padding: 20px 0 30px 0; 
	text-align: center; 
	width: 100%; 
}

p#cross-links { 
	text-align: center;
}

p#cross-links { 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 30px; 
	padding-bottom: 30px;
}

noscript p, noscript ol { 
	color: #a00; 
	font-size: 13px; 
	line-height: 1.4em; 
	text-align: left; 
}

noscript a { 
	color: #a00; 
	text-decoration: underline;
}

noscript ol { 
	margin-left: 25px; 
}

a:focus { 
	outline:none; 
}

img { 
	border: 0 ;
	margin: 0;
}
h1 {
	font-family: Trebuchet MS, Verdana, Arial;
	color: #0098CB;
	font-size: 24px;
}

h3 { 
	margin-bottom: 5px; 
	padding-bottom: 3px; 
	text-align: left ;
	font-size: 10px;
}
h4 {
	margin-bottom: 5px;
	margin-top: 2px; 
	padding-bottom: 3px; 
	text-align: left ;
	font-size: 9px;
}
h5 {
	margin-bottom: 3px;
	margin-top: 3px; 
	text-align: left ;
	font-size: 9px;
	color: #00ccff;

}

body {
	font-family: Trebuchet MS, Verdana, Arial;
	background: #fff;
	color: #000;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}

#logo {
	float: left;
}

#copyright {
	margin-top: 15px;
	float: left;
	bottom: 0px;
	width: 100%;
}

#copyright p {
	font-size: 9px;
	text-align: center;
}

/* MENU */
.current_menu {
	/*border-bottom: solid 1px #99cccc;*/
	padding: 1px 5px 1px 5px;
	color: #0098CB;
}

#menu {
	float:left;
	margin-top: 32px;
	margin-left: 15px;
	padding: 0;	
}

#menu a {
	color: #000000;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
}

#menu a:hover {
	/*border-bottom: dotted 1px #CCCCCC;*/
	padding: 1px 6px 1px 6px;
	color: #0098CB;
}

#menu li {
	display: inline;
	color: #0098CB;
/*	margin-left: 5px;
	margin-right: 5px;
*/}


#menu ul {
	list-style: none;
	font-family: Lucida Grande;
	font-weight: bold;
	font-size: 12px;
	/*color: #FF9833;*/
	margin: 0;
	padding: 0;
}

/* MENU END */

#newsslider {
	float: left;
	width: 600px;
	margin-left: 100px;
	margin-top: 10px;
}


/* LATEST IMAGES - on startpage */
#latest {
	margin-top: 20px;
	width: 770px;
	float: left;
}

#latest td {
	width: 180px;
}

#latest img {
	margin-bottom: 20px;
}

.latest_image {
	width: 180px;
	margin-right: 12px;
	float: left;
}

#random_image {
	float:left;
}
/* END LATEST */


/* PORTFOLIO PAGE */

.chapter {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.chapter h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.portfolio_item {
	float: left;
	margin-top: 10px;
}

/* END PORTFOLIO PAGE */

/* SLIDESHOW */

.slideshow_pic {
	width: 730px;
}

#slideshow {
	float: left;
	margin-top: 10px;
}

#title {
	float: left;
	margin-left: 29px;
}
#title a {
	color: #fff;
}

#title a:hover {
	color: #003366;
}

#title p {
	color: #fff;
	background-color: #00CCFF;
	padding: 2px 8px 1px 8px;
}

/* END SLIDESHOW */

/* ABOUT */
#about {
	float: left;
	width: 100%;
	margin-top: 25px;
}
#about p {
	margin-left: 29px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 11px;
	line-height: 18px;
	width: 500px;
}

#about h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

/* END ABOUT */

/* CONTACT */

#leftimage {
	background-image: url(http://zoob2008.cluster-graphics.com//images/design/contact.gif);
	float: left;
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 360px;
	height: 285px;
}
#contact {
	float: right;
	margin-right: 150px;
}
input {
	border: none;
	background-color: #D2D7D3;
	width: 250px;
	border: 1px solid #D2D7D3;
	color: #555B5E;
}

textarea {
	border: none;
	background-color: #D2D7D3;
	width: 250px;
	color: #555B5E;
	border: 1px solid #D2D7D3;

}
/* END CONTACT */