@charset "UTF-8";
/* CSS Document */


a:link {	font-family:"Lucida Grande", "Helvetica Neue", Arial;
			color:#000;
			text-decoration:none;}

a:visited {	font-family:"Lucida Grande", "Helvetica Neue", Arial;
			color:#000;
			text-decoration:none;}

a:hover {	font-family:"Lucida Grande", "Helvetica Neue", Arial;
			color:#000;
			text-decoration:underline;}

a:active {	font-family:"Lucida Grande", "Helvetica Neue", Arial;
			color:#000;
			text-decoration:underline;}

.h1 {		font-family:"Lucida Grande", "Helvetica Neue", Arial;
			font-size:13px;
			font-weight:bold;}

.h2 {		font-family:"Lucida Grande", "Helvetica Neue", Arial;
			font-size:13px;
			font-weight:bold;}

.h3 {		font-family:"Lucida Grande", "Helvetica Neue", Arial;
			font-size:11px;
			font-weight:bold;}

.text {		font-family:"Lucida Grande", "Helvetica Neue", Arial;
			font-size:11px;}

body {
			background:#CCC;
			font-family:"Lucida Grande", "Helvetica Neue", Arial;
			font-size:11px;}

#design {	width: 900px;
			height: auto;
			margin: 1em auto;}

#header {	background-image:url(/pictures/kataputt.jpg);
			width: 900px;
			height: 300px;}

#nav	{	background:#FFF;
			width: 900px;
			height: 30px;
			margin-top: 20px;
			line-height: 26px;
			text-align:center;
			word-spacing: 50px;}

#main {		background-color:#FFF;
			width: 840px;
			height: auto;
			margin-top: 20px;
			padding: 30px;
			padding-bottom: 50px;
			float:left;}

#lcontent {	background-color:#FFF;
			width: 405px;
			height:auto;
			margin-right: 15px;
			margin-top: 20px;
			float: left;}

#rcontent {	background-color:#FFF;
			width: 405px;
			height:auto;
			margin-left: 15px;
			margin-top: 20px;
			float: left;}

#footer {	width: 870 px;
			height: 30px;
			margin-top: 20px;
			margin-bottom:20px;
			line-height: 26px;
			font-size:9px;
			float:right;}


