
body, html
	{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color: #000000;
	background-image:url(elements/hg_image5.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	}
	

#head {
	margin: 0px 0px 0px 0px;
	padding-left: 6px;
	border: 0px;
	height: 145px;
	width: 100%;
	}
	
#footer {
	position:absolute;
	width: 1060px;
	margin: -8px 0px 0px 0px;
	padding-left: 0px;
	border: 0px;
	height: auto;
	width: 100%;
	border-top:2px;
	}
	
#footer_content {
	position:absolute;
	width: 1000px;
	height:auto;
	min-height: 15px;
	margin-left: -500px;
	left: 50%;
	top: 00px;
	text-align:center;
	}


#content_all {
	position:absolute;
	width: 1060px;
	height:auto;
	min-height: 600px;
	margin-left: -530px;
	left: 50%;
	top: 60px;
	}
#content_opener {
	position:absolute;
	width: 1060px;
	height:auto;
	margin-bottom: 55px;
	}
#content_container {
	float:left;
	margin-bottom: 60px;
	margin-top: 20px;
	margin-left: 30px;
	width: 1000px;
	padding: 0px;
	height:inherit;
	min-height: 400px;
	}
#content_piece {
	float:left;
	margin: 0px;
	margin-left: 0px;
	width: 1000px;
	padding: 0px;
	background-color: #FFFFFF;
	min-height: 200px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 7px;
	}
#content_infobox {
	margin: 0px;
	width: 220px;
	padding: 0px 10px 7px 10px;
	background-color: #FFFFFF;

	}
#icon{
	background: url(elements/fj_icon.jpg);
	margin-right:16px;
	margin-top:1px;
	margin-left:-2px;
	width:9px;
	height:9px;
	float:left;
	display:inline;
	overflow:invisible;
}
/*
#hr {
background:#000 url(elements/trenner.png) no-repeat;
margin-left:-25px;
margin-bottom:30px;
height:1px;
width:1059px;
border : 0 none;

border:solid #333333 2px;
height:0px;
width:1008px;

margin-left:-20px;
width:1060px;

background-color: #FF0000;
	border-bottom-color:#CC0000;
	border-bottom:medium;
	border-style:solid;
	}*/
	
	

#hr {
background:url(elements/trenner.png) no-repeat;
margin-left:-25px;
margin-bottom: -55px;
height:79px;
width:1059px;
border : 0 none;}

		
		
		
.text_headline {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 23px;
	color: #2c76b6;
	text-decoration: none;
	text-transform: uppercase;
	/*uppercase lets all the characters appear uppercase, no matter how you type them...*/
	line-height: 120%;
	font-weight: bold;
	letter-spacing:-1px;
	position: relative;
	left: -2px;
	/*its positioned -2px left to align the headlines with the standard-texts*/
	overflow: visible;
	}
	
	
a:link, a:active, a:visited {
	font-style: normal;
	color: #666666;	
	font-size: 11px;
	text-decoration: none;
	border: 0px
}
a:hover {
	font-style: normal;
	color: white;
	text-decoration: none;
	border: 0px;
	font-size: 11px;
}

/* ------- a.textlink: designs the HYPERLINKS in longer texts / they are shown BOLD -------------- */
a.textlink:link, a.textlink:active, a.textlink:visited
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
 }
  a.textlink:hover
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #9e9e9e;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
 }
 
.indent	{
         margin-left: 20px;
}
 
/*  -- when putting a hyperlink onto a picure, there shouldnt be a visible border, so its ZERO ---  */
a img {
border : 0 none;
}



