/**
 * Project:     
 * File:        style.css
 *
 * @link http://www.thinkclever.ch/
 * @copyright 2006 Thinkclever IT Solutions
 * @author Nils Caspar <caspar@thinkclever.ch>
 * @author Manuel Schweizer <schweizer@thinkclever.ch>
 * @package Codix
 */
 
/***  HTML, BODY ***/
html, body {
	margin:					0;
	padding:				0;
	background-color:		white;
}
body {
	font-family:			Courier, Arial, Verdana, sans-serif;
	font-size:				12px;
}
* html body {
	padding-left:			1px;		/*stupid ie*/
}
img {
	border:					0;
}
p {
	padding-top:			0;
	margin-top:				0;
}
a {
	color:					white;
	text-decoration:		none;
}
#outer {
	margin:					0 auto;
	width:					1000px;
}
#inner {
	width:					800px;
}
#top {
	width:					825px;
	height:					65px;
	overflow:				hidden;
}
#left {
	display:				block;
	float:					left;
	width:					190px;
	height:					530px;
	overflow:				hidden;
	padding-left:			10px;
	padding-top:			90px;
}
#left a, #left div {
	margin-top:				14px;
	display:				block;
	width:					170px;
	overflow:				hidden;
	background-repeat:		no-repeat;
	background-position:	top left;
}
#left a:hover, #left div:hover {
	background-position:	bottom left;	
}
a#leftarrow {
	margin-top:				35px;
	float:					left;
	height:					25px;
	width:					70px;
}
a#rightarrow {
	margin-top:				35px;
	height:					25px;
	width:					70px;
}
.mt {
	margin-top:				5px;
}
.smalllink {
	height:					20px;
}
.biglink {
	height:					60px;
}
#dynamic_image {
	z-index:				10;
}
#image_link {
	display: 				block;
	width: 					600px;
	margin-top: 			540px;
	height: 				40px;
	position: 				absolute;
	background:				transparent url(../img/static/transp.gif) repeat top center;
	z-index:				20;
}
#content {
	float:					left;
	width:					600px;
	height:					620px;
	display:				block;
}

/****** www.access-for-all.ch ******/
.hidden {
	display:				inline;
	left:					-1000px;
	overflow:				hidden;
	width:					0px;
	position:				absolute;
	top:					-1000px;
	height:					0px
}