html, body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #555;
	background-color: #FFEFC6;
}

body {
	margin-bottom: -10px;
}

html {
	overflow-y:scroll;
	padding: 0px;
}

table {
	width:365px;
}

table tr td {
	border:none;
	text-align:left;
}

table tr td input {
	width:100px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #999;
}

.bold {
	font-weight: bold;
}

.news-item {
	width: 360px;
	height: 220px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 0px;
	float: left;
	background-color: #FFEFC6;
	overflow: auto;
}

.news-item h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: 10px solid #FFCB05;
}

.news-item p, .news-item ul {
	padding-left: 15px;
}

.news-item img {
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.first-news-item {
	background-color: #FFCB05;
	color: #000;
}

#head {
	padding-top: 10px;
	background-image: url(images/background-shadow/shadow_head.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#main-menu {
	margin: 0px auto;
	width: 960px;
	height: 225px;
}

#main-menu li {
	display: block;
	float: left;
	width: 160px;
	height: 215px;
	text-align: center;
	padding-top: 10px;
}

#main-menu li a {
	color: #888;
	text-transform: uppercase;
	text-decoration: none;
}

#main-menu li a:hover {
	font-weight: bold;
	font-size: 105%;
}

#main-menu li ul {
	margin: 0px;
}

#main-menu li ul li {
	height: auto;
	padding: 5px 0px;
}

#main-menu li ul li a {
	color: #fff;
	text-transform: none;
}

#main-menu li ul li.active a {
	font-weight: bold;
}

#main-menu li.item-0 ul {
	margin-top: 75px;
}

#main-menu li.item-1 ul {
	margin-top: 35px;
}

#main-menu li.item-2 ul {
	margin-top: 55px;
}

#main-menu li.item-3 ul {
	margin-top: 80px;
}

#main-menu li.item-4 ul {
	margin-top: 90px;
}

#main-menu li.item-5 ul {
	margin-top: 65px;
}

#main-menu li.item-0 ul li {
	padding: 3px 0px;
}

#main-menu li.item-5 ul li {
	padding: 0px 0px;
}

#main-menu li.item-0 {
	background-image: url(../images/menu/menu.jpg);
	background-position: -160px 0px;
}

#main-menu li.item-1 {
	background-image: url(../images/menu/menu.jpg);
	background-position: -160px -225px;
}

#main-menu li.item-2 {
	background-image: url(../images/menu/menu.jpg);
	background-position: -160px -450px;
}

#main-menu li.item-3 {
	background-image: url(../images/menu/menu.jpg);
	background-position: -160px -675px;
}

#main-menu li.item-4 {
	background-image: url(../images/menu/menu.jpg);
	background-position: -160px -900px;
}

#main-menu li.item-5 {
	background-image: url(../images/menu/menu.jpg);
	background-position: -160px -1125px;
}

#bar {
	background-image: url(images/background-shadow/shadow_main.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#bar-inner {
	width: 940px;
	margin: 0px auto;
	background-color: #FFCB05;
	padding: 5px 10px;
}

#bar-inner a {
	color: #000;
	text-decoration: none;
}

#bar-inner a:hover {
	text-decoration: underline;
}

#small-menu {
	float: right;
	margin: 0px;
}

#small-menu li {
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #000;
}

#small-menu li.last {
	border-right: 0px none #888;
}

#main {
	background-image: url(images/background-shadow/shadow_main.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#main-inner {
	margin: 0px auto;
	width: 940px;
	padding: 0px 10px;
	padding-top: 10px;
	background-color: #fff;
}

#content {
	width: 100%;
	margin-right: -165px;
	float: left;
}

#content-inner {
	margin-right: 165px;
}

#content-inner img.content-image {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 2px;
}

#content-inner p {
	clear: left;
}

#content-inner ul li ul {
	margin: 0px 0px 0px 15px;
}

#sidebar-column {
	width: 160px;
	float: right;
}

#sidebar {
	width: 160px;
	color: #888;
}

#sidebar.fixed {
    position: fixed;
    top: 10px;
}

#sidebar a {
	color: #888;
}

#sidebar .box {
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #FFEFC6;
	border: 1px solid #FFCB05;
	margin-top: 5px;
}

#sidebar a.box {
	font-weight: bold;
	text-decoration: none;
	font-size: 123.1%;
}

#sidebar a.box span.small {
	font-weight: normal;
	font-size: 82%;
}

#sidebar a.box:hover {
	color: #fff;
	background-color: #888;
}

#sidebar #kontakt {
	display: block;
	padding: 10px;
	padding-left: 0px;
	margin-top: 5px;
	color: #333;
}

#logo {
	width: 160px;
	margin: 0px;
	height: 87px;
	overflow: hidden;
}

#kuk-menu {
	margin: 0px;
}

#kuk-menu h2 {
	margin: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#kuk-menu li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#kuk-menu a {
	text-transform: uppercase;
	text-decoration: none;
}

#kuk-menu.js-hover,
#kuk-menu.active {
	color: #fff;
	background-color: #888;
}

#kuk-menu.js-hover a,
#kuk-menu.active a {
	color: #fff;
}

#kuk-menu a:hover,
#kuk-menu a.active {
	font-weight: bold;
}

#sidebar #kontakt {
	text-align: left;
}

.nowarp {
	white-space:nowrap;
}

#footer {
	background-image: url(images/background-shadow/shadow_footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 23px;
}

/*
#preis-tabelle .inner-table,
table#preis-tabelle {
	font-size: 95%;
	width: 260px;
	background-color: #FFEFC6;
	margin:0px;
}

#preis-tabelle .headline-row h1 {
	margin:0px;
	margin-top:5px;
}

#preis-tabelle .headline-row tr {
	
}

#preis-tabelle .headline-row td {
	padding-bottom:5px;
}

#preis-tabelle .headline-row,
#preis-tabelle .inner-table {
	border-bottom:2px solid #FFCB05;
}

#preis-tabelle tr,
#preis-tabelle td {
	width:260;
	padding:0px;
	text-align:center;
	padding-top:0px;
}


#preis-tabelle .inner-table tr{
	border-left: 10px solid #FFCB05;
	width:20px;
}
#preis-tabelle .inner-table td{
	width:20px;
	background-color: #FFEFC6;
}

#preis-tabelle .inner-table td.first {
	text-align:left;
	padding-left:20px;
}

#preis-tabelle .inner-table .headline-row {
	border-bottom:none;
}

#preis-tabelle .inner-table .headline-row td {
	padding-bottom:15px;
}
*/

/*
.preis-tabelle td {
	width: 190px;
	padding: 3px;
	height: 125px;
}

.preis-tabelle .yellow-box {
	border-left: 10px solid #FFCB05;
	background-color: #FFEFC6;
	height: 100%;
	padding: 5px;
}

.preis-tabelle .yellow-box table {
	width: 100%;
	margin: 0px;
}

.preis-tabelle .yellow-box td {
	width: auto;
	height: auto;
	text-align: right;
}

.preis-tabelle .yellow-box td.first {
	width: 75px;
}

.preis-tabelle td h1,
.preis-tabelle td h2 {
	margin: 0px;
}

.preis-tabelle .headline-row td {
	height: auto;
}

.preis-tabelle .headline-row td .yellow-box {
	height: 75px;
}

.preis-tabelle tr table tr {
	width: ;
} */

.preis-tabelle {
	background-color: #FFEFC6;
	border-left: 10px solid #FFCB05;
	width: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.preis-tabelle h1,
.preis-tabelle h2,
.preis-tabelle h3 {
	display: block;
	margin: 0px;
	text-align: center;
	padding: 5px 0px;
}

.preis-tabelle h2 {
	padding: 1px 0px;
	font-size: 115%;
}

.preis-tabelle td {
	padding: 2px 15px;
	vertical-align: top;
}

.preis-tabelle tr.headline-row td,
.preis-tabelle td.small-padding {
	padding: 2px 3px;
}

.preis-tabelle td.text-right {
	text-align: right;
}

.preis-tabelle tr.h-line td {
	background-color: #FFCB05;
	height: 2px;
	padding: 0px;
}

.preis-tabelle td.sub-headline-cell {
	padding: 2px 3px;
}

#preise-small-info-box {
	float: left;
	clear: left;
	width: 271px;
}

#preise-big-info-box {
	margin-left: 281px;
}

input.error {
	background-color: #d22;
}
