* { padding: 0; margin: 0; }

body {
	background-image: url(http://www.nightmusic.ch/lab/ralf/bg-body.png);
	background-repeat: repeat-x;
	font-family: georgia, serif;
	font-size: 0.8em;
	color: #555;
	line-height: 1.6;
	background-color: #F4F3EB;
}

.fixed:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.fixed { display:block; }
.fixed{ min-height:0%; }
* html .fixeed { height:0%; }

h1, h2, h3, h4 { font-family: "Helvetica Neue", "Helvetica", "Arial"; color: #444 }
h1 { font-size: 1.7em; font-weight: 500; margin: 0 0 10px 0; letter-spacing: 0.03em; padding: 0; line-height: 1.25 }
h2 { font-size: 1.4em; font-weight: 400; margin: 10px 0 10px 0; letter-spacing: 0.03em; padding: 0; line-height: 1.25 }
h3 { font-size: 1.3em; font-weight: 300; margin: 0 0 3px 0; letter-spacing: 0.03em; padding: 0; }
h4 { font-size: 1.1em; font-weight: 400; margin: 10px 0 2px 0; padding: 0; }

a:link, a:visited, a:active { color: #000000; text-decoration: underline; }
a:hover { color: #666666; }
a:focus { -moz-outline-style: none; }

img { border: 0px; }

.alignright { float: right; }
.alignleft { float: left; }
.postdate { margin-top: -10px; padding-bottom: -5px; color: #999 }

#wrapper {
	margin: 0 auto;
	width: 760px;
	padding-bottom: 20px
}

#header {
	height: 130px;
	margin: 0px 0px 5px 0px;
}

#navigation ul {
	width: 755px;
	line-height: 30px;
	margin: 0 0 30px 0;
	font-family: "Helvetica Neue", "Helvetica", "Arial";
	font-size: 110%;
	list-style-type: none;
}

		#navigation li{
			float: left;
			margin-right: 5px;
		}
		#navigation a {
			display: inline-block;
			padding: 0 10px;
			text-decoration: none;
			color: #666
		}
		#navigation  li.current-cat a, #navigation li.current_page_item a {
			background: #CFCCB5;
			color: #706D5A;
			font-weight: 500;
			-moz-border-radius: 3px; 
			-webkit-border-radius: 3px;
			border-radius: 3px;
			box-shadow: 0px 0px 7px #D3D2C9;
			-webkit-box-shadow: 0px 0px 7px #D3D2C9;
			-moz-box-shadow: 0px 0px 7px #D3D2C9;
			text-shadow: 0px 0px 1px #FFFFFF;
		}
		.active_category {
			background: #cccccc;
		}


#teaser {
	float: left;
	width: 200px;
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0px 30px 20px 0px;
	box-shadow: 0px 0px 7px #D3D2C9;
	-webkit-box-shadow: 0px 0px 7px #D3D2C9;
	-moz-box-shadow: 0px 0px 7px #D3D2C9;
}
#teaser:hover {
	box-shadow: 0px 0px 7px #888;
	-webkit-box-shadow: 0px 0px 7px #888;
	-moz-box-shadow: 0px 0px 7px #888;
}
		#teaser h4 {
			margin: 0
		}
		#teaser a {
			text-decoration: none;
			color: #666666;
		}

#content {
	margin: 0;
	padding: 10px 0;
}
.line { 
	padding-bottom: 40px !important;
	background-image: url(img/divider.gif);
	background-position: bottom center;
	background-repeat: no-repeat
}
		#content p { margin-bottom: 15px; }
		#content img {
			padding: 10px;
			background-color: #ffffff;
			margin: 0px 10px 0px 0px;
			clear: both;
		}
		#content ul {
			margin-bottom: 10px;
			margin-left: 25px;
			padding: 0px;
		}


#footer {
	width: 735px;
	color: #333;
	border-top: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	margin-top: 30px;
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	color: #6B6B6B;
	font-size: 10px;
	letter-spacing: 0pt;
	line-height: 0.8;
}
