@charset "UTF-8";

/*

* * * * * Design by Stephen England
* * * * * www.england.ch
* * * * * XHTML + CSS by Marc Rinderknecht
* * * * * www.kobebeef.ch
* * * * * (c) 2009 

*/

@import url(reset.css);



/* * * * * START: ALLGEMEINES * * * * */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF;
}
#wrapper {
	width: 991px;	
	margin: 0 auto;
	text-align: left;
}
.clear {
	clear: both;
	height: 0px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}
a {
	text-decoration: none;	
}
strong, b {
	font-weight: bold;	
}
em, i {
	font-style: italic;	
}
/* * * * * ENDE: ALLGEMEINES * * * * */


/* * * * * START: KOPF * * * * */
#logo {
	margin: 6px 0 10px 0;
}
#topDivider {
	height: 22px;	
	margin: 0 0 1px 0;
	background: url(../images/bg_top_divider.gif) bottom left no-repeat;
}
#mainnav {
	height: 44px;
	width: 991px;
	background: url(../images/mn_background.gif)
}
.noheader {
	height: 0;
	line-height: 0px;
	font-size: 0px;
	margin: 0 0 10px 0;	
}
/* * * * * ENDE: KOPF * * * * */


/* * * * * START: INHALT * * * * */
#content {
	background: url(../images/bg_content.gif) no-repeat;
	font-size: 12px;
	padding: 0 0 0 1px; /* links immer 1px eingerückt */
	width: 990px;
	min-height: 300px;
}
#content h1 {
	font-size: 24px;	
	line-height: auto;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #484848;
}
#content h2 {
	font-size: 18px;	
	font-weight: bold;
	margin: 2px 0 6px 0;
	color: #484848;
}
#content p {
	line-height: 18px;
	margin: 0 0 12px 0;
}
#content a {
	color: #09C;
	font-weight: bold;
}
#content a:hover {
	color: #F00;	
}
/* * * * * ENDE: INHALT * * * * */


/* * * * * START: FOOTER * * * * */
#footer {
	clear: both;
	font-size: 10px;
	color: #999;	
	padding: 8px 0 10px 3px;
	border-top: 1px solid #CCC;
}
#footer ul li{
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
#footer ul li a {
	color: #999;	
}
#footer ul li a:hover {
	color: #09C;
}
/* * * * * ENDE: FOOTER * * * * */
