/* ############################################################################################# */
/* ## DEFAULT HTML TAG STYLE DEFINTIONS                                                       ## */
/* ############################################################################################# */

h1 {
	background-image: url('bilder/header/header_kw.jpg');
	height:9px;
	font-size: 11pt;
	font-size: 9pt;
	font-weight: bold;
	padding:17px 23px 18px 30px;
	margin:0px;
}

* html h1{
	padding:18px 23px 12px 30px;
	}

a{
	text-decoration: none;
}

/* ############################################################################################# */
/* ## BANNER                                                                                  ## */
/* ############################################################################################# */

#banner{
	background-image: url('bilder/banner/subbanner_kw.jpg');
	width: 912px;
	height: 162px;
	clear: both;
	position: relative;
	top: -18px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: -18px;
	margin-left: 8px;

}

/* ############################################################################################# */
/* ## CONTENT                                                                                 ## */
/* ############################################################################################# */

#content_container {
	
	background-image: url('bilder/bg/content_bg.jpg');
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
	width: 912px;
	margin: 0px 8px;	
}


#footer-space {
	background-color: #FFFFFF;
	width: 912px;
	height: 20px;
	float: left;
	clear:both;
}

#data_table td {
	padding: 0px 0px 0px 5px;
	height:28px;
}




