@import "reset.css";
@import "form.css";

* { 
	padding: 0; 
	margin: 0;
}

html, body {
	height: 100%;	
}
body {
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	background: url('../images/bg.jpg') 50% #fff repeat-y;

}

#container {
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	background: url('../images/bg.jpg') 50% #fff repeat-y;
	overflow: hidden;
}
* html #container {
	height: 100%;	
}

#content {
	float: left;
	width: 460px;
	padding: 10px;
	font-size: 12px;
	background: url('../images/content_bg.jpg') no-repeat right top;

}

#content_home {
	padding: 40px 0 0 60px;
}

#logo_wrapper {
	float: left;
	width: 190px;
	height: 600px;

}

#logo {
	width: 220px;
	height: 600px;
	background: url('../images/logo.jpg');
}
#subcontent {
	font-size: 13px;
	line-height: 18px;
	float: left;
	padding: 30px 0px 0px 30px;
	width: 290px;
	color: #cdcdcd;
	/*text-shadow: 1px 1px 0 black;*/
}

#slogan{
	height: 125px;
	font-family: moanHand;
}

#container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

h2{
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0;
}


h3{
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
}

.big{
	font-size: 30px; 
	line-height: 40px;

	margin-left: -5px;
}
.medium{
	font-size: 25px; 
	line-height: 30px;
	
	margin-left: 5px;
}
.small{
	font-size: 20px; 
	line-height: 25px;
}


/* ---- cases homepage ---- */

ul.thumb {
	list-style: none;
}
ul.thumb li {
	margin-bottom:10px;
	position: relative;
	width: 293px;
	height: 110px;	
}

ul.thumb li .box{
	position: absolute;
}

ul.thumb li img{
	width: 293px;
	height: 110px;
}

.binnenkort{
	position: absolute;
	top: -1px;
	left: 245px;
	width: 156px;
	height: 68px;
	background: url('../images/binnenkort.png');
	display:block;
	text-indent: -9999px;
}



/* ---- Corners ---- */
#tl {
	background: url('../images/tl.png');
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#tr {
	background: url('../images/tr.png');
	width: 380px;
	height: 120px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#br {
	background: url('../images/br.png');
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#bl {
	background: url('../images/bl.png');
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
