/*--------------------------------
Stylesheet WW-interieurstyling.css
---------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body, html {
	font : 12px Verdana, Helvetica, Arial, sans-serif;
	color: #797979;
	background-color: #e8e8e8;
	height: 100%;
}

#center {
	margin: 0 auto;
	width: 768px;
	height: 100%;
}

#box {
	border: 8px solid white;
	border-left: 0;
	height: 512px;
	position: relative;
	float: left;
}

#content_left {
	float: left;
	position: relative;
	border-right: 8px solid #fff;
}


/**************** CONTENT STYLES ****************/
#content_right {
	z-index: 2;
	float: left;
	position: relative;
	background-color: #dedede;
	width: 522px;
	height: 512px;
	display: block;
}

#content_right h1 {
	color: #d9d9d9;
	font-size: 60px;
	font-weight: 100;
	position: absolute;
	float: left;
	line-height: 80px;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	clear: left;
	top: -16px;
	height: 80px;
	width: 800px;
}

#content_right h2 {
	padding: 8px 0px 0px 5px;
	font-size: 16px;
}

#content_right h3 {
	padding: 8px 0px 0px 5px;
	font-size: 14px;
}

#content_right #head1 {
	color: #999999;
	font-size: 20px;
	position: relative;
	top: 10px;
	left: 10px;
	margin-bottom: 28px;
}

#content_right p {
	padding: 5px;
	text-align: justify;
	position: relative;
}

#content_right #border {
	border: 1px solid black;
}

#content_right a {
	color: #777;
}

#content_right a img {
	border-color: #fff;
}

#content_right a:hover {
	text-decoration: none;
}

.content_bg_photo {
	z-index: -1;
	float: right;
	top: 0px;
	right: 0px;
	position: absolute;
	border-left: 8px solid white;
}

.margin_right {
	margin: 5px 5px 5px 0px;
}

.margin_left {
	margin: 5px 0px 5px 5px;
}


/**************** CONTENT ****************/
#content {
	position: relative;
	height: 512px;
	width: 522px;
	clear: both;
	overflow-y: auto;
	overflow-x: hidden;
}


/**************** CONTENT_HOME ****************/
#content_home {
	position: relative;
	height: 344px;
	width: 522px;
	clear: both;
	overflow-y: auto;
	overflow-x: hidden;
}


#content_home p {
	padding: 5px;
	text-align: justify;
	position: relative;
	width: 244px;
	line-height: 14px;
}

p.photospace {
	padding: 5px;
	text-align: justify;
	position: relative;
	width: 344px;
}


/**************** WORDCLOUD ****************/
#wordcloud {
	height: 160px;
	width: 522px;
	position: relative;
	clear: both;
	display: block;
	float: left;
	border-bottom: 8px solid #fff;
	overflow: hidden;
	background-color: #636363;
	color: white;
	font-weight: 100;
}

#wordcloud a { text-decoration: none; color: white;}
#wordcloud a:hover { text-decoration: none; color: black; opacity: 1.00}

#wordcloud #word1 { position: absolute; top: -54px; left: -24px; 	font-size: 164px; opacity: 0.12; -moz-opacity:.12; }
#wordcloud #word2 { position: absolute; top: -10px; left: 220px; 	font-size: 40px; 	opacity: 0.26;}
#wordcloud #word3 { position: absolute; top: 18px; 	left: 8px; 		font-size: 30px; 	opacity: 0.20}
#wordcloud #word4 { position: absolute; top: 42px; 	left: 256px; 	font-size: 30px; 	opacity: 0.30}
#wordcloud #word5 { position: absolute; top: 56px; 	left: 106px; 	font-size: 54px; 	opacity: 0.18}
#wordcloud #word6 { position: absolute; top: 104px; left: 40px; 	font-size: 20px; 	opacity: 0.28}
#wordcloud #word7 { position: absolute; top: 114px; left: 2px; 		font-size: 40px; 	opacity: 0.20}
#wordcloud #word8 { position: absolute; top: 124px; left: 288px; 	font-size: 24px; 	opacity: 0.28}
#wordcloud #word9 {}

/**************** LOGO ****************/
#logo {
	width: 222px;
	height: 160px;
	border-left: 8px solid #fff;
	border-bottom: 8px solid #fff;
}


/**************** MENU ****************/
#preload {
	display: none;
}

#menu {
	width: 222px;
	height: 344px;
	background-image:url(../images/menu_background.jpg);
	background-position: -8px 0px;
	text-align: right;
	overflow: hidden;
	position: relative;
	float: left;
	border-left: 8px solid white;
}

#menu a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
}

#menu #item1 a,
#menu #item2 a,
#menu #item3 a,
#menu #item4 a,
#menu #item5 a,
#menu #item6 a,
#menu #item7 a,
#menu #item8 a {
	width: 230px;
	height: 23px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	padding-right: 5px;
	right: 13px;
	background-position: right;
}

#menu #item1 a {
	background-image:url(../images/menuitem1_inactive.jpg);
	margin-top: 10px;
}

#menu #item1 a:hover,
#menu #item1 .active 	{	background-image:url(../images/menuitem1_active.jpg); color: #000;	}
#menu #item2 a 				{	background-image:url(../images/menuitem2_inactive.jpg); }
#menu #item2 a:hover,
#menu #item2 .active	{	background-image:url(../images/menuitem2_active.jpg); color: #000;	}
#menu #item3 a 				{	background-image:url(../images/menuitem3_inactive.jpg); }
#menu #item3 a:hover,
#menu #item3 .active	{	background-image:url(../images/menuitem3_active.jpg); color: #000;	}
#menu #item4 a 				{	background-image:url(../images/menuitem4_inactive.jpg); }
#menu #item4 a:hover,
#menu #item4 .active	{ background-image:url(../images/menuitem4_active.jpg); color: #000;	}
#menu #item5 a 				{	background-image:url(../images/menuitem5_inactive.jpg);	}
#menu #item5 a:hover,
#menu #item5 .active	{	background-image:url(../images/menuitem5_active.jpg); color: #000;	}
#menu #item6 a 				{	background-image:url(../images/menuitem6_inactive.jpg);	}
#menu #item6 a:hover,
#menu #item6 .active 	{	background-image:url(../images/menuitem6_active.jpg); color: #000;	}
#menu #item7 a 				{	background-image:url(../images/menuitem7_inactive.jpg);	}
#menu #item7 a:hover,
#menu #item7 .active 	{	background-image:url(../images/menuitem7_active.jpg); color: #000;	}
#menu #item8 a 				{	background-image:url(../images/menuitem8_inactive.jpg);	}
#menu #item8 a:hover,
#menu #item8 .active 	{	background-image:url(../images/menuitem8_active.jpg); color: #000;	}

/**************** COPYRIGHT ****************/
#copyright {
	text-align: right;
	padding-right: 10px;
	margin: 5px;
	float: right;
	position: relative;
}

#copyright p {
	font-size: 9px;
	color: #cacaca;
}

#copyright a {
	color: #cacaca;
	text-decoration: none;
}

#copyright a:hover {
	color: #8f8f8f;
	text-decoration: underline;
}


/**************** FORM ****************/
#contact_form { 
	padding: 5px;
}

#contact_form label {
	display: block;
	margin-top: 5px;
}

#contact_form input,
#contact_form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	border: 1px solid #444;
}

#contact_form #form_button {
	width: 100px;
	color: #fff;
	border: 1px solid #444;
	background-color: #444;
}

#contact_form .error {
	border: 1px solid red;
}

#contact_form #error_overview {
	color: red;
}

#button {
	position: absolute;
	width: 136px;
	height: 122px;
	float: left;
	left: -36px; 
	bottom: -32px;
	overflow: visible;
	background-image:url(../images/bestel_dvd_button.png);
	cursor: pointer;
}

#button a {
	display: block;
	width: 136px;
	height: 122px;
}

#button img {
	border: none;
}