$(document).ready(function() {$('#unten li p').each(function() {$(this).animate({opacity: 0},1).css({'text-shadow' : '0px 0px 10px #00ACEA, 0px 0px 2px #00ACEA', 'color':'#D3DDFF'});   
$("#unten li p").hover(function () {$(this).stop().animate({opacity: 1.0},300).css({'text-shadow' : '0px 0px 10px #00ACEA, 0px 0px 2px #00ACEA', 'color':'#D3DDFF'});}, 
function(){$(this).stop().animate({opacity: 0},300).css({'text-shadow' : '0px 0px 10px #00ACEA, 0px 0px 2px #00ACEA', 'color':'#D3DDFF'});});}); 
$(".actn").click(function(){ $("#thumps").animate({top:"0px"}  ,500);});$(".port").click(function(){ $("#thumps").animate({top:"400px"},500);});
$(".misc").click(function(){ $("#thumps").animate({top:"800px"},500);});$(".bon").click(function(){ $("#thumps").animate({top:"1200px"},500);});
$('#thumps img').click(function() {$('#thumps img').removeClass('active');$(this).addClass('active');var n = $(this).attr('alt');
$('#pics img').each(function() {if ($(this).attr('id') != n) {$(this).fadeOut('fast');}});$('#' + n).fadeIn('slow');$('#links , #hallo , #impr').fadeOut('fast');});
$('#bottom').click(function(){ $('#hallo , #pics').fadeOut('fast');});$('#thumps img').click(function(){$('#pics , #dim').fadeIn('slow');});
$('#li').click(function(){$('#links').fadeIn('slow');$('#impr , #dim').fadeOut('fast');});$('#imp').click(function(){$('#impr').load('sendmsg.html');
$('#impr').fadeIn('slow');$('#links , #dim , #pics').fadeOut('fast');});$('#bot li , .us').each(function(){$(this).hover(function(){$(this).stop().animate({ opacity: 1.0 }, 500);},
function(){$(this).stop().animate({ opacity: 0.3 }, 500);});});$('#rolle').each(function() {$(this).hover(function() {$(this).stop().animate({opacity: 1.0},500);},
function() {$(this).stop().animate({opacity:0},500);});});$('#rolle').click(function(){$(this).fadeOut('slow');});});
