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



/*

* * * * * design and code by kobebeef
* * * * * kobebeef.ch
* * * * * (c) 2009

*/


/* * * * * START: GENERAL * * * * */
html, body {
	height: 100%;
	text-align: center;
	background: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #2c2c27;
}
#wrapper {
	width: 986px;
	margin: 0 auto;
	text-align: left;
}
.colOne {
	width: 230px;
	float: left;
}
.mr {
	margin-right: 22px;	
}
.clear {
	clear: both;
	height: 0;
	font-size: 0px;
}
a:focus, a:hover, a:active { /* additional reset for Firefox 3 */
	outline: none;
}
/* * * * * END: GENERAL * * * * */


/* * * * * START: HEADER * * * * */
#header {
	margin: 20px 0 10px 0;
	text-align: right;
	border-bottom: 1px solid #828281;
	position: relative;
}
#header #lang {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	color: #000;
}
#header #lang a {
	color: #828281;
	text-decoration: none;
}
#header #lang a:hover {
	color: #a52823;	
}
/* * * * * end: HEADER * * * * */


/* * * * * START: CONTENT * * * * */
#content {
	font-size: 11px;
}	
#content h1 {
	font-size: 12px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #828281;
}
#content h2{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#content h3{
	font-size: 11px;
	font-weight: bold;
}
#content p {
	font-size: 11px;
	line-height: 17px;
	margin: 0 0 7px 0;
}	
#content .divider {
	border-top: 1px dotted #828281;
	height: 1px;
	font-size: 1px;
	margin: 20px 0 20px 0;
}
#content a {
	color: #a52823;	
}
#content a:hover{
	color: #2c2c27;	
}
/* * * * * END: CONTENT * * * * */

/* * * * * START: FOOTER * * * * */
#footer {
	margin: 10px 0 0 0;
	border-top: 1px solid #828281;
	padding: 6px 0;
	font-size: 10px;
	color: #828281;
}
#footer a {
	color: #828281;
}
#footer a:hover {
	color: #a52823;
}
/* * * * * END: FOOTER * * * * */


/* * * * * START: SPECIAL * * * * */
.colThree {
	width: 734px;
	float: left;
}
/* * * * * END: SPECIAL * * * * */


/* it's the positive mental attitude */