jQuery(document).ready(function() {
		// Normale Font-Grösse												
    $("a#fontSize").click(function(){
			$("body").css({fontSize:"1em"});
			$(".detail_navi").css({marginLeft:"-2.25em"});
			$(".jcarousel-list-horizontal").css({fontSize:"1em"});
			
			if ($.browser.msie) {
				// für IE
			}
			
			if ($.browser.msie && jQuery.browser.version.substr(0,3)== "6.0") {
				//für IE6
				$("#oetbcontainer div#strips #whitepage").css({width:"48.375em", margin:"0 0.25em 0 0.25em"});
				$("#oetbcontainer div#strips #whitepage div#grid-1_3").css({fontSize:"1em"});
			}
			
		});
		
//*****************************************************************************
		// Vergrösserung um 1 Stufe
		$("a#fontSize1").click(function(){
			$("body").css({fontSize:"1.2em"});
			$("#oetbcontainer div#strips #whitepage #content_compbox_kino, #oetbcontainer div#strips #whitepage #content_compbox_veranstaltungen, #oetbcontainer div#strips #whitepage #content_compbox_stellen, #oetbcontainer div#strips #whitepage #content_compbox_wetter").css({height:"25em"});
			$(".jcarousel-list-horizontal").css({fontSize:".8em"});
			$(".detail_navi").css({marginLeft:"-1em"});
			
			
			if ($.browser.msie) {
				// für IE
				$("#oetbcontainer div#finder ul#subnav.merkzettel li").css({fontSize:"1em"});
			}
			
			if ($.browser.msie && jQuery.browser.version.substr(0,3)== "6.0") {
				//für IE6
				$("#oetbcontainer div#strips #whitepage").css({width:"47em", margin:"4px"});
				$("#oetbcontainer div#strips #whitepage div#grid-1_3").css({fontSize:".9em"});
			}
			
		});
		
//*****************************************************************************
		// Vergrösserung um 2 Stufen
		$("a#fontSize2").click(function(){
			$("body").css({fontSize:"1.5em"});
			$("#oetbcontainer div#strips #whitepage #content_compbox_kino, #oetbcontainer div#strips #whitepage #content_compbox_veranstaltungen, #oetbcontainer div#strips #whitepage #content_compbox_stellen, #oetbcontainer div#strips #whitepage #content_compbox_wetter, ").css({height:"25em"});
			$(".jcarousel-list-horizontal").css({fontSize:".8em", width:"300em"});
			$(".detail_navi").css({marginLeft:"0"});
			
			
			if ($.browser.msie) {
				// für IE
				$("#oetbcontainer div#finder ul#subnav.merkzettel li").css({fontSize:"1em"});
			}
			
			if ($.browser.msie && jQuery.browser.version.substr(0,3)== "6.0") {
				//für IE6
			}
			
			
		});
		
});

//*****************************************************************************
function OpenSchnupperpaket(url)
{	
	window.open(url, 'Schnupperpaket', 'HEIGHT=626,resizable=yes,scrollbars=yes,WIDTH=693');	
	return;
}