@charset "utf-8";
/* Standard part */
/* For standard Laurium layout */
/* Scroll down for content styles */
*,body,html{
	margin:0;
	padding:0;
}
html{
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:9pt;
	color:#000000;
	background-color:#222222;
	background-image:url(bg_pattern.gif); 
}
#container{
	position:relative;
	width:850px;
	height:auto;
	margin:30px auto 0 auto;
	background-color:#dcdb9c;
	background-image:url(lau_bg.png);
	background-repeat:no-repeat;
}
a,a:hover,a:visited{
	text-decoration:none;
	color:#000000;
}
a img{
	border:none;
}
#topwrapper{
	width:850px;
	/*background-image:url(lau_bg_t.png);*/
	background-repeat:no-repeat;
}
#headerwrapper{
	width:850px;
	height:100px;
}
#headerwrapper h1{
	position:absolute;
	top:-10px;
	left:-10px;
}
#headerwrapper h1:hover{
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}
#navwrapper{
	height:32px;
	width:800px;
	padding-left:100px;
	background:transparent;
	/*background-image:url(lau_bg_m.png);*/
	background-repeat:no-repeat;
}
#navwrapper ul{
	font-weight:bold;
	padding:0px;
	margin-right:20px;
	list-style:none;
}
#navlist li{
	float: left;
	border:1px solid black;
	margin-right:15px;
}
#navlist .current-page{
	background:#F9FAD3;
}
#navlist .noncurrent-page{
	background:url(bg_opacity_50.png) repeat;
}
#navlist li a{
	text-align:center;
	width:128px;
	display:block;
	padding:4px 0px 4px 4px;
	text-transform:uppercase;
	cursor:pointer;
}
#navlist li a:hover{
	background:#F9FAD3;
}
#contentwrapper{
	clear:left;
	background-repeat:no-repeat;
	height:434px; /* Original 425px */
	width:850px;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
}
.clearboth {
	clear:both;
}
#copyright{
	display:block;
	position:relative;
	width:850px;
	margin:5px auto 0 auto;
	color:#FFFFFF;
	text-align:center;
}

/* Content part */
/* All styles for special divs and more */

h1,h2,h3,h4,h5{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0em;
}
h1{
	font-size:25pt;
}
h2{
	font-size:14pt;
}
p{
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:9pt;
	margin:0 0 9pt 0;
}
acronym,abbr{
	border-bottom:1px dotted #000000;
	padding:0;
	margin:0;
	text-transform:uppercase;
	cursor:help;
}
.center {
	text-align:center;
}
a.extern {
	background-position:right center;
	background-image:url(/style/icon-external-link.png);
	background-repeat:no-repeat;
	padding-right:17px;
}

#opening{ background-image:url(helm_gray_big.png); }
#design{ background-image:url(design.png); }
#slicen{ background-image:url(toHTML_v1.png); }
#portfolioOverview{ background-image:url(portfolio_z.png); }
#contact{ background-image:url(hermes_v3.png); }

#opening,#design,#slicen,#portfolioOverview,#contact{
	background-position:left bottom;
	background-repeat:no-repeat;
	width:100%;
	height:434px;
	vertical-align:middle;
}
#opening div,#design div,#slicen div,#portfolioOverview div.wrap,#contact div{
	position:absolute;
	width:410px;
	left:420px;
	top:50px;
}
#opening div hr,#design div hr,#slicen div hr,#portfolioOverview div.wrap hr,#contact div hr{
	margin:5px 0 5px 0;
}
#portfolioOverview div.wrap img{
	padding:2px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	margin:0 2px;
	opacity:0.5;
}
#portfolioOverview div.wrap img:hover {
	background:#3399FF;
	border:1px solid #3399FF;
	opacity:1;
}
.float_left{
	float:left;
}
.opa_80{
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}