/*-----------------------------------------------------------------
BODY 
------------------------------------------------------------------*/
body
	{
	background: #DFF2FF;
	background-image:url(/data/static/images/background_at.gif);
	}

h1	{ 
	color:#2162AC;
	}
	
/*-----------------------------------------------------------------
Schriftdefinitionen und Beschreibung der Links
links as: 656E66  links at: 004EAB  links de: wie at
------------------------------------------------------------------*/
a:link    { color:#2162AC; }
a:visited { color:#2162AC; }
a:active  { color:#2162AC; }
a:hover   { color:#555555; }



/*-----------------------------------------------------------------
 TABLEDEFINITIONEN mit irgendwas farbigem dahinter
 .quicksearch
 
 
 http://www.w3.org/TR/REC-CSS2/colors.html
 quicksearch: as: D2DCD3   de: B1C1DD 	at: CDDCE7
------------------------------------------------------------------*/
.quicksearch {	background: #CDDCE7}



/*-----------------------------------------------------------------
 Sämtliche Verläufe (außer Background im Screendesign)
------------------------------------------------------------------*/
.verlauf1	
	{
	background-image:url(/data/static/images/verlauf_at.gif);
	}
		
.verlauf2	
	{
	background-image:url(/data/static/images/verlauf2_at.gif);
	}
		
		
.banner  	
	{
	background-image:url(/data/static/images/banner_verlauf_at.gif);
	}



