<!--

/*
	+-----------------------------------------------------------+
	| 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: 	#fff;
		margin-top:			25px;
		margin-left:		20px;
		margin-bottom:	0px;
		text-align:			left;
		font-family: 		"Trebuchet MS",geneva,arial,verdana,sans-serif;
		font-size: 			14px;
		color:					#000000;
		line-height:		18px;	
		}

img {
		border: 0;
		}

li {
		list-style-type:	square;
		}

hr {
		background-color:	#2798d5;
		color:				#2798d5;
		height:				0px;
		}

.contentblock_1col {
		width:				182px;
		margin-right:	10px;
		float:				left;
		position:			relative;
		}

.contentblock_2col {
		width:				364px;
		margin-right:	10px;
		margin-top:		-4px;
		float:				left;
		position:			relative;
		}

.contentblock_3col {
		width:				546px;
		margin-right:	10px;
		float:				left;
		position:			relative;
		}

/* footer */

#footer {
		width:				960px;
		height:				80px;
		margin-left:	28px;
		margin-top:		40px;
		padding-top:	40px;
		font-size:		11px;
		clear:				both;
		}
#footer a:link {
		color:				#000;
		}
		

/* content blocks */

.textblock {
		padding-left:		45px;
		padding-top:		50px;
		font-family: 		arial,verdana,sans-serif;
		font-size: 			14px;
		color: 				#000000;
		line-height:		24px;
		width:				430px;
		position:			relative;
		z-index:			50;
		}

.imageblock {
		padding-top:		50px;
		padding-right:		1px;
		font-family: 		arial,verdana,sans-serif;
		font-size: 			12px;
		color: 				#000000;
		line-height:		24px;
		width:				300px;
		position:			relative;
		float:				right;
		z-index:			50;
		}

.contentblock_home {
		padding-left:		65px;
		padding-right:		45px;
		padding-top:		0px;
		font-family: 		arial,verdana,sans-serif;
		font-size: 			12px;
		color: 				#000000;
		line-height:		24px;
		width:				730px;
		position:			relative;
		z-index:			50;
		}
	
/* font classes */		
		
.blockblack {
		font-family: 		arial,verdana,sans-serif;
		font-size: 			14px;
		color: 				#000000;
		line-height:		18px;	
		font-weight:		normal;
		}

.blockgrey {
		font-family: 		arial,verdana,sans-serif;
		font-size: 			12px;
		color: 					#777;
		line-height:		18px;	
		font-weight:		normal;
		}

.boldblack {
		font-family: 		arial,verdana,sans-serif;
		font-size: 			14px;
		color: 					#000000;
		font-weight:		bold;
		}

.boldred {
		font-family: 		arial,verdana,sans-serif;
		font-size: 			14px;
		color: 					#000000;
		font-weight:		bold;
		}

.headline {
		font-family: 		arial, verdana,serif;
		font-size: 			18px;
		color: 					#000000;
		font-weight:		bold;
		margin-bottom:	15px;
		}

/* link-classes*/

A:link { 
color : #e3040a; 
font-weight: normal; 
text-decoration: none; }

A:visited { 
color : #e3040a; 
font-weight: normal;
text-decoration: none; }

A:hover {
color: #e3040a;
font-weight: normal;
text-decoration: underline; }

A:active {
color: #e3040a;
font-weight: normal;
text-decoration: none; }

.link {
		display:			block;
		background-color:	#d1b795;
		padding:			4px;
		border-bottom:		3px solid #ebd9c1;
		}

hr {
		color: 				#000;
		background-color:	#000;
		border-color:		#000;
		height:				1px;
		border:				1px solid #000;
		margin:				5px;
		}
				
-->
