@CHARSET "UTF-8";

body {
	background-color: #fff;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	padding: 0.5em 0;
}

h1.breadcrumb {
	font-size: 12px;
	color: #929394;
	padding: 0;
	font-weight: normal;
	padding-left: 20px;
	text-transform: uppercase;
}

span.breadcrumb {
	font-size: 12px;
	line-height:30px;
	color: #929394;
	padding: 0 0 0 20px;
	font-weight: normal;
	padding-left: 20px;
	text-transform: uppercase;
}

h2 {
	padding: 0.5em 0;
	font-size: 12px;
	font-weight : bold;
	color: #17356B;
}

a {
	color: #00335f;
	text-decoration: underline;
}

a:hover {
	color: #929395;
}

a:focus {
	outline: none;
}

.wrapper {
	background-color: #ccc;
	height:100%;
	margin:0 auto;
	max-width:1421px;
	min-height:660px;
	min-width:940px;
	overflow: hidden;
	width:100%;
	padding: 20px 30px;
}

.main {
	background-color: #fab;
	bottom:0;
	height:100%;
	left:30px;
	position:absolute;
	right:0;
	top:185px;
	z-index:3;
}

.header {
	background-color: #eef;
	height:170px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;	
}

.background {
	background-color: #bfbeb4;
	background-repeat:no-repeat;
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	right:50px;
	top:0px;
	width:100%;
	z-index:5;	
}


.content {
	background-color: #f12;
	bottom:180px;
	left:40px;
	margin-bottom:0px;
	overflow:hidden;
	position:absolute;
	z-index:7;
	width: 600px;
	height: 400px;
}

.sidebar {
	background-color: #fe5;
	height: 100%;
	min-height:660px;
	width: 100px;
	overflow: hidden;
	right: 0;
	z-index: 100;
	position: absolute;
}

.menu {
	background-color: #956;
	border-top:1px solid #E4E4E4;
	bottom:180px;	
	height:45px;
	left:40px;
	overflow:hidden;
	padding-left:10px;
	position:absolute;
	width:580px;
	z-index:800;
}

.debug {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10000;
}

.myclimate_pic
{
	background-image: url(../../media/myclimate_zelfmade_neutral_grau.jpg);
	background-repeat: no-repeat;
}
.myclimate_pic:hover
{
	background-image: url(../../media/myclimate_zelfmade_neutral.jpg);
}

