
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


/****************************************************/
/*    1. CSS-Modul: COLORS                          */
/****************************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #FFFFFF}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #666666}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #D5E9FE;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #FD5608;}
.primColorMedium {background-color: #FD5608;}
.primColorLight {background-color: #FDFDF4;}

/****************************************************/
/* neutralcolorMedium - text Farbe                  */
/* teaserColor - Macronav Hover Farbe, Zusätz Farbe */
/* primColorStrong - Footer Farbe                   */
/* primColorMedium - Header Farbe                   */
/* primColorLight - Body Farbe                      */
/****************************************************/

/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/
/* -- BODY ----------------------------------------------*/
html, body, #container {
  height: 100%;
}
body > #container {
  height: auto;
  min-height: 100%;
}
body {
  width:100%;
  margin:0;
  padding:0;
  border:0; 
  background:#fdfdf4;
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px; 
  line-height:15px;
  color:#666666;
}
#container {
  position:relative;
  width:1000px;
  min-height: 100%;
  margin:0 auto;
  overflow:auto;
  background:url(http://www.billigst-reisen.de/common/css/common/content_BG.png) top center repeat-y;
}
* html #container {
  overflow:visible;
  height:100%;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.billigst-reisen.de/common/css/common/content_BG.png', sizingMethod='scale');
}
/* -- TOP HG --------------------------------------------*/
#barTop1 {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:260px;
  background:#fd5608 url(http://www.billigst-reisen.de/common/css/common/PRT_BG.png) top left repeat-x;
}
* html #barTop1 {
  background:none;
  background-color:#fd5608;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.billigst-reisen.de/common/css/common/PRT_BG.png', sizingMethod='scale');
}
#barTop2 {
  position:absolute;
  top:260px;
  left:0;
  width:100%;
  height:15px;
  background:url(http://www.billigst-reisen.de/common/css/common/header3_BG.png) top left repeat-x;
  z-index:500;
}
* html #barTop2 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.billigst-reisen.de/common/css/common/header3_BG.png', sizingMethod='scale');
}
/* -- TOP -----------------------------------------------*/
#top {
  position:relative;
  width:947px;
  height:260px;
  margin:0;
  padding:0 27px 0 26px;
  background:transparent url(http://www.billigst-reisen.de/common/css/common/headerIMG_BG.png) top center no-repeat;
}
* html #PRTop {
  background:none;
}
#header {
  position:relative;
  width:947px;
  height:260px;
}
#navBar {
  position:absolute;
  width:917px;
  height:18px;
  bottom:0;
  left:0;
  padding:5px 15px;
  background:#C1673C;
  opacity: .7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#topNav {
  position:absolute;
  width:917px;
  height:28px;
  bottom:0;
  left:0;
  padding:0 15px;
  background: url(http://www.billigst-reisen.de/common/css/common/topNav_BG.png) top left repeat-x;
}
* html #topNav {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.billigst-reisen.de/common/css/common/topNav_BG.png', sizingMethod='scale');
}
#logo {
  width: 150px;
  height:30px;
  padding:5px 0 0 0;
}
#logo a, #logo a:link, #logo a:visited {
  display:block;
}
#headerInfo {
  position:absolute;
  top:10px;
  left:27px;
  width:300px;
  height:150px;
  background:transparent;
}
#headerInfo h4 {
  margin:0 0 5px 0;
  font-weight:bold;
  color:#ffffff;
}
#headerInfo p {
  margin:0;
  color:#ffffff;
}
/* -- MIDDLE --------------------------------------------*/
#middle {
  position:relative;
  float:left;
  width:947px;
  padding:10px 27px 113px 26px;
}
#left {}
#content {
  position:relative;
  float:left;
  width:696px;
  padding-left:5px;
}
#sidebar {
  position:relative;
  float:left;
  width:229px;
  padding:30px 0 0 0;
}

/* -- BOTTOM --------------------------------------------*/
#barBottom1 {
  position:relative;
  width:100%;
  height:113px;
  margin-top: -113px;
  background:url(http://www.billigst-reisen.de/common/css/common/footer3_BG.png) top left repeat-x;
}
* html #barBottom1 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.billigst-reisen.de/common/css/common/footer3_BG.png', sizingMethod='scale');
}
#barBottom2 {
  position:absolute;
  top:13px;
  left:0;
  width:100%;
  height:100px;
  background:#fd5608 url(http://www.billigst-reisen.de/common/css/common/PRB_BG.png) top left repeat-x;
  z-index:500;
}
* html #barBottom2 {
  background:none;
  background-color:#fd5608;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.billigst-reisen.de/common/css/common/PRB_BG.png', sizingMethod='scale');
}
#bottom {
  position:relative;
  width:1000px;
  height: 100px;
  margin:0 auto;
  background:transparent;
}
#footer {
  position:relative;
  width:947px;
  height:100px;
  margin:0;
  padding:0 27px 0 26px;
  background:url(http://www.billigst-reisen.de/common/css/common/footerIMG_BG.png) top center no-repeat;
  color:#ffffff;
}
* html #footer {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.billigst-reisen.de/common/css/common/footerIMG_BG.png', sizingMethod='crop');
}
#copyright {
  float:left;
  width:500px;
}
#copyright h3 {
  margin:0;
  padding:12px 0 13px 15px;
  color:#ffffff;
}

/*-- FLOATING ---------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}

/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/* -- SITEMAP --------------------------------------*/
td.sitemapTitle0 {
  background-color:#ddd;
  border-right:1px solid #444;
}
td.sitemapTitle1 {
  background-color:#ddd;
  border-right: solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  font-weight:bold;
  color:#444;
  text-decoration:none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  font-weight:bold;
  color:#000;
  text-decoration:none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color:#444;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

/* -- SEARCH ---------------------------------------*/

/* -- (Input) -- */
/* -- SEARCH --------------------------------------------*/
#search {
  float:right;
  width:165px;
  margin:0;
  border:0;
  padding:10px 15px 10px 0px;
}
#search form {
  margin:0;
  border:0;
  padding:0;
}
#search input#raw {
  float:left;
  width:134px;
  height:18px;
  margin:0;
  border:0;
  padding:2px 0 0 5px;
  background:#ffffff;
  vertical-align:middle;
  color:#333333;
  font-size:11px;
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

#search input#btnSearch {
  float:left;
  width:20px;
  height:20px;
  margin:0;
  border:0;
  padding:2px;
  background:#ffffff url(http://www.billigst-reisen.de/common/css/common/btns_4.png) -33px -215px no-repeat;
  font-size:12px;
  cursor:pointer;
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
/* -- (Results) -- */
#searchresults {
  width:530px;
  padding:0 15px;
}
#searchresults dl {
  margin:0;
  padding:0;
}
#searchresults dt {
  padding:10px 0 3px 0;
}
#searchresults dd {
  margin:0 0 10px 0;
  color:#fdfdf4;
}

/* -- NEWS -----------------------------------------*/
#Newsindex {
  float:left;
  width:180px;
  padding-top:25px;
}
#Newsindex ul {
  float:left;
  width:180px;
  margin:0;
  padding:0;
  list-style-type:none;
}
#Newsindex li {
  float:left;
  width:180px;
  margin:0;
  border-top:1px solid #666666;
  padding:15px 0;
  cursor:pointer;
}
#Newsindex li.start {
  float:left;
  width:180px;
  margin:0;
  border:0;
  padding:0 0 5px 0;
  color:#fd5608;
  font-size:14px;
  font-weight:bold;
  cursor:auto;
}
#Newsindex a, #Newsindex a:link, #Newsindex a:visited {
  float:left;
  width:180px;
  margin:0;
  padding:0;
  background:none;
  text-decoration:none;
}
#Newsindex a:hover, #Newsindex a:active {
  text-decoration:none;
}
#Newsindex a:hover span.title, #Newsindex a:active span.title {
  text-decoration:none;
  color:#d5e9fe;
}
#Newsindex a:hover span.desc, #Newsindex a:active span.desc {
  text-decoration:none;
  color:#d5e9fe;
}
#Newsindex span.title {
  float:left;
  width:180px;
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:bold;
  color:#d5e9fe;
  cursor:pointer;
}
#Newsindex span.desc {
  float:left;
  width:180px;
  margin:0;
  padding:5px 0 0 0;
  font-size:12px;
  font-weight:normal;
  color:#fd5608;
  cursor:pointer;
}

/* -- FORM -----------------------------------------*/
.form {
  color:#000;
  border:1px solid #666;
  padding:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:x-small;
}
html>.form {
  font-size:x-small;
} 
	
.form-button {
  color:#000;
  background-color:#fff;
  border:1px solid #666;
  font-weight:bold;
  padding-left:1px;
  padding-right:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
}

/****************************************************/
/*    4.  CSS-Modul: NAVIGATION                     */
/****************************************************/

/* -- CHANNEL MENU --------------------------------------*/
#menu {
  position:relative;
  float:left;
  width:917px;
  padding:0;
  background: transparent;
  overflow: hidden;
}
#menu ul {
  position:relative;
  float: left;
  width:100%;
  margin: 0;
  padding: 0;
}
#menu ul li {
  position:relative;
  float: left;
  height:28px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:link:visited {
  display:inline;
  float:left;
  height:18px;
  margin: 0;
  padding:5px 12px;
  color: #ffffff;
  font-size:13px;
  text-decoration: none;
}
#menu ul li a:focus, #menu ul li a:hover, #menu ul li a:active  {
  color: #ffffff;
  text-decoration: underline;
}
#menu ul li a.current, #menu ul li a.current:link, #menu ul li a.current:link:visited {
  color:#ffffff;
  text-decoration: underline;
}
  
/* -- MACRONAVIGATION -----------------------------------*/
#macronav {
  float:left;
  width:229px;
  margin:0 0 20px 0;
  border-top:2px solid #aaa;
  border-bottom:1px solid #aaa;
  padding:0;
  background:transparent;
  overflow:hidden;
}
#macronav ul {
  margin:0;
  padding:0;
  list-style:none;
  list-style-image:none;
  overflow:hidden;
}
#macronav ul li {
  width:229px;
  margin:0;
  background:transparent;
  list-style:none;
  overflow:hidden;
}
#macronav ul li a, #macronav ul li a:link, #macronav ul li a:visited  {
  display:block;
  width:219px;
  border-bottom:1px solid #aaa;
  padding:5px 0 5px 10px;
  color:#666666;
  text-decoration:none;
}
#macronav ul li a:hover, #macronav ul li a:active {
  background:#d5e9fe;
  text-decoration:none;
}
#macronav ul li a.path, #macronav ul li a.path:link, #macronav ul li a.path:visited {
  font-weight:bold;
  background:#d5e9fe;
}
#macronav ul li a.current, #macronav ul li a.current:link, #macronav ul li a.current:visited {
  background:#d5e9fe;
}

/* -- level 2 -- */

#macronav li li a, #macronav li li a:link, #macronav li li a:visited {
  width:189px;
  margin:0;
  padding-left:20px;
  padding-right:20px;
  overflow:hidden;
}
/* -- level 3 -- */

#macronav li li li a, #macronav li li li a:link, #macronav li li li a:visited {
  width:179px;
  margin:0;
  padding-left:30px;
  padding-right:20px;
  overflow:hidden;
}
/* -- level 4 -- */

#macronav li li li li a, #macronav li li li li a:link, #macronav li li li li a:visited {
  width:169px;
  margin:0;
  padding-left:40px;
  padding-right:20px;
  overflow:hidden;
}

/* -- METANAVIGATION ------------------------------------*/
#metanav {
  float:left;
  width:200px;
  padding:0 0 0 15px;
  background: transparent;
  color: #ffffff;
  clear:left;
}
#metanav a, #metanav a:link, #metanav a:visited {
  color:#ffffff;
  font-weight: normal;
  background:transparent;
  text-decoration:none; 
}
#metanav a:focus, #metanav a:hover, #metanav a:active {
  text-decoration:underline;
  background-color: transparent;
}

/* -- MICRONAVIGATION -----------------------------------*/
#micronav {
  float:left;
  width:100%;
  height:20px;
  padding:0 0 10px 0;
  color:#666666;
}
#micronav a, #micronav a:link, #micronav a:visited {
  padding:2px;
  color:#666666;
  font-size:10px;
  text-decoration:none;
}
#micronav a:hover, #micronav a:active {
  text-decoration:underline;
}
#micronav span {
  font-size:10px;
  color:#666666;
}

/* -- INDEX ---------------------------------------------*/
#index {
  float:left;
  width:100%;
  padding:0;
}
.index1 {float:left; width:100%; padding:5px 0;}

.index1 a, 
.index1 a:link, 
.index1 a:visited {float:left; width:500px; padding:5px 5px 8px; color:#666666; text-decoration:none;}

.index1 a span.img, 
.index1 a:link span.img, 
.index1 a:visited span.img {float:left; width:150px; padding:0 20px 5px 0; text-align:center; overflow:hidden; cursor:pointer; text-decoration:none;}

.index1 a span.text, 
.index1 a:link span.text, 
.index1 a:visited span.text {float:left; width:330px; margin-top:-3px; padding:0; cursor:pointer; text-decoration:none;}

.index1 a span.title, 
.index1 a:link span.title, 
.index1 a:visited span.title {float:left; width:100%; padding:0 0 10px 0; color:#fd5608; text-transform:uppercase; font-weight:bold; cursor:pointer; text-decoration:none;}

.index1 a span.desc, 
.index1 a:link span.desc, 
.index1 a:visited span.desc {float:left; width:100%; padding:0 0 5px 0; cursor:pointer; text-decoration:none; color:#666666;}

.index1 a:hover, 
.index1 a:active { background:#EFFAFF; text-decoration:none;}

.index1 a:hover span.desc, 
.index1 a:active span.desc {text-decoration:none; color:#666666;}


/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/

/* -- STANDARD -------------------------------------*/
h1, h2, h3, h4, h5, h6 { 
  font-weight:bold; 
  color:#666666;
  margin:0 0 15px 0; 
}

h1 { font-size:20px; line-height:22px; }
h2 { font-size:16px;}
h3 { font-size:14px; }
h4 { font-size:14px; color:#182E7A; }

p {
  margin:5px 0;
}
p.large {
  font-size:13px;
  line-height:17px;
}
p.small {
  font-size:10px;
  line-height:12px;
}
ul, ol, dl {
  margin: 0 0 10px 15px; 
}
li {
  margin-left:15px;
}
li {
  margin-left: 15px;
}

dt {
  font-weight: bold; 
}
dd {
  margin: 0 0 10px 15px; 
}

blockquote, cite {
  margin: 0 0 10px 15px;
  font-style:italic; 
}

strong, b {
  font-weight: bold; 
}
em, i {
  font-style:italic; 
}

pre, code {
  font-family: monospace;
  font-size: 1.1em; 
}

acronym, abbr {
  letter-spacing: .07em;
  border-bottom: .1em dashed #c00;
  cursor: help;
}
a, a:link, a:visited {
  color: #4D87C7;
  text-decoration:none;
}
a img, a:link img, a:visited img {
  border:0;
}
a:focus, a:hover, a:active {
  color:#182E7A;
  text-decoration:underline;
}

hr {
  color: #fff;
  background:transparent;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border:0;
  border-bottom: 1px #eee solid;
}
/* -- ZMS FORMAT (Text Formats) -------------------------*/

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/

/* -- ZMS TABLES -----------------------------------*/
div.ZMSTable {
}
div.ZMSTable table tr th {
}
div.ZMSTable tr.even td {
}
div.ZMSTable tr.odd td {
}
table tr td  {
  font-size:11px;
}

/* -- ZMS GRAPHIC ----------------------------------*/
div.graphic {
  background:transparent;
}
div.ZMSGraphic {
  background:transparent;
}
a.zoom img.zoom {
  width:23px;
  height:21px;
  background:transparent url(/misc_/zms/zoom.gif);
}
img.imgNoborder {
  border:0px;
}

/* -- ZMS TEASER -----------------------------------*/
div#teaser {
  width:229px;
  background:none;
}
div.ZMSTeaserContainer {
}
div.ZMSTeaserElement {
  width:229px;
}

div.ZMSTeaserElement img.title {
  border:none;
}

div.ZMSTeaserElement div.title {
  padding:7px 10px 10px 10px;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#003366;
}
div.ZMSTeaserElement div.text {
  padding:7px 10px 10px 10px;
  font-size:11px;
  text-decoration:none;
  color:#003366;
}


/* -- ZMS LINK -------------------------------------*/
div#pageelement_Links {
  width:180px;
}
div.ZMSLinkElement {
  background-color: transparent;
  padding:2px;
}
div.ZMSLinkElement div.title {
  font-weight:bold;
  color:black;
  font-size:12px !important; font-size: small;
  margin:10px 0px 0px 0px;
}

div.ZMSLinkElement div.text {
}

div.ZMSLinkElement div.text ul {
  margin-top:5px;
  margin-left:-10px !important; margin-left: 20px;
}
li.LinkElementExternal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
  list-style-image:url(common/mail_link.gif);
}

/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/
/* -- google maps -- */
#map {
  float:left;
  margin:0 10px 0 0;
}
/* so the big map is centered in IE6 */
* html #map {
  margin:0 5px 0 0;
}
/* --- Preisetabelle --- */
.preise {
  width:600px;
  margin:0;
  padding:10px 0;
  background:none;
}
.preise table {
  width:100%;
}
.preise table caption {
  width:100%;
  font-weight:bold;
  font-size:14px;
  padding-bottom:5px;
}
.preise table th {
  padding:5px;
}
.preise table td {
  padding:5px;
}
/* --- Download --- */
.download {
  position:relative;
  width:100%;
  padding:10px 0;
}
.download p {
  margin:0;
  padding:0 0 0 18px;
}
/* -- Text Box -- */
.textbox {
  display:block;
  float:right;
  width:165px;
  background:#aaa;
  margin:0px 15px 15px 10px;
}

/* -- Google -- */
.googleTeaser {
  padding:10px 0 0 5px;
  background:transparent url(http://www.billigst-reisen.de/common/css/common/google_teaser_top.gif) top left no-repeat;
}
/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.small {
  font-size:10px;
}
code {
}

/****************************************************/
/*    9.  ZMI Management Interface                  */
/****************************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:15px;
  line-height:19px;
} 
body.zmi p, body.zmi li, body.zmi blockquote  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:15px;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

body.print { 
  background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSLinkContainer {
  background-color: #EEEEEE;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSFile div.title a:link, 
div.ZMSFile div.title a:visited,
div.ZMSFile div.title {
  font-weight:bold;
  font-size:x-small;
  text-decoration:none;
  color:black;
}

div.ZMSFile div.text {
font-size:xx-small;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSLinkElement {
  background-color: #EEEEEE;
  padding: 2px;
}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title {
  font-weight:bold;
  font-size:x-small;
  text-decoration:none;
  color:black;
}

div.ZMSLinkElement div.text {
  font-size:xx-small;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSGraphic { 
  background-color:transparent; 
  margin: 4px;
}

div.ZMSGraphic.left {
  text-align:left;
}

div.ZMSGraphic.right {
  text-align:right;
}

div.ZMSGraphic.center {
  text-align:center;
}

div.ZMSGraphic.floatleft { 
  float:left;
}

div.ZMSGraphic.floatright { 
  float:right;
}

div.ZMSGraphic.center { 
  text-align:center;
}

div.graphic.alignleft {
  float:left;
  text-align:right;
}

div.graphic.alignright {
  float:right;
  text-align:right;
}

div.ZMSGraphic div.text {
  padding: 4px;
}

a.zoom img.zoom {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

table.ZMSTable th { 
  background-color:#DDEFFC; 
}	

table.ZMSTable td { 
  background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td { 
  background-color:transparent; 
}	



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 

div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Arial Unicode MS", Verdana, Arial, Helvetica, sans-serif; 
}

span.highlight { 
  background-color:#aaa;
  color:#aaa;
  font-weight: bold;
  border:none; 
}


