@charset "utf-8";

html {
	background-color:#FFFFFF;
}
	
body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: scroll;
	height: 100%; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

img { border: 0px; padding: 0; }

#topcontent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #00ADEF;
	}

#maincontent{
	position: absolute; 
	top: 20px; /*Set top value to HeightOfFrameDiv*/
	height: 560px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: url(../images/NL_backgr_540x2256.jpg) top left no-repeat;
	}

#bottomcontent{
	position: absolute; 
	top: 560px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	overflow: hidden; 
	}


#kogelman{
	position: relative;
	top: 0px;
	left: 480px;
	height: 540px;
	width: 621px;
	background: url(../images/kogelman_604x540.png) top left no-repeat;
	}

#content{
	position: absolute;
	top: 20px;
	left: 30px;
	width:400px;
	}
	
#content a {color:#00ADEE; text-decoration:none;  }
	
#tv{
	position: absolute;
	top: 75px;
	left: 132px;
	height: 230px;
	width: 330px;
	background-color:#000;
}
	
	
* html body{ padding: 29px 0 0 0; }
* html #maincontent{ height: 560px; width: 100%; }

#top_inner{
	margin: 4px 20px 0 30px;
	font-size:9px;
}

#top_inner a{ color:#99def8; text-decoration:none; }
#top_inner a:hover{ color:#FFFFFF; text-decoration:none; }
#top_inner a:active{ color:#FFFFFF; }


#bottom_inner{
	margin: 25px 0 0 20px;
	padding: 0 0 0 40px;
	font-variant: normal;
	color: #32BDF4;
	font-weight:bold;
	height: 127px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#bottom_inner a{ color: #999; text-decoration: none; }	
#bottom_inner a:hover{ color: #32BDF4; text-decoration: none; }

#streep { color:#999; font-weight:normal;  }
	
h1 {
	font-weight: bold;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {color:#32BDF4; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:0; }	

h3 {
	font-weight: bold;
	color:#00ADEF;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

#backforward { position: absolute; margin-top: 380px; }


.prebottom{
	position: fixed; 
	top: 520px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden; 
}
	
.prebottom_inner{
	margin: 0;
	padding: 0 0 0 30px;
	font-variant: normal;
	color: #FFF;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul {
	line-height: 15px;
}


#link a { text-decoration:none; color:#FFF; }
#link a:hover {text-decoration:none; color:#00ADEE; }
