	* {
		padding: 0;
		margin: 0;
		border: 0;
	}
	body {
		background:#333;
		font-size: 12px;
		line-height: 18px;
		font-family: "verdana";
	}
	p {
		padding-bottom: 9px;
	}
	strong {
		color:#aaa;
	}

	#container {
		color:#333;
		padding: 31px 0 49px 0;
		background: #FFF;
		width: 99%;
	}

	ul {
		padding-bottom: 9px;
		margin-left: 18px;
	}

	h1 {display: none;}

	h2, h3 {
		font-family: Georgia;
		text-transform: uppercase;
	}
	h2{
		padding-bottom: 18px;
	}
	h3 {
		font-size: 14px;
		padding-bottom: 9px;
	}
        h4 { padding-bottom: 9px;}
	hr {display:none}
	a {
		color: #8C497A;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	#header {
		background: url(/page_attachments/0000/0005/header.png) no-repeat;
		margin: 1px 20px 15px 35px;
		width: 485px;
		height: 95px;
	}
	#navbar {
		text-transform: uppercase;
		text-align:right;
		list-style:none;
		position:absolute;
		top: 195px;
		left: -18px;
		width:130px;
	}
	#navbar a {}
	#navbar li {
		line-height:36px;
		display:block;
		font-weight:800;
		border-bottom: 12px double #333;
		padding: 0 5px;
	}
	#content {
		min-height: 550px;
		width: 420px;
		margin: -30px 0px 36px 160px;
	}
        .katalog p {padding: 0px;}
	.katalog img {
                float: left;
		margin: 0 9px 9px 0;
		padding: 5px;
		border: 1px solid #aaa;
	}
	.entry, .katalog {
                clear:both;
		margin-bottom: 18px;
	}
	#sidebar {
		position:absolute;
		padding: 36px 0px 18px 18px;
		border-left: dashed 1px #aaa;
		top: 0px;
		left: 623px;
		width: 280px;
	}
	#sidebar ul {
		margin-left: 0;
		list-style:none;
	}
        #sidebar p { font-size: 10px}
        #sidebar img {
		margin: 0 9px 0 0;
		padding: 5px;
		border: 1px solid #aaa;
        }
	#footer {
		position:relative;
		clear: both;
		width: 100%;;
		color:#ccc;
		padding: 24px 0;
		background: #333;
		height: 180px;
	}
	#footer-left {
		position:absolute;
		margin-left: 160px;
		width: 420px;
	}
	#footer-right {
		position:absolute;
		margin-left: 623px;
		width: 300px;
		
	}
