@charset "utf-8";
/* CSS Document */


img {
	float: left;
	}


h1 {
	
	font-size: 14px;
	line-height: 15px; 
}

h2 {
	
	font-size: 14px;
	line-height: 15px; 
}


h3 {
	font-size: 14px;
	line-height: 15px; 
	font-style:italic;
	font-weight:100;
}

h4 {	
	font-size: 14px;
	line-height: 15px; 
}

a:link {
	text-decoration: none;
	color: #808080;
}


a:visited {
	text-decoration:none;
	color:black;
}

a:hover {
	text-decoration:underline;
	color:#D9F0F0;
}

a:active {
	text-decoration: none;
	color:black;
}

h1,h3,h4,h5,h6 {
	font-style: italic;
	font-family: Arial Black, Gadget, sans-serif;
}


html { 
  padding:0px;
  margin:0px;
}

body {
  background-color:white;
  background-image:none;
  background-repeat: repeat-y;
  font-size:14px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#009999;  
  padding:0px;
  margin:0px;
  border:0px;
  line-height:25px;
}


#centercontainer {
	width:1024px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:white;
}
	
#header {
	width:924px;
	height:181px;
	margin-left:50px;
	background-color:white;
	background-image:url(imgs/gewaehlt/joomlaheader.jpg);
	background-repeat:no-repeat;
	position: relative;
	top:0px;
	z-index:2;
	}
	
#navi {
	width:1024px;
	height:38px;
	position:relative;
	margin-left:50px;
	margin-top:5px;
	z-index:2;
	
}

#content {
	height: auto;
	width:884px;
	position: relative;
	background-color:white;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	margin-left:50px;
	z-index:1;
	}
	

	
	
	#footer {
	height:50px;
	width:924px;
	position:fixed;
	margin-left:50px;
	bottom:0px;	
	clear:both;
	background-color:white;
	background-image: none;
	background-repeat:no-repeat;
	z-index:2;
		}
		
			#footertext {
    height:25px;
	width:250px;
	position: fixed;	
	bottom:15px;
	margin-left:70px;
	clear:both;
	background-color:white;
	z-index:3;
	font-size:70%;
		}
		
				#footertextright {
    height:25px;
	width:80px;
	position: fixed;	
	bottom:15px;
	margin-left:890px;
	clear:both;
	background-color:white;
	z-index:3;
	font-size:70%;
		}
		
