@charset "iso-8859-1";
.clear
{
 clear: both;
 padding-bottom: 1px;
 margin-bottom: -1px;
}

.hide
{
 display: none !important;
}

.inside
{
 padding: 5px 10px;
}

.insideTopDown
{
 padding: 5px  0px;
}

p
{
 margin: 5px 0px;
 padding-top: 0;
 padding-bottom: 0;
}

ul, ol, dl, h1, h2, h4, h5
{
 margin-top: 10px;
 margin-bottom: 10px;
 padding-top: 0;
 padding-bottom: 0;
}

h1 {font-size: 1.4em;}
h2 {
margin-top: 0px;
font-size: 1.1em;
letter-spacing:1pt;
}
h4 {
margin-top: 0px;
font-size: 80%;
letter-spacing:1pt;
text-transform:uppercase;
color:rgb(105,105,105);
}
h5 {font-size: 1em;}

.vnav li h6 {
font-size: 1em;
margin: 0;
padding: 0 0 0 3px;
font-weight: normal !important;
background: transparent url("/images/arrow1.gif") no-repeat 0 7px;
}


.vnav h5{
color:white;
text-transform:uppercase;
font-size: 0.9em;
padding: 2px 5px 3px 5px;
margin:0px;
}

.headline {font-size: 135%;display:block;}
a, a:link, a:active, a:visited {text-decoration: none; color:#990000; background-color:transparent;}
a:hover{text-decoration: underline;}

a.extern:link, a.extern:visited, a.extern:active {text-decoration: none; color:#000066; background-color:transparent;border-bottom:1px dotted red;}
a.extern:hover {text-decoration: none;border-bottom:0px solid rgb(165,42,42);}

code{font-family: "Courier New", Courier, monospace;}
label{cursor: pointer;}
table{font-size: 100%;}


body {margin: 0px auto;	font-size:100.01%;}
#pageWrapper
{
border: solid 0px #000;
border-width: 0 0px;
min-width: 800px;
width: 900px;
font-size: 80%;	/* set your default font size here. */

}
* html #pageWrapper
{
 /* \*/
 /*word-wrap: break-word;*/
 /* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
html, body
{
/* note that both html and body elements are in the selector.
 * this is because we have margins applied to the body element
 * and the HTML's background property will show through if
 * it is ever set. _DO_NOT_ apply a font-size value to the
 * html or body elements, set it in #pageWrapper.
 */
 background-color: #fff;
 color: #000;
 font-family: Verdana, Arial, sans-serif;
}

#wallpaper1
{
 float: left;
}

#masthead
{
 color: #fff;
 min-width: 900px;
 width:900px;
 background-color:#fdfdfd;
 padding:0px;
 margin:0px;
 border-bottom:1px solid #fff;
}

#masthead h1{padding: 0;margin: 0;}
#mastheadLeft{
background: url(images/logo.png) no-repeat;
width: 200px;
height: 100px;
}
#mastheadRight{width:700px;text-align:center;font-size: 80%;}
#masthead img {padding:0px;margin: 0px;border:0px}
#outerColumnContainer
{
  border-left: solid 199px transparent;
  border-right: solid 200px transparent;

  border-left-color: #2E5284;	/* left column background color */
  border-right-color: #4274BD;	/* right column background color */
	/*background-color: #fff;		/* set the background color for the
				   middle column here */
  background:#fdfdfd;
	z-index:1;
}

#innerColumnContainer
{
  border:1px solid silver;
	border-width: 0 0px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width:100%;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}

#SOWrap{
float: left;
margin: 0 -1px 0 0;
width: 100%;
}
#middleColumn
{
	float: right;
	margin: 0 0px 0 0px;
	width:100%;
	padding:5px 0px;

}


#leftColumn{	float: left;	margin: 0px 1px 0px -200px;	width: 194px;	z-index:4;}
#rightColumn{	float: right;	width: 195px;	margin: 0 -200px 0 1px;	z-index:2; }
#footer{	border: solid 1px #fff;	border-width: 0px 0;	padding: 1em 0em;	width:900px;
font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; background-color: #fff;	color: #9f9f9f;	text-align: center;	font-size: 80%;}


p.fontsize-set{	text-align: center;}
p.fontsize-set img{	border-width: 0;}
/* Vertikale Navigation */
.vnav
{
	margin: 5px 0px;
	padding-top: 0;
  padding-bottom: 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{

	margin-bottom:3px;

}

.vnav .box {
padding-bottom:5px;
border-bottom: solid 1px #dcdcdc;
}


.vnav ul li
{
	border-bottom: solid 0px #fff;
	background-color: transparent;

}
.vnav ul li, .vnav ul li a
{
	margin: 0 5px;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 0px 3px 0px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;

}
.vnav h3
{
	margin:0px;
	padding:1px 3px;
	font-size: 90%;
	/*background-color:#000066;*/


	color: #fff;
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;

	color: #ACCEFF;
}
.vnav ul li a:hover
{
	text-decoration: none;
	/*background-color: #6087BF;*/
	color: #fff;
}

* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

#middleColumn ul, #middleColumn ul li{	margin: 0px;	padding: 2px 5px;}
#middleColumn ul li {	margin-left:10px;}

* html .vnav ul li a {height: 0.01%;}
* html .vnav ul {	position: relative;}

/* Horizontale Navigation
 */
.hnav {
	text-align: right;
  background-color:#4274BD;
	color: #000;
	border-left:1px solid #fff;
	background: url(images/hnav.png) repeat-x;
	background-position:left;
	width:700px;
	height:33px;
}
.hnav, .hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements.
	 */
	padding-top: 4px;
	padding-bottom: 4px;
	font-size:90%;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 5px;
	padding-right: 10px;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	border-left: solid 0px #000;
	border-right: solid 0px #000;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active
{
	text-decoration: none;
	background-color: transparent;
  font-weight:normal;
	color: #fff;
}
.hnav ul li a:hover
{
  text-decoration:underline;
}
.hnav ul li span.divider
{
	/*display: none;*/
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	/*display: inline-block;	*//* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win.
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.
 */

.vnav ul, .vnav ul li
{
	border-color: silver;

}


#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: #fff;    /*c8c8ff*/
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: none;
	/*background-color: #6087BF;*/
	color: #fff;
}
#rightColumn .inside{	font-size: 90%;}
#rightColumn .inside .vnav {font-size: 110%;}

.teaser {
padding:5px 0px;
background: transparent url("/images/news_line.png") repeat-x  bottom;
color:#2f2f2f;
}

/**** Hotelsuche ******/
form, input {
margin:0px;
}
#search {
display:block;
background-color:#e0e0e0;
border:1px solid #c0c0c0;
border-width:1px 0px;
padding:5px;
width:100%
text-align:center;
}


/******************************************************************************/

/* Googlewerbung im Artikel */
.newsads {margin-left:10px; margin-bottom:10px; float:right;border:1px solid silver;}

.prevnext {text-align:center}
.topic{letter-spacing:1pt;font-size:85%;text-transform:uppercase;color:rgb(105,105,105);padding:1px 0px; background-color :transparent; margin-bottom:10px; display:block;border:1px solid #E6E6FA;border-width:0px 0 0px 0;}
.fill1 {background-color: #e6e6fa;padding:3px;}

.boxtitle {display:block;font-weight:bold; font-size:90%; background-color :#E6E6FA;color:#000;margin:0px 0px 0px 0px; padding:2px 2px;}
.simplebox{display:block;line-height:1.2em; font-size:85%; border : 1px solid #E6E6FA;background-color : #F8F8FF;color: #000;margin:1px 0px 1px 0px;padding:5px;}

.border {border: solid 1px silver;}

.bgdarkblue  {background-color :#E8E8F3;}
.bglightblue {background-color :#F8F8FF;}
.red {color:rgb(178,34,34)}

/* Für Linienwechsel */
.row0 {background-color:#FFFFFF}
.row1 {background-color:#E0E0E0}

.spacing {letter-spacing:1pt}
.gross {text-transform:uppercase}

.lh20px {line-height:20pt;}

.adbox_r{
border-bottom:1px solid silver;
color:#fff;
}

