﻿* {
	margin:0;
	padding:0;
}
#top {
	height:170px;
	width:100%;
	top:0px;
	background-color:#212121;
	position:fixed;
	z-index:1;
	background-image:url('../images/smarttype.jpg');
	background-position: 10px 40px;
	background-repeat:no-repeat;
}
#balken {
	height:10px;
	width:100%;
	top:170px;
	background-color:#21409A;
	position:fixed;
	z-index:2;
}
#middle {
	background-color:#DDDDDD;
	width:100%;
	height:100%;
	top:180px;
	position:fixed;
	z-index:3;
}

#bottom {
	height:80px;
	width:100%;
	position:fixed;
	background-color:#212121;
	bottom:0px;
	z-index:4;
}

#content-c {
	position:absolute;
	top:0px;
	left:400px;
	width:580px;	
	z-index:10;
	background-image:url('../images/shadow.png');
	padding-left:10px;
	padding-right:10px;
	min-height:100%;	
	}
#content-h {
	height:350px;
	width:580px;
}


#footer {
	top: 5px;
	left:25px;
	position:absolute;
	font-family:"Arial", Helvetica, Verdana, sans-serif;
	font-size: small;
	color: #DDDDDD;	
}

#content {
	font-family:"Arial", Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height:19.2px;	
	padding-top:15px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:10px;
	color:#212121;
}

#content h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:x-large;
	color:#21409A;
}

#content h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#212121;
}

#content ul {
	padding-left: 20px;
}

#menu{
	width: 350px;
	padding-top:45px;
}

#menu ul {
	font-family:"Arial", Helvetica, Verdana, sans-serif;
	font-size:14px;	
	list-style: none;
	text-align:right;
}

#menu li {
	padding-bottom: 5px;
}

#menu a {
	color: #212121;
	text-decoration:none;
}

#menu a:hover {
	color:#21409A;
}

#menu a.current {
	color:#21409A;
}