<!--

/*
	+-----------------------------------------------------------+
	| 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-image:		url('../images/bg.jpg');
		background-color: 	#fff;
		background-repeat:	no-repeat;
		background-position: top center;
		margin-top:			0px;
		margin-left:		0px;
		margin-bottom:	0px;
		text-align:			center;
		font-family: 		Cambria,Georgia,arial,verdana,sans-serif;
		font-size: 			12px;
		color: 					#000000;
		line-height:		18px;	
		}

img {
		border: 0;
		}

li {
		list-style-type:	square;
		}

hr {
		background-color:	#2798d5;
		color:				#2798d5;
		height:				0px;
		}

#wrapper {
		width:				100%;
		height:				100%;
		}

#content {
		width:				850px;
		margin:				0 auto;
		text-align:		left;
		position:			relative;
		}

#footer {
		position:			absolute;
		left:					0;
		top:					715px;
		width:				880px;	
		z-index:			50;
		text-align:		center;
		}

/* link-classes*/

/* Links im Footer */

#footer A:link { 
color:	 				#4a4a4a; 
font-family:		verdana, sans-serif;
font-size:			11px;
font-weight: 		normal; 
font-style:			normal;
letter-spacing:		0.0em;
background-color:	none;
text-decoration: 	none; }

#footer A:visited { 
color: 					#4a4a4a; 
font-family:		verdana, sans-serif;
font-size:			11px;
font-weight: 		normal;
font-style:			italic;
background-color:	#e1e8e4;
text-decoration: 	none; }

#footer A:hover {
color: 					#990000; 
font-family:		verdana, sans-serif;
font-size:			11px;
font-weight: 		normal;
background-color:	none;
text-decoration: 	none; }

#footer A:active {
color: 					#4a4a4a; 
font-family:		verdana, sans-serif;
font-size:			11px;
font-weight: 		normal;
text-decoration: 	none; }

/* Links allgemein, im Fließtext usw. */

A:link { 
color:	 					#fffaa5; 
font-weight: 			bold; 
font-style:				normal;
text-decoration: 	none; }

A:visited { 
color: 						#fffaa5; 
font-weight: 			bold;
text-decoration: 	none; }

A:hover {
color: 						#fffaa5; 
font-weight: 			bold;
text-decoration: 	underline; }

A:active {
color: 						#fffaa5; 
font-weight: 			bold;
text-decoration: 	none; }


hr {
		color: 				#fff;
		background-color:	#fff;
		border-color:	#fff;
		height:				1px;
		border:				1px solid #fff;
		margin:				5px;
		}

/* --- menu styles --- */

#btn_start {
		width:				67px;
		float:				left;
		}

#btn_buch {
		width:				66px;
		float:				left;
		}

#btn_autor {
		width:				72px;
		float:				left;
		}
#btn_interview {
		width:				104px;
		float:				left;
		}	
#btn_termine {
		width:				95px;
		float:				left;
		}
		
#btn_bilder {
		width:				76px;
		float:				left;
		}		
	
#btn_presse {
		width:				81px;
		float:				left;
		}		
		
#btn_leseprobe {
		width:				111px;
		float:				left;
		}		

#btn_kontakt {
		width:				80px;
		float:				left;
		}		
		
	/* easyscroll style */
	
	#easyscrollnav {
			position:			absolute;
			left:					590px;
			top:					-10px;
			z-index:			100;
			}
	#easyscrollnav li{
			list-style-type:		none;
		}
	#easyscroll {
			margin-left:		5px;
			}
	
	#myContent {
			width:				380px;
			float:				right;
		}

#btnReset {
			visibility:			hidden;
			}
			
		
.copy {
		font-family:		verdana, sans-serif;
		font-weight:		normal;
		font-size:			11px;
		line-height:		18px;
		}
			
-->

