@charset "UTF-8";
div, ul, li, h1, form, p, input { margin: 0; padding: 0; }
body {
	font-family: "Trebuchet MS", Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #2d66a1;
	background-color: #daebfd;
	margin: 0; 
	padding: 0;
	background-image: url("img/body_bg.png");
	background-repeat: repeat-x;
}

div {
	margin: auto;
}

#logo {
	background-image: url('img/logo_bm.png');
	margin-top: 185px;
	margin-bottom: 140px;
	width: 461px;
	height: 126px;
}

.orange {
	color: #ff7e00;
}

.blau {
	color: #2d66a1;
}

a, a:hover {
	text-decoration: none;
	color: #2d66a1;
}

#darkler {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-image: url('img/darkler.png');
}

#lightbox{
	z-index: 200;
	position: absolute;
    top:50%;
    left:50%;
	margin: -260px 0 0 -395px;
	width: 700px;
	height: 450px;
	background-image: url("img/body_bg.png");
	background-repeat: repeat-x;
	background-color: #daebfd;
	border: 1px solid #2d66a1;
	padding: 27px 45px;
	text-align: center;
	font-size: 13px;
}

.justi {
	text-align: justify;
}

#projects {
	color: #daebfe
}

#projects a{
	color: #daebff
}

#footer {
	font-size: 10px;
}
