<!--

/*
	+-----------------------------------------------------------+
	| 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: 	#f86a14;
		background-repeat:	no-repeat;
		background-attachment:fixed;;
		margin-top:			0px;
		margin-left:		0px;
		margin-bottom:		0px;
		text-align:			left;
		color:				#fff;
		font-family:		tahoma,verdana,sans-serif;
		font-weight:		normal;
		font-size:			11px;
		}

img {
		border: 0;
		}

li {
		list-style-type:	square;
		}

hr {
		background-color:	#2798d5;
		color:				#2798d5;
		height:				0px;
	}

.content {
		margin-left:		70px;
		margin-top:			20px;
	}

/* font classes */		
		
.blockblack {
		font-family: 		tahoma,verdana,sans-serif;
		font-size: 			11px;
		color: 				#fff;
		line-height:		18px;		
		vertical-align:		top;
		}

.textlist {
		font-family: 		tahoma,verdana,sans-serif;
		font-size: 			11px;
		color: 				#fff;
		padding-left:		0px;
		line-height:		21px;
		}

.boldblack {
		font-family: 		tahoma,verdana,sans-serif;
		font-size: 			11px;
		color: 				#fff;
		font-weight:		bold;
		vertical-align:		top;
		}
	
.blockred{
		font-family: 		tahoma,verdana,sans-serif;
		font-size: 			11px;
		color: 				#ff9900;
		vertical-align:		top;
		}

.boldred {
		font-family: 		tahoma,verdana,sans-serif;
		font-size: 			11px;
		color: 				#ff9900;
		font-weight:		bold;
		vertical-align:		top;
		}

.blockgrey {
		font-family: 		tahoma,verdana,sans-serif;
		font-size: 			11px;
		color: 				#fff;	
		vertical-align:		top;
		text-align:			justify;
		}

.headline {
		font-family: 		tahoma, verdana,serif;
		font-size: 			12px;
		color: 				#fff;
		font-weight:		bold;
		margin-bottom:		10px;
		}

/* link-classes*/

A:link { 
color : #ff9900; 
font-weight: bold; 
text-decoration: none; }

A:visited { 
color : #ff9900; 
font-weight: bold;
text-decoration: none; }

A:hover {
color: #f86a14;
font-weight: bold;
text-decoration: none; }

A:active {
color: #ff9900;
font-weight: bold;
text-decoration: none; }

hr {
		color: 				#f86a14;
		background-color:	#f86a14;
		border-color:		#f86a14;
		height:				1px;
		border:				1px solid #f86a14;
		margin:				5px;
		}

.redline {
		color: 				#ff9900;
		background-color:	#ff9900;
		border-color:		#ff9900;
		height:				1px;
		border:				1px solid #ff9900;
		margin:				0px;
		}

-->

