/****************************************************************
 *
 * BODY: 
 *
 ****************************************************************/

body {
	background: url("bg.gif") repeat-x; 
}


/****************************************************************
 *
 * FONT: 
 *
 ****************************************************************/

a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #ee1a3b;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #ee1a3b;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ee1a3b;
	text-decoration: underline;
}
a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #ee1a3b;
	text-decoration: none;
}


/****************************************************************
 *
 * NAVIGATIONSPUNKTE: 
 *
 ****************************************************************/

.menu_level_1 /* Navigationsüberpunkt */
{
	color:#ee1a3b;
}

.menu_level_1_text a,  .menu_level_1_text a:visited,  .menu_level_1_text a:active
{
	color:#ee1a3b;
}

.menu_level_2 /* Navigationsunterpunkt */
{
	color:#797979;
}

.menu_level_2_text a,  .menu_level_2_text a:visited,  .menu_level_2_text a:active
{
	color:#797979;

}



.menu_level_3 /* Navigationsunterpunkt */
{
	color:#797979;
}

.menu_level_3_text a,  .menu_level_3_text a:visited,  .menu_level_3_text a:active
{
	color:#797979;
}


/****************************************************************
 *
 * LAYOUT: 
 *
 ****************************************************************/

#header {
	background: url("header.gif") no-repeat; }

#content_head {
	background: url("content_head.gif") no-repeat; }

#content {
	background: url("content_all.gif") repeat-y; }
	
#container_footer {
	background: url("bg_bottom.gif") repeat-x; }
	
#foot_content {
	background: url("foot.gif") no-repeat; }
