
	
	/* Allgemeine Angaben ------------------------------------------ */
	body{
	margin:0px;
	padding:0px;
	background-image: url(../images/elbefreizeit/hg_neu.jpg);
	background-repeat: repeat;
	/*url(../images/elbefreizeit/hg.gif);
	background-image:url(../images/elbefreizeit/css/raster.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	*/
	color:#555F4D;
}

	/* Standards */
	body, td{
		font-size:12px;
		font-family:Arial, sans-serif;
		background-color:#ffffff; /* automaticaly set to black in IE for working Overlay */
		line-height:15px;
		color:#453d4b;
	}
	
	td{vertical-align:top;}
	a{color:#f18c29; text-decoration:underline;}
	img {border-style:none;}
	
	/* Zentrierung ------------------------------------------------- */
	#centerIE {
		margin:0px;
		padding:0px;
		width:100%;
		height:100%;
		text-align: center; /* zentrierung fuer IE */
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	#centerW3C {
		width:780px;
		background-color:#FFFFCC;
		padding:0px;
		text-align:left;
		margin-left: auto; /* zentrierung laut W3C */
		margin-right: auto; /* zentrierung laut W3C */
	}
	
	
	/* Hauptelemente --------------------------------------------- */
	#pageheader{
		margin-bottom:10px;
	}
	#topbar{
		background-color:#00aeef;
		width:780px;
		height:20px;
		margin-bottom:1px;
	}
	#topbar a{
		background-color:#00aeef;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#ffffff;
		padding-right:10px;
	}
	#topbar a img{
		margin-top:6px;
		margin-left:6px;	
		margin-right:6px;
	}
	
	
	/* Navigation ------------------------------------------------ */
	#nav{
		float:left;
		width:160px;
		margin:0px;
		padding:0px;
		margin-right:34px;
	}
	#nav li{
		list-style-type:none;
	}
	#nav a{
		font-family:arial;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#ffffff;
		background-color:#00aeef;
		background-image:url(../images/elbefreizeit/nav/pfeil.gif);
		background-repeat:no-repeat;
		background-position:5px 7px;
		display:block;
		padding:3px 5px 3px 17px;
		margin-bottom:1px;
	}
	#nav a:hover{
		background-color:#996633;
	}
	#nav #current a{
		background-color:#996633;
	}
	#nav img{
		margin-right:5px;
	}
	
	
	/* Seite ------------------------------------------------ */
	#seite{
		float:left;
		width:586px;	
	}
	
	/* Footer ------------------------------------------------ */
	#footer{
		clear:both;
		background-color:#00aeef;
		width:780px;
		line-height:20px;
		text-align:center;
		font-size:10px;
		color:#ffffff;
	}
	#footer a{
		text-decoration:none;
		color:#f18c29;
	}
	
	
	
	/* Content Spalten ------------------*/
	#seite .doppelspalte{
		clear:both;
		width:586px;
	}
	#seite .spalte{
		width:280px;
		float:left;
	}
	#seite .galerie{
		width:127px;
		margin-bottom:26px;
		float:left;
	}
	
	/* Content Elemente ------------------ */
	#seite .element{
		margin-bottom:12px;
	}
	
	#seite ul{
		padding:0px;
		margin:0px;
		margin-left:15px;
		list-style-type:square;
	}
	#seite h1{
	font-size:12px;
	margin:0px;
	padding:0px;
	color: #DC143C;
}
	#seite .floatright{
		float:right
	}
	#seite .floatright img{
		margin-left:12px;
		margin-bottom:12px;
	}
	
	#seite .addlink{
		width:400px;
	}
	
	#seite .tabelle td{
		background-color:#eceded;
	}
	