<!--

/*
	+-----------------------------------------------------------+
	| co|manager - Content Management System - $Release$		|
	+-----------------------------------------------------------+
	| Copyright (c) 2004-2005 clarksdale datendesign			|
	| http://www.comanager.de | http://www.clarksdale.de		|
	| Please read the file LICENCE for more information.		|
	+-----------------------------------------------------------+
	| Authors: Matthias Lienau <ml@clarksdale.de>				|	
	| 		   Christian Günther <cg@clarksdale.de>				|
	+-----------------------------------------------------------+
	
	@svnid:		$Id: style.css 160 2004-12-20 18:20:15Z cdale $
	@svnurl:	$URL: ?? $
	@since:		2005/01/31
	@purpose:	CSS defintion for initial setup frontend page

*/

/*
 General style issues. Pretty self-explaining.
 Change at will, if you know what you are doing.
*/

body	{
		background-color: 	#ee8146;
		background-image:	url('images/content_bg.jpg');
		background-repeat:	no-repeat;
		background-position:center 100px;
		margin-top:			0px;
		margin-left:		100px;
		margin-bottom:		0px;
		text-align:			left;
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		color: 				#fff;
		line-height:		18px;	
		}

img {
		border: 0;
		}

/* here, the head and foot-areas are defined. */

	#content {
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		color: 				#fff;
		font-weight:		normal;
		width:				700px;
		margin: 			50 auto;
		text-align:			center;
		}

#flash_media_player {
		margin-top:			30px;
		}

.footer {
		text-align:			center;
		margin-top:			350px;
		}

/* link-classes*/

A:link { 
color : #fff; 
font-weight: bold; 
text-decoration: underline; }

A:visited { 
color : #fff; 
font-weight: bold;
text-decoration: underline; }

A:hover {
color: #f6a292;
font-weight: bold;
text-decoration: underline; }

A:active {
color: #000;
font-weight: bold;
text-decoration: underline; }

-->
