/* framework.css 
Autor: modified_penguin
Copyright: by Karate Club Bonn I 1970. e.V. */

@charset "iso-8859-1";

body {
	background-color: #000; }

/* CONTAINER */
#container {
	width: auto;
	height: auto; }

/* HEADER */
#header {
	width: 950px;
	height: 137px;
	margin: 18px auto; }

/* LOGO */
#logo {
	width: 200px;
	height: 137px;
	float: left; }

/* TOPNAVIGATION */
#topnavigation {
	background-image: url(../images/system/kcb1_banner.jpg);
	background-repeat: no-repeat;
	width: 730px;
	height: 67px;
	float: right; }

/* BOTTOMNAVIGATION */
#bottomnavigation {
	width: 730px;
	height: 70px; 
	float: right; }

/* CONTENT */
#content {
	width: 950px;
	height: auto;;
	margin: 18px auto; }

/* SIDENAVIGATION */
#sidenavigation {
	width: 200px;
	height: auto;
	float: left; }

/* SIDENAVIGATIONTOP */
#sidenavigationtop {
	width: 200px;
	height: auto;
	text-align: center; }

/* SIDENAVIGATIONBOT */
#sidenavigationbot {
	width: 200px;
	height: auto;
	text-align: center; }

/* CONTENTTOP */
#contenttop {
	width: 710px;
	height: 50px;
	margin-top: 10px;
	margin-left: 210px;
	margin-bottom: 0px;
	background: url(../images/system/kcb1_content_top.jpg); }

/* CONTENTBOTTOM */
#contentbottom {
	width: 710px;
	height: 80px;
	margin-top: -25px;
	margin-left: 210px;
	margin-bottom: 10px;
	background: url(../images/system/kcb1_content_buttom.jpg); }

/* CONTENTSUB */
#contentsub {
	width: 710px;
	height: auto !important;
	min-height: 500px;
	height: 500px;  /*Hack für den IE*/
	margin-top: -5px;
	margin-left: 210px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 100px;
	background-image: url(../images/system/kcb1_content_middle.jpg);
	background-repeat: repeat-y; }

/* CONTENTBLOG */
#contentblog {	
	width: auto;
	height: auto !important;
	min-height: 500px;
	height: 500px;  /*Hack für den IE*/
	margin-top: -25px;
	margin-left: 210px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 45px;
	padding-right: 150px;
	background-image: url(../images/system/kcb1_content_middle.jpg);
	background-repeat: repeat-y; }

/* FOOTER */
#footer {
	width: 950px;
	height: 100px;
	margin: 18px auto; }

/* FOTTERSUB */
#footersub {
	width: 730px;
	height: 100px;
	margin-left: 210px; }
