/**
 * Kommentar:
 * 
 * @headurl			$HeadURL$
 * @author			$Author$
 * @version			$Revision$
 * @date			$Date$
 * @id				$Id$
 *
 * @copyright		Copyright (c) 2007, EEB GmbH www.eeb.de
 * 										Gutenbergstraße 7
 * 										70794 Filderstadt
 */

/******************************/
/*ID-basierte Definitionen*/
/******************************/
#spacer
{
}

#container
{	
	position: absolute; 
	top: 50%;  
	left: 50%; 
	width: 900px;  
	height: 680px;   
	margin-top: -350px;  /*height/2 */
	margin-left: -450px; /* width/2 */
}

#header
{
}

#content
{
}

#footer
{
}

/******************************/
/*Klassenbasierte Definitionen*/
/******************************/

body
{
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
	background-color: #FCFB00;
}

/**********************/
/*      Frontpage     */
/*********************/

a{
	font-family: Arial;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	font-family: Arial;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

.language_entry a
{
	font-size: 14px;
}

.language_entry_selected a
{
	font-size: 14px;
}

.frontpage_links
{
	font-size: 25px;
	color: #000000;
	padding: 0px 8px 0px 8px;
}

.frontpage_links_middle
{
	font-size: 36px;
	color: #000000;
	padding: 0px 8px 0px 8px;
}

.frontpage_links a:hover
{
	font-size: 25px;
	color: #000000;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
}

.frontpage_links_middle a:hover
{
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
}

.frontpage_links:hover
{
	font-size: 25px;
	color: #000000;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
}

.sitetext
{
	position: absolute;
	top: 750px;
	width: 100%;
	left:50%;
	margin-left:-450px;
	width:900px;
}