@charset "UTF-8";
@import url(reset.css);



/*

* * * * * Design + Realisation: Marc Rinderknecht
* * * * * kobebeef.ch
* * * * * (c) 2009

*/


/* * * * * START: GENERAL * * * * */
html, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #444;
	background: #CCC;
}
#wrapper {
	text-align: center;
	width: 100%;
	z-index: 3 !important;
	position:absolute;
}
#siteWrap {
	width: 930px;
	margin: 0 auto;
	padding: 60px 0 10px 0;
	text-align: left;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
strong, b {
	font-weight: bold;	
}
/* * * * * END: GENERAL * * * * */



/* * * * * START: SUPERSIZE BACKGROUND * * * * */
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}
/* * * * * END: SUPERSIZE BACKGROUND * * * * */


/* * * * * START: LOGO + NAV * * * * */
#logo {
	float: left;
	width: 280px;
	padding: 0 20px 8px 20px;
}
#mainnav {
	float: left;
	text-align: right;
	width: 510px;
	padding: 32px 0 0 75px;
}
#mainnav ul li {
	float: left;
	margin: 0 0 0 5px;
}
#mainnav ul li a {
	display: block;
	height: 20px;
	padding: 4px 0 0 0;
	width: 80px;
	text-align: center;
	background: url(/images/bg_tab_a.png) no-repeat;
	color: #444;
	text-decoration: none;
}
#mainnav ul li a:hover {
	color: #222;	
}
#mainnav ul li.active a {
	background: url(/images/bg_tab_b.png) no-repeat;
	color: #FFF;
}
#subnav {
	height: 27px;
	padding: 0 25px 0 0;
	text-align: right;
	background: url(/images/bg_subnav.png) no-repeat;
	font-size: 11px;
}
#subnav ul {
	float: right;
}
#subnav ul li {
	float: left;
	margin: 0 0 0 20px;
}
#subnav ul li a {
	display: block;
	height: 20px;
	padding: 4px 0 0 0;
	text-align: center;
	color: #aaa;
	text-decoration: none;
}
#subnav ul li a:hover {
	color: #FFF;	
}
#subnav ul li.active a {
	color: #FFF;
}
/* * * * * END: LOGO + NAV * * * * */


/* * * * * START: CONTENT * * * * */
#content {
	padding: 20px;
	width: 890px;	
	min-height: 300px;
	background: #ebeae2;
}
#content .singleCol {
	float: left;
	width: 280px;	
}
#content .doubleCol {
	float: left;
	width: 585px;	
}
#content  .mR {
	margin-right: 25px;	
}
#content h1 {
	font-size: 18px;
	border-bottom: 1px solid #474747;
	margin: 0 0 10px 0;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
#content p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content p.date {
	margin: 0;	
}
#content ul {
	margin: 0 0 10px 0;	
	padding: 0 0 0 15px;
	line-height: 20px;
}
#content ul li {
	list-style-type: disc;
}
#content a {
	color: #444;	
}

#content a:hover {
	color: #000;	
	text-decoration: none;
}
#content a.active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#content .divider {
	border-top: 1px dotted #444;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0 0 10px 0;
}
#content .doubleCol .imgWrap {
	width: 127px;
	padding: 0 25px 10px 0;
	float: left;
}

#content .doubleCol .infoText {
	width: 433px;
	float: left;
}
#content form table td {
	vertical-align: top;	
}
#content form table input, #content form table textarea {
	width: 431px;
	border: 1px solid #444;
	margin: 0 0 6px 0;
}
#content .attn {
	color: #C00;	
}
#content table.imgPreview td {
	vertical-align: top;
	padding: 0 0 10px 0;
}
#content table.imgPreview td.left {
	width: 153px;	
}
/* * * * * END:CONTENT * * * * */


/* * * * * START: FOOTER * * * * */
#footer {
	color: #FFF;
	font-size: 10px;
	padding: 6px 20px 0 20px;
	height: 21px;
	width: 890px;	
	background: url(/images/bg_footer.png) no-repeat;
}
#footer #copyright {
	float: left;
	width: 585px;
	padding: 0 25px 0 0;
}
#footer #backgroundSwitch {
	float: left;
	width: 280px;
	position: relative;
	text-align:right;
}
a#showPalette {
	padding: 0 25px 0 0;
	background: url(/images/imgSwitch.gif) no-repeat right top;
}
#footer #backgroundSwitch #palette {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #444;
	border: 1px solid #232323;
	text-align: left;
	padding: 5px 0 5px 5px;
}
#footer #backgroundSwitch #palette.show {
	display: block !important;	
}
#footer #backgroundSwitch #palette table td {
	padding: 5px 5px 0 0;	
}
#footer #backgroundSwitch #palette table td img {
	border: 1px solid #232323;	
}
#footer #backgroundSwitch #palette table td img:hover {
	border: 1px solid #ebeae2;	
}
/* * * * * END: FOOTER * * * * */
