/* ############################################################################################# */
/* ## DEFAULT HTML TAG STYLE DEFINTIONS                                                       ## */
/* ############################################################################################# */

h1 {
	background-image: url('bilder/header/header_bl.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;
	}
	
/*	
p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
*/
h3{
	font-size:9pt;
	margin:9px 0px 5px 0px;
	color:#689400;
}

form{
	font-size:8pt;
	font-weight: normal;
	margin:0px;
	padding:0px;
}	


a{
	text-decoration: none;
}
	


/* ############################################################################################# */
/* ## BANNER                                                                           		  ## */
/* ############################################################################################# */

#banner{
	background-image: url('bilder/banner/subbanner_bl.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: 15px;
	float: left;
	clear:both;
}

.coloumn1{
	float:left;
	margin:0px;
}

.coloumn2{
	float:left;
	margin:0px 20px 0px 50px;
}

.coloumn3{
	float:left;
	margin:29px 20px;
}

.coloumn4{
	float:left;
	margin:29px 30px;
}

.coloumn5{
	float:left;
	margin-top:77px;
}

* html .coloumn5{
	float:left;
	margin-top:62px;
}

.coloumn5 a{
	font-weight: bold;
	text-decoration: none;
}

