/*--------------------------------
Stylesheet nextdoorstyling.css
---------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body, html {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
}

body {
}

html {
	margin: 0px 0px 3px 0px;
	overflow-x:hidden;
}

#outerbox {
	background-color: #999188;
	height: 100%;
	min-height: 100%;
	margin: 3px;
	overflow: hidden;
}


#box {
	margin: 0px auto; 
	width: 770px;
	overflow: visible;
	min-height: 100%;
	height: 100%;
}

#box2 {
	height: 100%;
	position: relative;
	border-left: 3px solid white;
	border-right: 3px solid white;
	position: relative;

}

#kolom1 {
	height: 97px;
	border-bottom: 3px solid white;
}

#kolom2 {
	height: 100%;
	width: 767px;
}

#thing {
	width: 350px;
	height: 350px;
	position: absolute;
	right: -180px;
	bottom: 4px;
	overflow: hidden;
	background-image:url(../images/styling.png);
	background-position: bottom right;
	background-repeat: no-repeat;

}

/**************** MENU STYLES ****************/
#menu {	
	float: left;
	position: relative;
	background-color: #a6c0cf;
	width: 241px;
	height: 97px;
}

#menu ul {
	position: relative;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#menu li {
	width:120px;
	float: left;
	font-size: 13px;
	font-weight: lighter;
	line-height: 16px;
}

#menu .left {
	text-align: left;
}

#menu .right {
	text-align: right;
	padding-left: 1px;
}

#menu .left .active {
	background-image: url(../images/menu_left_active.gif);
	background-repeat: no-repeat;
	padding-left: 8px;	
	background-position: 0px;
	color: #444;
}

#menu .right .active {
	background-image: url(../images/menu_right_active.gif);
	background-repeat: no-repeat;
	padding-right: 8px;	
	background-position: center right;
	color: #444;
}

#menu .left a {
	padding-left: 8px;	
	color: #fff;
	text-decoration: none;
}

#menu .right a {
	padding-right: 8px;	
	color: #fff;
	text-decoration: none;
}

#menu a:hover { color: #444; }

#logo {
	height: 97px;
	width: 520px;
	border-left: 3px solid white;
	float: left;
}

/**************** Content ****************/
.content {
	position: relative;
	background-color: #fff;
	background-image: url(../images/text_background.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	float: left;
	width: 767px;
	min-height: 100%;
	height: 100%;
}

.content #text p {
	color: #333;
	text-align: justify;
	width: 480px;
	margin-bottom: 14px;
	display: block;
	margin-left: 30px;
	line-height: 16px;
}

.content #text {
	position: relative;
	float: left;
	display: inline;
	height: 100%;
	overflow: hidden;
	width: 510px;
}

.content #text img {
	margin-left: 0px;
}

.content h1 {
	font-size: 36px;
	color: #a6c0cf;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-bottom: 10px;
}

.content h2 {
	font-size: 20px;
	color: #80766a;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	margin-bottom: 8px;
}

.content h3 {
	font-size: 15px;
	color: #80766a;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	margin-bottom: 6px;
	padding-top: 5px;
}

.content a {
	color: #000;
}

.content a:hover {
	text-decoration: none;
}

.content p {
	color: #333;
	text-align: justify;
	width: 480px;
	margin-bottom: 14px;
	display: block;
	margin-left: 30px;
}

.content hr {
	margin-left: 30px;
	height: 1px;
	display: block;
}

.content ul {
	margin-left: 50px;
}

.content #text h1 {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 36px;
	color: #a6c0cf;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.content #images {
	width: 241px;
	overflow: hidden;
	float: left;
}

.content #images img {
	margin-bottom: 3px;
	display: inline;
	float: left;
}

/*************** PORTFOLIO ***************/
#portfolio {
}

#portfolio #portfolio_left {
	float: left;
	width: 244px;
}

#portfolio #portfolio_left .next {
	background-image: url(../images/button_next.gif);
	background-repeat: no-repeat;
	width: 119px;
	height: 16px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#portfolio #portfolio_left .next:hover {
	background-image: url(../images/button_next_hover.gif);
}

#portfolio #portfolio_left .previous {
	background-image: url(../images/button_previous.gif);
	width: 119px;
	height: 16px;
	float: left;
	margin: 0px 3px 0px 0px;
}

#portfolio #portfolio_left .previous:hover {
	background-image: url(../images/button_previous_hover.gif);
}

#portfolio #portfolio_left img {
	border: none;
	float: left;
	margin: 3px 3px 0px 0px;
	display: inline;
}

#portfolio #portfolio_left .extra_margin {
	margin-top: 3px;
}

#portfolio #portfolio_right {
	float: left;
	display: inline;
}

#portfolio #portfolio_text {
	height: 108px;
	overflow: hidden;
	margin-bottom: 3px;
}

#portfolio #portfolio_text p {
	line-height: 14px;
}

#portfolio #portfolio_right #big_photo {
	height: 384px;
	width: 520px;
	overflow: hidden;
	display: inline;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}


/************ CONTACT_PAGE ************/
#contact_page {
	margin-top: 8px;
	margin-left: 30px;
}

#contact_page label {
	display: block;
	font-weight: bold;
	margin: 0px; /* reset style */
	padding: 0px; /* reset style */
	width: 100%; /* reset style */
	float: none; /* reset style */
}

#contact_page input,
#contact_page textarea {
	border: 1px solid #b9b4ad;
	font-size: 11px;
	width: 300px;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

#contact_page #form_button {
	border: 1px solid #b9b4ad;
	background-color: #eee;
}

#contact_page .error {
	border: 1px solid red;
}

#contact_page #error_overview {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 8px 0px 8px 0px;
	padding: 2px 0px 2px 0px;
}

#contact_page #error_overview span{
	height: 16px;
	display: block;
	padding-left: 10px;
	background-image:url(../images/error.png);
	background-repeat: no-repeat;
}

#copyright {
	font-size: 9px;
	color: #ccc;
	text-align: right;
	padding-right: 3px;
	position: relative;
}

#copyright a {
	color: #bbb;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}


/* FLOWplayer */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

a.myPlayer img {
	margin-top:70px;
	border:0px;
}

a.myPlayer:hover {
	border:1px solid #000;
}

