@CHARSET "UTF-8";

/*************************************

		GENERAL

**************************************/
	body
	{
		margin: 0 0 0 0;	
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 12px;	
		color: #222222;
		background: #CACACA;
	}

/*************************************

		MENU

**************************************/
	#menu
	{
		margin: 0px 30px 0px 0px;
		padding: 0;
		list-style-type: none;
		list-style-image: none;
		/*border-left:1px solid #555;*/
		height: 40px;
	}
	
	#menu li
	{
		float: right;
		border-right: 1px solid #555;
	}
	
	#menu a
	{
		display: block;
		height: 45px; /* hoehe des menu balken */
		padding: 0px 10px 0px 10px;
		color: #323232;
		_float: right;
	}
	
	#menu a span
	{
		position: relative;
		top: 25px;
	}
	
	#menu a:link,#menu a:active,#menu a:visited
	{ text-decoration: none; }
	
	#menu a:hover
	{ color: #FFFFFF; }
	
	#HEADER
	{
		background	: url(h_complete.png) #CACACA;
		width		: 800px;
		height		: 168px;	
	}

/*************************************

		CONTENT

**************************************/
	#CONTENT
	{
		bgcolor		: #EDEDED;
	}

	#submenu, #submenu a:link, #submenu a:active, #submenu a:visited
	{
		text-align: center;
		font-size: 13px;
		color: #323232;
	}

	#CONTENT_TOP
	{
		background	: url(c_complete_top.png) #CACACA;
		width		: 800px;
		height		: 15px;
	}

	#CONTENT_MID
	{
		margin		: 25px 0 0 0;
		padding		: 2px 20px 2px 20px;
		
	}
	#CONTENT_BOTTOM
	{
		background	: url(c_complete_bottom.png) #CACACA;
		width		: 800px;
		height		: 21px;
	}
	
	#edit, #edit a:link, #edit a:active, #edit a:visited
	{
		text-align: center;
		font-size: 10px;
		text-decoration: none;
		color: #323232;
	}
	

/*************************************

		NEWS

**************************************/
	table.news
	{
		font-family:Verdana,sans-serif;
		font-size: 14px;	
		border-width: 1px;
		border-spacing: 2px;
		border-style: solid;
		border-color: #000000;
		border-collapse: collapse;
	}
	
	table.news td
	{
		border-width: 1px;
		padding: 6px;
		border-style: solid;
		border-color: #000000;
	}
	
	#news
	{
		padding: 15px 50px 0 50px;
	}
	
	#news a, #news a:visited, #news a:active, #news a:link, #news a:visited, #news a:hover
	{
		color: black;
		text-decoration: none;
	}

