/*------------------------------------------------------------- 
Website fun4young - Neuprogrammierung der Website (ohne Frames)
--------------------------------------------------------------- */

/*-- Formatierung der Layer --*/
#Container {
	width:960px;   height:603px;
	/*-- border:1px solid red; --*/
	clear:both;
}

#Kopfzeile {
	background-image:url(../images/anim_bus_01.gif);   background-repeat:no-repeat;
	width:960px;   height:101px;
	margin:0px;   padding:0px;
	/*-- border:1px solid green; --*/
}

#Menu_default {
	background-image:url(../images/bg_nav.gif);   background-repeat:no-repeat;
	width:160px;   height:370px;
	padding-left:10px;   padding-top:20px;
	float:left;
}

#Menu_default a:link {
	font-size:14px;   font-weight:bold;   color:#330066;
	text-decoration:none;
}
#Menu_default a:hover {
	font-size:14px;   font-weight:bold;   color:#330066;
	text-decoration:none;
}
#Menu_default a:active {
	font-size:14px;   font-weight:bold;   color:#330066;
	text-decoration:none;
}
#Menu_default a:visited {
	font-size:14px;   font-weight:bold;   color:#330066;
	text-decoration:none;
}

#Menu {
	background-image:url(../images/bg_nav_transp.gif);   background-repeat:no-repeat;
	width:160px;   height:370px;
	padding-left:10px;   padding-top:20px;
	float:left;
}

#Menu a:link {
	font-size:14px;   font-weight:bold;   color:#330066;
	text-decoration:none;
}
#Menu a:hover {
	font-size:14px;   font-weight:bold;   color:#330066;
	text-decoration:none;
}
#Menu a:active {
	font-size:14px;   font-weight:bold;   color:#330066;
	text-decoration:none;
}
#Menu a:visited {
	font-size:14px;   font-weight:bold;   color:#330066;
	text-decoration:none;
}

.Adresse a:link {
	font-size:10px;   font-weight:normal;   color:#330066;
	text-decoration:underline;
}
.Adresse a:hover {
	font-size:10px;   font-weight:normal;   color:#330066;
	text-decoration:underline;
}
.Adresse a:active {
	font-size:10px;   font-weight:normal;   color:#330066;
	text-decoration:underline;
}
.Adresse a:visited {
	font-size:10px;   font-weight:normal;   color:#330066;
	text-decoration:underline;
}

#Content {
	background-image:url(../images/bg_home.gif);   background-repeat:no-repeat;
	width:790px;   height:390px;
	float:left;
}

#Content_scroll {
	background-image:url(../images/bg_inhalt_weiss.gif);   background-repeat:no-repeat;
	width:775px;   height:375px;
	padding-left:10px;   padding-top:10px;   padding-bottom:5px;
	float:left;
}

/*-- Formatierung für informationen.asp und reisen.asp --*/
#Content_iframe {
	background-image:url(../images/bg_inhalt_weiss.gif);   background-repeat:no-repeat;
	width:775px;   height:380px;
	padding-left:10px;   padding-top:5px;   padding-bottom:5px;
	float:left;
}

.scroll {
	width:750px;   height:375px;
	overflow:scroll;
}

#Fusszeile {
	background-image:url(../images/bg_fuss.gif);   background-repeat:no-repeat;
	width:960px;   height:102px;
	float:left;
	clear:both;
}










