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


/*****BASIC*****/

body {
	background:#fff;
	margin:0;
	padding:0;
	color:#050565;
	font:normal normal 100%  Arial, Verdana, Helvetica, sans-serife;
}

p {
	font-size:0.75em;
	line-height:130%;
}

a, a:link, a:visited {
	color:#f00;
}

a:hover, a:focus {
	text-decoration:none;
}

a img {
	border:none;
}

.clear {
	clear:both;
}

.floatleft {
	float:left;
	margin:0 10px 10px 0;
}

.floatright {
	float:right;
	margin:0 0 10px 10px;
}


h1 {
 font-size:1.3em;
}

/***** Travel Guide *****/
.tx-travelguide-pi1-listView {
 font-size:0.85em;
 padding-top:1em;
}

.listRow {
 font-size:0.85em;
 padding-top:1em;

}



/*****CORSET*****/

#wrapper {
	width:970px;
	height:auto;
	margin:0 auto;
	padding:0 6px;
	background: url(../img/basic/background.gif) repeat-y;
}

#content {
	width:760px;
	margin:0;
	padding:0;
	float:left;
}

.align-left {text-align:left;margin-left:15px;}
.align-right {text-align:right;margin-right:15px;}
.align-center {text-align:center;}

.csc-header h2 {font-size:0.95em;	font-weight:bold;}
.csc-header h3 {font-size:0.85em;	font-weight:bold;}
.csc-header h4 {font-size:0.75em;	font-weight:bold;}

#adSpace { 
	width:195px;
	background:#e5e5ef;
	float:left;
	text-align:center;
	padding-bottom:10px;
}

.separator {
	margin:15px 12px 2px 12px;
	padding:12px 2px 2px 2px;
	border-top:1px dotted #050565;
	text-align:right;
	font-size:0.65em;
}

#footer {
	width:982px;
	height:22px;
	clear:both;
	background: url(../img/basic/background_footer.gif) no-repeat;
	margin:0 auto;
	padding:0 auto;
}


/*****HEADER*****/

#header {
	height:67px;
	margin:0 0 10px 0;
	padding:0;
	background:#005e22;
}

#logo {
	float:left;
}

#month {
	margin-left:19px;
	color:#fff;
	font-size:0.7em;
}

#topNav {
	height:18px;
	margin-top:37px;
	border-top:8px solid #f00;
	float:right;
}

#topNav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#topNav ul li {
	float:left;
	font-size:0.6em;
	text-transform:uppercase;
	padding: 4px 6px 10px 4px;
}

#topNav ul li a {
	color:#fff;
	text-decoration:none;	
}

#topNav ul li a:hover, #topNav ul li a:focus {
	text-decoration:underline;	
}

/*****MAINNAV+BREADCRUMB*****/

#mainNav {
	height:101px;
	/* background:#005e22; */
	color:#fff;
	font-size:0.85em;
}

.nav_table {
    width:760px;
    font-size:0.85em;
    border-collapse:collapse;
}

.nav_td {
  width:20%;
  color:#fff;
  border:1px #fff solid;
  background-color:#005e22;
  text-align:right;
  padding-right:5px;
  padding-top:32px;
}

.nav_td_hover {
  background-color:#ff0000;
  width:20%;
  color:#fff;
  border:1px #fff solid;
  text-align:right;
  padding-right:5px;
  padding-top:32px;
}

.nav_td a {
color:#fff;
text-decoration:none;
}

.yellow {
font-size:1.3em;
font-weight:bold;
color:#F7F734;
}

#breadcrumb {
	float:left;
	margin:16px 20px 2px 20px;
	font-size:0.65em;
	color:#050565;
}

#breadcrumb a {
	color:#050565;
	text-decoration:none;
	text-transform:uppercase;	
}

#breadcrumb a:hover, #breadcrumb a:focus {
	text-decoration:underline;	
}

#selectLang {
	float:right;
	margin:12px 10px 2px 20px;
}

/*****CONTENT+COLUMNS*****/

#innerContent {
	clear:both;
	border-top:1px solid #050565;
	margin:10px;
	padding-top:22px;
}

.colLeft {
	float:left;
	width:195px;
}

.colRight {
	float:left;
	width:535px; /*540px*/
	padding:0 0 0 5px;	
}


/*****BOXES*****/

.box {
	background: url(../img/basic/bg_box.gif) repeat-y;
	margin-bottom:10px;
}

.boxHeader {
	background:#050565;
	width:166px; /*186px*/
	padding:3px 10px;
}

.boxContent {
	position:relative; /*Ã„nderung hier*/
	width:186px;
}

.boxContent .info, .boxContent .calendar, .boxContent .adress {
	border-bottom:0px dotted #050565;
	margin-bottom:1px;
	padding:3px 10px;
}

.boxContent h1 {
 color: #ff0000;
 font-weight:normal;
 font-size: 1em;
}


.boxFooter {
	width:195px;
	height:14px;
	background: url(../img/basic/bg_boxfooter.gif) no-repeat;
}




/*****FONTDESIGN*****/


/**colLeft**/

/* Position der Inhalte der Infobox in der Einzelansicht */
.infobox_pos {
  position:absolute;
  top:25px; /*Ã„nderung hier*/
  left:36px; /*Ã„nderung hier*/
}



.boxHeader h2 {
	color:#fff;
	font-size:0.85em;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.boxContent {
	position:relative; /*Ã„nderung hier*/
	font-size:0.75em;
}

.boxContent .info h3, .boxContent .adress h3 {
	font-size:1em;
	font-weight:normal;
	color:#f00;
	margin:7px 0 2px 0;
}

.boxContent .adress h3 {
	text-transform:uppercase;
}

.boxContent .info p, .boxContent .adress p {
	font-size:1em;
	line-height:100%;
	margin:4px 0;
}

.boxContent .map, .boxContent .time, .boxContent .price, .boxContent .tel {
	padding:5px 0 5px 32px;
	min-height:14px;
}

.boxContent .map {
	background: url(../img/basic/icons/map.gif) 3px no-repeat;
}

.boxContent .map a {
	color:#050565;
}

.boxContent .time {
	background: url(../img/basic/icons/time.gif) 5px no-repeat;
}

.boxContent .price {
	background: url(../img/basic/icons/price.gif) 5px no-repeat;
}

.boxContent .tel {
	background: url(../img/basic/icons/tel.gif) 5px no-repeat;
}

.boxContent .internet {
	padding:5px 0;
}

.boxContent .internet a {
	text-decoration:none;
}

.boxContent .calendar .date {
	clear:both;
	margin:15px auto;
}

.boxContent .calendar .date a {
	text-decoration:none;
}

.boxContent .calendar .calSheet {
	width:36px;
	height:45px;
	border:1px solid #f00;
	float:left;
	margin:0 6px 0 0;
	text-transform:uppercase;
	text-align:center;
	margin:0 6px 15px 0;
}

.boxContent .calendar .calSheet .month {
	background:#f00;
	color:#fff;
	padding:4px auto;

}

.boxContent .calendar .calSheet .day {
	font-size:1.6em;
	color:#f00;
	margin-top:5px;

}

.boxContent .calendar .cat {
	font-size:0.9em;
	text-transform:uppercase;
	color:#f00;
	margin-bottom:2px;
}

.boxContent .calendar .location, .boxContent .calendar .event {
	font-size:1em;
}

.boxContent .calendar .event a {
	color:#050565;
	text-decoration:none;
}

.boxContent .calendar .event a:hover, .boxContent .calendar .event a:active {
	text-decoration:underline;
}


/**colRight**/

.teaser h1 {
	font-size:1em;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px dotted #050565;
	clear:both;
	margin-top:4px;
}


.teaser img {
	float:left;
	margin:0 10px 10px 0;
}

.overview .teaser {
	clear:both;
	border-bottom:1px dotted #050565;
	margin-bottom:10px;
}

.teaser h2, .teaser h3 {
	font-size:0.9em;
	font-style:italic;
	/*color:#f00;*/
	margin:0;
	padding:0;
}

.teaser h2 a, .teaser h2 a:visited, .teaser h3 a, .teaser h3 a:visited {
	color: #050565;
	
}

.teaser p {
	margin-top:5px;
}

/*
.teaser a, .teaser a:link, .teaser a:visited {
	color:#f00;
}
*/

.details h1 {
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:normal;
	color:#f00;
	margin:0;
	padding:0;
}

.details h2 {
	font-size:1em;
	font-style:italic;
	border-bottom:1px dotted #050565;
	padding:0 0 2px 0;
	margin:0 0 10px 0;
}

.news-single-backlink {
  font-size:0.75em;
	font-style:italic;
}

.rightcolumn h1 {
	font-size:1em;
}

/*#####################################################*/

#nav, #nav ul {
	float:right;
	width:760px;
	list-style: none;
	line-height: 1em;
	color: #000;
	padding:0;
	margin:0;
	
}

 
#nav a {
	display:block;
	width:145px;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	padding-right:5px;
}
 
 
#nav li {
  float: left;
  padding:0px;
   width:151px;
  height:51px; 
  line-height:51px;
  background-color:#005e22;
  border-bottom: 1px #fff solid;
  border-right: 1px #fff solid;
  text-align:right;

}
 
/* Untermenu */
#nav li ul {
	position: absolute;
	left: -999em;
	min-height:51px;
	width:151px;
	font-weight: normal;
	font-size:0.9em;
	margin:-171px 0 0 0;
	margin-top:-33px;
	background: #ff0000;
}
 
#nav li li {
	width:149px;
  	height:1.39em;
  	line-height:1.39em;
  	vertical-align:bottom;
  	text-align:right;
  	border: 0;
  	background: #ff0000;
}
 
 
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	background: #ff0000;
	color: white;
}
