/* ********************************************************************************* */
/* DEFAULT */
/* ********************************************************************************* */
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#000000;
	background-image:url(../media/image/bg.gif);
	background-repeat:repeat-x;
}
#base {
	position:relative;
	width:990px;
	height:auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
/* ********************************************************************************* */
/* TOP */
/* ********************************************************************************* */
#top {
	position:relative;
	float:left;
	width:990px;
	height:47px;
	border-top:5px solid #da4088;
}
#logo {
	position:relative;
	float:left;
	background-image:url(../media/image/logo.gif);
	width:271px;
	height:47px;
}
/* ********************************************************************************* */
/* CONTENT */
/* ********************************************************************************* */
#content {
	position:relative;
	float:left;
}
/* ********************************************************************************* */
/* CONTENT LEFT */
/* ********************************************************************************* */
#content_left {
	position:relative;
	float:left;
	width:272px;
	height:674px;
	background-color:#2e2e2e;
}
#content_left_top {
	position:relative;
	float:left;
	height:191px;
	*height:193px;
	width:272px;
	border-top:1px solid #9e9c9d;
	border-left:dotted 4px #015d0e;
	*border-left:dotted  #015d0e;
}
#content_left_image01 {
	position:relative;
	float:left;
	height:151px;
	width:177px;
	background-color:#3CC;
	left:45px;
	top:25px;
	background-image:url(../media/image/image001.jpg);
	border:1px solid #da4088;
}
#content_left_text {
	position:relative;
	float:left;
	height:192px;
	width:272px;
	background-color:#555555;
	border-left:1px solid #9e9c9d;
	top:1px;
	*top:0;
}
.content_text_space {
	padding:3px 20px 0 30px;
}
#content_left_bottom {
	position:relative;
	float:left;
	height:290px;
	width:272px;
	border-left:1px solid #9e9c9d;
	border-bottom:1px solid #9e9c9d;
}
#content_left_bottom_image {
	position:relative;
	float:left;
	width:246px;
	height:250px;
	background-image:url(../media/image/image002.jpg);
	left:12px;
	top:20px;
}
/* ********************************************************************************* */
/* PHOTO MIDDLE */
/* ********************************************************************************* */
#photo_middle {
	position:relative;
	float:left;
	width:352px;
	height:694px;
	background-image:url(../media/image/photo_middle.jpg);
	border:1px solid #353535;
	margin-top:-10px;
}
#photo_middle_text {
	padding:15px 0 0 15px;
}
/* ********************************************************************************* */
/* CONTACT RIGHT */
/* ********************************************************************************* */
#content_right {
	position:relative;
	float:left;
	width:360px;
	height:674px;
	background-color:#000000;
}
#content_right_top {
	position:relative;
	float:left;
	height:191px;
	*height:193px;
	width:360px;
	border-top:1px solid #9e9c9d;
	border-right:1px solid #9e9c9d;
}
#content_right_top_image {
	position:relative;
	float:left;
	width:294px;
	height:189px;
	background-image:url(../media/image/image003.gif);
	left:32px;
	top:-10px;
}
#content_right_text {
	position:relative;
	float:left;
	width:360px;
	height:290px;
	border-right:1px solid #9e9c9d;
}
#content_right_middle_image {
	position:relative;
	float:left;
	background-image:url(../media/image/image004.jpg);
	width:278px;
	height:143px;
	left:29px;
	top:10px;
}
/* ********************************************************************************* */
/* CONTACT FORMULIER */
/* ********************************************************************************* */
#contact_label {
	position:relative;
	float:right;
	top:-187px;
}
#content_contact {
	position:relative;
	float:left;
	width:360px;
	height:192px;
	border-bottom:1px solid #9e9c9d;
	border-right:dotted 4px #015d0e;
	*border-right:dotted #015d0e;
}
#content_contact_form {
	position:relative;
	width:230px;
	border:1px solid #da4088;
	left:60px;
	top:10px;
	padding:5px 0 0 25px;
}
#content_contact .formfield {
	font-size:11px;
}
input.send_button{
   color:#CCCCCC;
   font-family:Arial, Helvetica, sans-serif;
   font-size:80%;
   background-color:#000000;
   border:1px solid;
   border-top-color:#CCCCCC;
   border-left-color:#CCCCCC;
   border-right-color:#CCCCCC;
   border-bottom-color:#CCCCCC;

}


