html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 10px Verdana, Tahoma, Arial sans-serif;
	color: #333;
	background: url(../_images/bgr_body.gif) repeat-x top left;
}

iframe {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

input[type=text] {
	background-color: #f8f7f7;
	border: 1px solid #878787;
	color: #333;
	padding: 10px;
	font: 10px Verdana, Tahoma, Arial sans-serif;
	width: 320px;
	margin-top: 2px;
}

input[type=submit] {
	font: 12px Verdana, Tahoma, Arial sans-serif;
	background-color: #333;
	color: #fff;
	padding: 5px;
	border: 1px solid #333;
}

textarea {
	background-color: #f8f7f7;
	border: 1px solid #878787;
	color: #333;
	padding: 10px;
	font: 12px Verdana, Tahoma, Arial sans-serif;
	width: 320px;
	height: 150px;
	margin-top: 2px;
	overflow: hidden;
}

a {
	color: #1d96eb;
	text-decoration: none;
}

a:hover {
	color: #83b8dd;
}

/** Div elements **/
#container {
	width: 931px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 125px;
	width: 928px;
	background: url(../_images/bgr_container.png) no-repeat top left;
}

#content {
	margin-top: -11px;
	height: 570px;
	width: 925px;
	overflow: hidden;
	line-height: 17px;
}

#content ul li {
	list-style: square;
	margin-left: 30px;
}

#logo {
	float: left;
	width: 248px;
	height: 64px;
	padding: 38px 0 0 0;
}

#header_right {
	float: right;
	margin-right: 5px;
}

#current_page {
	width: 183px;
	height: 38px;
	overflow: hidden;
	margin-top: 40px;
}

#current_page img {
	float: left;
}

#header_right {
	width: 185px;
	height: 114px;
	background: url(../_images/menu_bgr.gif) no-repeat top left;
}

#menu ul li {
	float: left;
	list-style: none;
	text-indent: -999em;
}

#menu ul li.home {
	width: 48px;
	height: 17px;
	background: url(../_images/buttons/home.gif) no-repeat top left;
}

#menu ul li.audio {
	width: 40px;
	height: 17px;
	background: url(../_images/buttons/audio.gif) no-repeat top left;
}

#menu ul li.video {
	width: 44px;
	height: 17px;
	background: url(../_images/buttons/video.gif) no-repeat top left;
}

#menu ul li.contact {
	width: 53px;
	height: 17px;
	background: url(../_images/buttons/contact.gif) no-repeat top left;
}

#menu ul li a {
	display: block;
	cursor: pointer;
	height: 20px;
}

#menu ul li a:hover,
#menu ul li:hover {
	background-position: bottom left;
}

#footer {
	position: relative;
	margin-top: -18px;
	width: 915px;
	height: 36px;
	background: url(../_images/bgr_footer.png) no-repeat top left;	
}

#footer img {
	float: left;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
	text-align: right;
}

/* Home pagina */
#home_portret {
	float: left;
	margin: 5px 10px 0 0;
	width: 540px;
	height: 360px;
}

#home_text {
	float: left;
	width: 365px;
	line-height: 17px;
}

/* Guestbook */
#guestbook_messages {
	height: 930px;
	width: 450px;
	float: left;
	overflow: auto;
	line-height: 17px;
}

#guestbook_write {
	height: 930px;
	width: 450px;
	float: right;
	line-height: 17px;
}

/* Contact */
#contact_left {
	float: left;
	width: 450px;
	line-height: 17px;
}

#contact_right {
	float: right;
	width: 450px;
	line-height: 17px;
	
}

/* Audio */
#audio_left {
	float: left;
	width: 450px;
	line-height: 17px;
}

#audio_right {
	float: right;
	width: 425px;
}

/* Classes */
.page_holder {
	padding: 20px 0 0 0;
	height: 550px;
	width: 930px;
	line-height: 17px;
}

.portfolio_right_holder {
	float: left;
	margin: 10px;
	text-align: center;
}

.portfolio_right_holder img {
	padding: 0;
	border: 2px solid #ccc;
}

.clear {
	clear: both;
}

input.error_field {
	background-color: #e64545;
}

textarea.error_field {
	background-color: #e64545;
}
