/* @group Main Containers */

body
{
	background-color: #024a3a;
}

div.slide
{
	background-color: #8fd40f;
}

div.box
{
	color: #02214a;
	background-color: white;
	background-image: url(../images/lime_theme/slide_box_background.png);
}

div.small
{
	color: #02214a;
	background-color: white;
	background-image: url(../images/lime_theme/slide_box_small_background.png);
}

/* @end */

/* @group Navigation */

div#navigation 
{	
	background-image: url(../images/lime_theme/navigation_background.png);
}

div#navigation ul li a
{
	background-image: url(../images/lime_theme/navigation_entry.png);
}

/* @end */

/* @group Head */

/* @group Slogan */

div#head h2 
{
	background-image: url(../images/lime_theme/head_slogan.png);
}

/* @end */

/* @end */

/* @group Content */

/* @group Container */

/* @group Teaser */

div.teaser 
{
	background-image: url(../images/lime_theme/teaser_background.png);
}

div.teaser p
{
	color: white;
}



/* @end */

/* @group Big Image */

div.big_picture 
{
	background-image: url(../images/lime_theme/teaser_background.png);
}

div.big_picture p
{
	color: white;
	background-image: url(../images/lime_theme/transparent_background.png);
}

* html div.big_picture p
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/lime_theme/transparent_background.png', sizingMethod='crop');
	background: none;
}


/* @end */

/* @end */

/* @group Paragraph styles */

div.content h3 
{	
	color: #8fd40f; font-weight : bold ;
}

/* @end */

/* @group Links */

div.content a
{
	color: #02214a;
}

div.content a:hover
{

}

/* @group Buttons */

div.content a.button
{	
	color: white;
	background-image: url(../images/lime_theme/button_leftpart.png);
}

div.content a.button span
{
	background-image: url(../images/lime_theme/button_rightpart.png);
}

div.content div.teaser a.button
{	
	color: white;
	background-image: url(../images/lime_theme/button_teaser_leftpart.png);
}

div.content div.teaser a.button span
{
	background-image: url(../images/lime_theme/button_teaser_rightpart.png);
}

/* @end */



/* @end */

/* @group Lists */

div.content ul li
{
	background-image: url(../images/lime_theme/content_bullet.png);
}

/* @end */

/* @group Forms */

div.content form input.text,
div.content form textarea
{
	color: white;
	background: #075f75;
	
	border: navajowhite;
	padding: 2px;
}

/* @end */

/* @end */

