html {
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	color:#565551;
}
input, select, textarea {
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	line-height:1.5;
	color:#565551;
	border:1px solid #ccc;
	padding:3px 5px 3px 5px;
	
}
select {
	padding:0;
}
body {
	margin:0px;
	padding:0px;
	background:#3D3D40;
}
img {
	border:0px;
}
a {
	color:#AC0022;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
ul, li {
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-transform:uppercase;
}
form {
	margin:0px;
	padding:0px;
}
.clear, .clearer {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.left{
  float:left;
}
.right{
  float:right;
}
#container {
	width:980px;
	margin:auto;
	margin-top:20px;
	position:relative;
	background:url('design_02_FILES/shadow_right.png') top right repeat-y;
	padding-right:5px;
}
#header {
	background:#FFF;
	padding:15px 12px 0px 12px;
}
#logo {
	display:block;
	width:192px;
	overflow:hidden;
	margin:15px 0px 0px 3px;
	float:left;
}
#navigation {
	position:relative;
	float:right;
}
#misc {
	font-size:11px;
	color:#999;
	position:absolute;
	top:0px;
	right:0px;
}
ul#misc {
	list-style:none;
}
#misc li {
	float:left;
	margin-right:5px;
}
#misc li a, #misc li span {
	color:#999;
	padding-left:1px;
}
#misc li a:hover, #misc li.clicked span {
	color:#AC0022;
	text-decoration:none;
}
#menu {
	font-size:11px;
	font-weight:bold;
	margin:50px 6px 0px 0px;
}
ul#menu {
	list-style:none;
}
#menu li {
	float:left;
	text-transform:uppercase;
	margin-left:20px;
}
#menu li a {
	color:#666;
}
#menu li a:hover {
	text-decoration:none;
	color:#9A2727;
}	
#menu li.clicked {
	color:#9A2727;
}
#submenu, #submenu_kitz {
	float:left;
	margin:28px 0px 0px 4px;
	color:#666;
	font-size:11px;
	width:190px;
	font-weight:bold;
}
#submenu_kitz {
	background:url('design_02_FILES/kitz_links.gif') left bottom no-repeat;
	height:300px;
	width:200px;
	margin-top:25px;
}
#submenu a {
	color:#666;
}
#submenu a:hover {
	text-decoration:none;
	color:#AC0022;
}	
ul#submenu  {
	text-transform:uppercase;
	list-style:none;
}
ul#submenu li {
	border-bottom:1px solid #DFDFDF;
	padding:0px 0px 4px 13px;
	margin-top:6px;
	line-height:11px;
}
ul#submenu li.clicked {
	color:#AC0022;
}
ul#submenu li ul {
	list-style:none;
	margin:3px 0px 7px 0px;
}
ul#submenu li ul li {
	border-bottom:none;
	padding:0px 0px 0px 20px;
	margin-top:8px;
}
ul#submenu li.clicked ul li {
	color:#666;
}
ul#submenu li.clicked ul li.clicked {
	color:#AC0022;
}
#flash {
	margin-top:25px;
	float:right;
}
#flash img, #flash object {
	display:block;
}
#main {
	background:#EFEFEF;
	padding:20px 12px 0px 12px;
}
#left-sidebar {
	width:230px;
	float:left;
}
#left-sidebar.short {
	width:195px;
	padding-left:5px;
	min-height:1px;
	height:1px;
	height:auto !important;
}
#content {
	float:left;
	padding:0px 15px 30px 30px;
	width:480px;
}

#content #content {
	float: none;
	padding:0px;
	width:auto;
}

#content.short {
	padding:0px 35px 0px 30px; 
	width:440px;
}
#content h1 {
	font-size:18px;
	color:#686868;
	margin-bottom:5px;
	line-height:18px;
}
#content h2 {
	font-size:18px;
	line-height:18px;
	color:#B82D23;
	margin-bottom:25px;
	margin-top:10px;
}
#content h2 span {
	background:url('design_02_FILES/content_h2_bg.png') right top no-repeat;
	padding:7px 16px 0px 0px;
	line-height:18px;
	height:1%;
	height:auto !important;
}
#content p {
	margin:15px 0px;
	line-height:1.3;
}
#content table.offer {
	width:100%;
	font-size:11px;
	margin:0px 0px 15px 0px;
	padding:0px;
	border-collapse:collapse;
}
#content .offer th {
	background:#D8D8D8;
	font-weight:normal;
	text-align:left;
	vertical-align:center;
	height:38px;
	padding-left:12px;
	border:1px solid #F0F0F0;
}
#content .offer td {
	background:#FCFCFC;
	padding-left:12px;
	border:1px solid #F0F0F0;
	height:24px;
	vertical-align:center;
}
#content .offer td.td-last {
	padding:0px;
}
#content .offer td.td-last a {
	display:block;
	background:url('design_02_FILES/offer_link_bg.png') left top repeat-x;
	height:17px;
	font-size:9px;
	color:#333;
	text-transform:uppercase;
	padding:7px 0px 0px 27px;
}
#content .offer td.td-last a:hover {
	background:url('design_02_FILES/offer_link_bg_hover.png') left top repeat-x;
	color:#990000;
	text-decoration:none;
}
#content form fieldset {
	background:#DADADA;
	border:none;
	padding:30px 35px 18px 25px;
	margin-top:30px;
}
#content form fieldset label {
	display:block;
	cursor:pointer;
	width:150px;
	float:left;
	margin-bottom:8px;
}
#content form fieldset input, #content form fieldset select, #content form fieldset textarea {
	display:block;
	width:250px;
	margin-bottom:8px;
	float:right;
}
#content form fieldset .error {
	border:1px solid #AC0123;
}
#content form fieldset p.error {
	border:none;
}
#content form fieldset p.error span {
	font-weight:bold;
	color:#AC0123;
}
#content form fieldset em {
	color:#AC0123;
}
#content form fieldset .notify {
	font-size:10px;
	color:#919191;
	margin-top:40px;
}
#content form fieldset .left {
	float:left;
	width:156px;
}
#content form fieldset .right {
	float:right;
	width:260px;
}
#content form fieldset .left label {
	float:none;
	margin:none;
}
#content form fieldset .right textarea {
	float:none;
	margin:none;
}
#content form fieldset input.submit {
	float:right;
	width:auto;
	border:none;
	padding:0;
	margin:10px 0px 0px 0px;
}
#content form fieldset input.normal {
	width:auto;
	border:none;
}
#content form.specials_form fieldset {
	padding:15px 20px 10px 10px;
	margin-left:0;
	margin-right:0;
}
#content form.specials_form fieldset .left {
	width:80px;
	border-right:1px solid #EAEAEA;
	padding-bottom:50px;
}
#content form.specials_form fieldset .left input {
	width:auto;
	float:left;
	border:none;
	padding:0;
}
#content form.specials_form fieldset .left label {
	width:auto;
	padding-top:3px;
	padding-left:10px;
}
#content form.specials_form fieldset .right {
	width:315px;
}
#content form.specials_form fieldset .right p{
	margin-top:0;
}
#content form.specials_form fieldset .right select {
	float:left;
	margin-right:8px;
}
#content form.specials_form fieldset .right select#specials_month {
	width:95px;
}
#content form.specials_form fieldset .right select#specials_year {
	width:76px;
}
#content form.specials_form fieldset .right select#specials_cat {
	width:128px;
	margin:0;
}
#content ul {
	padding-left:25px;
}
#right-sidebar {
	float:right;
	width:220px;
}
#right-sidebar a {
	color:#565551;
}
#right-sidebar a:hover {
	color:#AC0022;
	text-decoration:none;
}
.box {
	background:url('design_02_FILES/box_bg.png') left top repeat-x #FFF;
	border:1px solid #CCC;
	position:relative;
	margin:0px 0px 20px 0px;
	padding: 0 0 10px 0;
}
#left-sidebar.short .box {
	
}
.box h1, .box h2, .box h3, .box h4, .box h5 {
	position:relative;
	left:-1px;
	top:0px;
	background:url('design_02_FILES/box_arrow.png') left 12px no-repeat;
	padding:12px 0px 3px 14px;
	color:#808080;
	font-size:12px;
	margin:0px;
}
.box h3 {
	background-image:none;
}
.box h4 {
	font-size:11px;
	color:#AC0022;
	padding-top:14px;
}
.box h5 {
	color:#565551;
	font-weight:bold;
	font-size:12px;
}
.small {
	font-size:11px;
	padding-top:5px;
}
.box h1 a, .box h2 a, .box h3 a, .box h4 a, .box h5 a {
	color:#921718;
}
.box h1 a {
	color:#808080;
	font-weight:bold;
}
.box p {
	margin:5px 5px 10px 14px;
	line-height:1.4;
}
.box p span {
	color:#999;
	font-weight:bold;
}
.box p.right_bottom {
	background:url('design_02_FILES/box_bg_right_bottom.png') right top no-repeat;
	position:absolute;
	left:-1px;
	bottom:-1px;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
	height:76px;
}
.box p.right_bottom img {
	display:block;
	margin:0px 0px 2px 9px;
}
.box p.right_bottom a{
	background:url('design_02_FILES/box_arrow.png') left top no-repeat;
	padding:0px 0px 1px 12px;
}
.box span.arrow {
	background:url('design_02_FILES/box_arrow.png') left top no-repeat;
	width:8px;
	height:15px;
	position:absolute;
	left:-1px;
	top:12px;
}
.kitz  p {
	background:url('design_02_FILES/kitz.png') right bottom no-repeat;
	padding-bottom:20px;
}
.blog  {
	padding-bottom:80px;
}
.blog p {
	margin:5px 10px 10px 10px;
}
.blog h1, .blog h2, .blog h3, .blog h4 {
	padding-left:10px;
}

.box p span.right_bottom_text{
  color: #B82D23;
  padding: 0 0 0 10px;
}


.description {
	padding-top:0px;
	width:100%;
}
.description span {
	background:url('design_02_FILES/box_arrow.png') left top no-repeat;
	width:8px;
	height:15px;
	position:absolute;
	left:-1px;
	top:12px;
}
.description ul {
	list-style:none;
	background:url('design_02_FILES/box_bg_description.png') right center no-repeat;
	padding:12px 0px 10px 12px;
	line-height:1.4;
	font-size:11px;
}
.description ul li {
	background:url('design_02_FILES/description_item_bg.gif') left center no-repeat;
	padding:0px 0px 0px 6px;
}
.options {
	padding-top:0px;
	width:100%;
}
.options ul {
	list-style:none;
	padding-bottom:12px;
}
.options ul li {
	margin-left:-1px;
	position:relative;
	background:url('design_02_FILES/box_arrow.png') left 12px no-repeat;
	padding:12px 0px 0px 17px;
	font-size:11px;
}
.options ul li a {
	color:#565551;
	text-transform:uppercase;
	border-bottom:1px solid #DFDFDF;
	display:block;
	width:180px;
	padding-bottom:10px;
	padding-left:1px;
}
.options ul li a:hover {
	text-decoration:none;
	color:#AC0022;
}
.options ul li.last a {
	border-bottom:none;
	padding-bottom:0px;
}
#footer {
	background:url('design_02_FILES/shadow_bottom.png') left top no-repeat;
	padding:18px 12px 18px 28px;
	font-size:11px;
	color:#FFF;
	width:945px;
	margin:0 auto;
}
#footer p {
	margin:0px;
	line-height:1.4;
}
#footer p a {
	color:#FFF;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
#footer p.created-by a {
	color:#CCC;
}
.slider{
  border: 1px solid #e8e8e8;
  background: #fff;
  width: 485px;
}

.slider_img1, .slider_title1, .slider_next1{
  display: block;
  overflow: hidden;
  height: 38px;
}

.slider_img2, .slider_title2, .slider_next2{
  display: none;
  overflow: hidden;
  height: 118px;
}

.slider_img1, .slider_img2{
  width: 140px;
}

.slider_title1, .slider_title2{
  width: 304px;
  height: 12px;
  padding: 9px 8px 17px 8px;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  background: #f9f9f9;
}

.slider_title2{
  height: 92px;
  color: #565551;
  background: #fff;
}

.slider_title2 p{
  padding: 12px 0 4px 0 !important;
  margin: 0px !important;
}

.slider_next1, .slider_next2{
  width: 25px;
}
.slider_next1{
  background: url(design_02_FILES/next_bg.jpg) no-repeat;
}

#div1_img1, #div1_title1, #div1_next1{
  display: none;
}

#div1_img2, #div1_title2, #div1_next2{
  display: block;
}
.tx-timtabtagcloud-tag1 {
	font-size:10px;
}

.tx-timtabtagcloud-tag2 {
	font-size:12px;
}

.tx-timtabtagcloud-tag3 {
	font-size:14px;
}

.tx-timtabtagcloud-tag4 {
	font-size:16px;
}

.tx-timtabtagcloud-pi1 {
	margin:5px 5px 10px 14px;
}
.news-single-item h3 {
	text-transform:none;
	font-weight:bold;
	font-size:12px;
	line-height:1.5;
}
#content .news-single-item  p{
	line-height:1.5;
}
#content .news-single-item p.small {
	font-size:10px;
}
.news-single-img {
	margin-top:15px;
}
.news-single-img img {
	display:block;
}
.news-single-author {
	font-size:10px;
}
#content .angebot {
	border-bottom:1px solid #B9B9B9;
	padding:15px 0px 0px 0px;
	line-height:1.5;
}
#content .angebot p {
	line-height:1.5;
}
#content .angebot_title {
	font-weight:bold;
}
#content .angebot_title a {
	color:#565551;
}
#content .specials_extralinks {
	background:#F7F7F7;
	border:1px solid #B9B9B9;
	margin-bottom:12px;
}
#content .specials_extralinks ul {
	list-style:none;
	padding:12px 8px;	
}
#content .specials_extralinks ul li {
	background:url('design_02_FILES/specials_extralinks_bg.png') left center no-repeat;
	padding:2px 0 2px 9px;
}
#content .specials_extralinks ul li a {
	color:#565551;
}
#content .specials_footer {
	background:#DADADA;
	border:1px solid #EAEAEA;
	margin-top:20px;
}
#content .specials_footer .left {
	border-right:1px solid #EAEAEA;
	width:150px;
	padding:8px 0 8px 12px;
}
#content .specials_footer .left a {
	color:#565551;
	background:url('design_02_FILES/arrow_right.gif') left center no-repeat;
	padding-left:15px;
}
#content .specials_footer .right {
	padding:8px 12px 8px 0;
}
#content .specials_footer.pressespiegel_paging .left {
	margin-right:50px;
}
#content .specials_footer.pressespiegel_paging .right {
	float:none;
}
#content .presse-item {
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
#left-sidebar .angebot_title p {
	margin-bottom:0;
}
#left-sidebar .angebot_title a {
	color:#999;
	font-weight:bold;
}
#left-sidebar .angebot_date p {
	margin-bottom:0;
	margin-top:0;
}
#left-sidebar .angebot_price p {
	margin-top:0;
}
#left-sidebar .specials_more p {
	margin-top:20px;
}
#weather {
	width:600px;
	border-top:1px solid #ccc;
	background:url('design_02_FILES/weather_bg.png') left bottom repeat-x #FFF;
	padding:18px 0 8px 0;
}
#weather p, #content #weather p{
	margin:0;
}
#weather .day {
	float:left;
	border-right:1px solid #ccc;
	padding:0 10px;
	height:180px;
	width:179px;
}
#weather .day.last {
	border:none;
}
#weather .day h2 {
	margin:0;
}
#weather .day .image {
	border:1px solid #ccc;
	height:52px;
	margin:12px 0;
	text-align:center;
	padding:3px 0;	
}
#weather .day .forecast {
	line-height:1.4;
}
.tx-ccmnpresspictures-pi1 {
	border-top:1px solid #B9B9B9;
	margin-top:25px;
}
.presspicture {
	border-bottom:1px solid #B9B9B9;
	padding:15px 0 30px 0;
}
.presspictureimage {
	float:left;
}
.presspicture table {
	float:right;
	width:300px;
	border-collapse:collapse;
}
.presspicture table th {
	text-align:left;
	padding-bottom:20px;
}
.presspicture table td {
	padding:5px 0 0 0;
}
.presspicture table td.download {
	text-align:right;
}
.presspicture tr.divider1 td {
	padding-bottom:5px;
}
.presspicture tr.divider2 td {
	border-top:1px solid #B9B9B9;
}

.wtgallery_list_area img {
 margin:5px;
 }
.wtgallery_list_area {
 padding:20px;
 padding-right:18px;
}

.wtgallery_list_pagebrowser_area{
  color:#555651;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:10px;
}
.wt_prev a {
	margin-left:8px;
}
.wt_cur_page {
	margin-left:8px;
}
.wt_next a {
	margin-left:8px;
}
.wtgallery_list_pagebrowser_area img {
	margin:0;
}
#content .tx-troyuitabs-pi1 {
	margin-top:25px;
}
.presseimg {
width:180px;
height:150px;
background-color: #ccc;
float: left;
overflow: hidden;
#position: relative;
margin-right:6px;
margin-bottom:10px;
display: table;
text-align:center;
}

.presseimginner {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.presseimginner img {
	#position: relative;
	#top: -50%;
	left: -50%;
}

.pressespiegel hr, .presse hr {
   color: #ccc;
   border: 0,5px solid #ccc;
   margin-bottom:10px;
}

#content .pressespiegel h3, #content .presse h3 {
   text-transform: none;
   font-weight:bold;
   font-size: 14px;
}

#content div.presse div.news-list-item{
  padding: 10px 0 0 0;
}

#content div.presse div.news-list-morelink,
#content div.pressespiegel div.news-list-morelink{
  padding: 0 0 10px 0;
}

span.error{
  color: #AC0123;
  display: block;
}

/* google maps */
#content input#route_submit,
#content input#route_print {
	border:none;
	padding:0;
	margin:10px 0px 0px 0px;
}

a.tx-timtabtagcloud-link span{
  background: none !important;
  position: relative !important;  
}

