// Skript zum Anwenden von NiftyCorners auf Layout-Elemente
//----------------------------------------------------------------------------------------------
// @copyright Copyright 2008-2009, Libelle Sales + Services GmbH & Co. KG

window.onload=function(){
	if(!NiftyCheck())
	    return;
	
	// Rahmen um die Boxen in der rechten Spalte
	//Rounded("div.right-col-box","all","#FFF","#FFF","small border #bde4f7");
	//Rounded("div.right-col-box","all","#FFFFFF","#eaf6fc","border #bde4f7");
	//Rounded("div.right-col-box","left","#FFFFFF","#eceded","border #eceded");
	//Rounded("div.right-col-box","all","#FFFFFF","transparent","border #006fb7");
	
	// Runde Ecken, Rechte Spalte, unten
	//Rounded("div.right-col-box","top","#FFFFFF","#D9DADB","transparent");
	//Rounded("div.right-col-box","tl","#FFFFFF","#004F7D","transparent");
	//Rounded("div.right-col-box","bottom","#FFFFFF","#D9DADB","transparent");
	//Rounded("div.right-col-box","bottom","#FFFFFF","#006fb7","small smooth transparent");
	
	//Rounded("div.right-col-box","bottom","#FFFFFF","#0195db","small smooth transparent");
	//Rounded("div.right-col-box","bottom","#FFFFFF","#c5c7c9","small smooth transparent");
	
	
	// Runde Ecke, Rechte Spalte, oben rechts
	//Rounded("div.right-col-box","tr","#FFFFFF","#006fb7","transparent");
	//Rounded("div.right-col-box","tr","#FFFFFF","transparent","transparent");
	//Rounded("div.csc-header","top","#FFFFFF","transparent","#006fb7");
	
	// Teaser Box Startseite
	Rounded("div#teaser","top","#FFFFFF","#ECEDED","transparent");
	Rounded("div#teaser","bottom","#FFFFFF","#D9DADB","transparent");
	
	// Rahmen um die Login-Box
	//Rounded("div#toplogin","all","#bde4f7","#eaf6fc","border #009ee0");
	
	
	// Beispiele
	//Rounded("div.right-col-box-content","all","transparent","transparent","transparent");
	//Rounded("div#header","bottom","#D6DEEC","#84B7FF","smooth");
	//Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth");
	//Rounded("div#content","tl bottom","#D6DEEC","#FFF","smooth");
	//Rounded("div#nav","tr bottom","#D6DEEC","#95B3DE","smooth");
	//Rounded("div#sidenotes","all","#D6DEEC","#B1C0D5","smooth");
	//Rounded("form","all","#D6DEEC","#B4CEF7","smooth");
	//Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
	//Rounded("div#relax","all","#FFF","transparent");
	//Rounded("div#footer","all","#D6DEEC","#CCCCCC","small border #fff");
}