body{
	background-color: #092C42; 
	background-image: url('/grafik/kewl_body_background_v8.jpg'); 
	background-repeat:no-repeat; 
	background-position: top;
	margin: 0px;
}
div.navbar{
	width: 968px;
	height: 97px;
	margin: auto;
	padding: 0px;
	background-image: url('/grafik/kewl_logo.png');
	background-repeat: no-repeat;
}
div.header{
	width: 968px;
	height: 173px;
	margin: auto;
	padding: 0px;
	background-image: url('/grafik/kewl_header.png');
	background-repeat: no-repeat;
}
div.content_allaround{
	width: 968px;
	margin: auto;
	clear: both;
}
div.content_left-stroke{
	width: 9px;
	height: 540px;
	background-image: url('/grafik/kewl_content_left-stroke.png');
	background-repeat: no-repeat;
}
div.content{
	width: 896px;
	min-height: 540px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 10px;
	background-image: url('/grafik/kewl_content.png');
	background-repeat: repeat-y;
}
div.content_right-stroke{
	width: 9px;
	height: 540px;
	background-image: url('/grafik/kewl_content_right-stroke.png');
	background-repeat: no-repeat;
}

div.bottom{
	clear: both;
	width: 950px;
	height: 26px;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 7px;
	background-image: url('/grafik/kewl_bottom.png');
	background-repeat: no-repeat;
}
