@charset "utf-8";
/* CSS Document */

body {
	background-color:#069;
	font-size:x-small;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}
ul {
	list-style:none;
	text-decoration:none;
	margin:0 0 0 -30px;
}
ol {
	margin-top:-0.8em;
	list-style:circle;
}
a {
	text-decoration:none;
	color:#069;
}
a:hover {
	color:#000;
}
h1 {
	color:#333;
	font-size:medium;
}
#wrapper {
	width:900px;
	height:800px;
	background-image:url(pics/bground.gif);
	position:relative;
	margin:auto;
	margin-top:-8px;
	border: solid 1px #333;
	box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='#333333', direction='150', strength='10');
}
/*MAIN NAV*/
	
.navbar {
	float:left;
	background-color:#069;
	width:900px;
	height:31px;
	font-weight:900;
}
.navbar ul li {
	float:left;
	margin:0 13px 0 10px;
}
.navbar ul {
	margin-top:10px;
	margin-left:-25px;
}
.navbar a {
	color:#fff;
}
.navbar a:hover {
	color:#CCC;
}
/*LEFT NAV*/
		
.navbar-left {
	float:left;
	width:145px;
	font-weight:900;
	font-size:small;
	display:block;
	padding-top:20px;
	position:relative;
}
* html .navbar-left {
	padding-left:30px;
}
.navbar-left li {
	padding-top:10px;
}
/* main side - id */

#header {
	background-image:url(pics/back.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	width:900px;
	height:103px;
}
#header img {
	border:none;
}
#pic {
	background-image:url(pics/banner1.gif);
	background-color:#FFF;
	width:900px;
	height:218px;
}
#print {
	position:absolute;
}
#print {
	float:right;
	width:490px;
	height:30px;
	padding-right:0px;
	padding-top:20px;
}
#print img {
	border:none;
	float:right;
}
#content {
	width:535px;
	position:relative;
	float:left;
}
#text {
	width:500px;
	height:300px;
	float:left;
	margin:60px 10px 20px 20px;
	overflow:auto;
	position:relative;
}
#text p {
	margin-right:1em;
}
#form {
	float:left;
	width:200px;
	left:690px;
	top:360px;
	position:absolute;
}
#form p {
	margin-bottom:3px;
}
.input {
	margin-top:0px;
}
#footer {
	float:left;
	border-top: #069 solid 1px;
	display:block;
	width:679px;
	height:50px;
	background-color:#FFF;
	margin-top:17px;
}
#footer p {
	margin-left:2em;
	text-align:center;
	font-size:xx-small;
}
#blue {
	font-size:medium;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	background-color:#069;
	border-top: #069 solid 1px;
	display:block;
	width:220px;
	height:50px;
	margin-top:17px;
	position:relative;
	float:right;
}
#blue p {
	margin-top:5px;
}
#copyright {
	font-size:xx-small;
	text-align:center;
	padding:1em 0 3em 0;
	margin-left:-20em;
	color:#CCC;
}
#copyright a:link {
	color: #CCC;
	text-decoration: none;
}
#copyright a:visited {
	color: #CCC;
	text-decoration: none;
}
#copyright a:hover {
	color: #CCC;
}
#ismail_pic {
	height: 160px;
	width: 280px;
	background-image: url(pics/ismail.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
	top: 20px;
	text-align: right;
}
#torben_pic {
	height: 160px;
	width: 280px;
	background-image: url(pics/torben.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	text-align: right;
	top: 25px;
}
