/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

.main {
	background: #FFFFFF; 
	margin: 0px auto 4px auto; 
	text-align: left;
	width: 956px;
	vertical-align: top;
}

body{
	font-family: Arial, sans-serif;
	background-image: url(bilder/bg.jpg);
	background-repeat: repeat-x;
	background-color: #008caf;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.166;
	text-align: center;
	position: relative;
	width: 956px;
	margin: 0 auto;
}

#ban_top {
    margin-left: 233px; /* Wert sollte angepasst werden (body-width - 728 + 5) = ? */
    margin-bottom: 5px;
    right:0px;
}
#ban_right {
    position: absolute;
    right: -165px;
    top: 0px;
}


a:link, a:visited, a:hover {
	color: #017abb;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #0032a8;
}

h2{
 font-size: 114%;
 color: #0032a8;
}

h3{
 font-size: 114%;
 color: #0032a8;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #0257bb;
}

h5{
 font-size: 100%;
 color: #0257bb;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-image: url(bilder/malediven.jpg);
	background-repeat: no-repeat; 
	width: 956px;
	height: 190px;
	cursor: pointer;
}

#headline {
	position: absolute;
	top: 171px;
	line-height: 20px;
	margin-left: 0px;
	padding-left: 0px;
	width: 373px;
}

#subhead{
	background-image: url(bilder/abgerundete-ecken.gif);
	background-repeat: no-repeat; 
	width: 956px;
	height: 20px;
}

#masthead a{
	color: #ffffff;
	font-size:22px;
	text-decoration: none;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content{
    float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	background-color: #FFFFFF;
	line-height: 2;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 21%;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

#sitemap{
	font-size: 80%;
	padding: 5px 0px 5px 0px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.featureStart{
	padding: 0px 30px 0px 0px;
	font-size: 98%;
	line-height: 1.18;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 5px 1px 1px 1px;
	margin-top: 0px;
	padding-left: 10px;
}

#sitefoot{
	background-image: url(bilder/abgerundete-ecken_footer.gif);
	background-repeat: no-repeat;
	height: 17px;	
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo a{
	color: #666666;
	}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search2{
	border-bottom: 1px solid #cccccc;
	padding: 4px 0px 10px 10px;
	font-size: 90%;
	background-color: #ffffff;
	height: 20px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul ul{list-style: none; margin-left: 20px; padding: 0;}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fff; padding-top: 10px;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;

	font-size: 85%;
}

#sectionLinks a.selected{

	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{

	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{

	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	font-weight: bold;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 2px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 0px 0px 0px 0px;
}

.Stil14 {
	color: #0032a8;
}

.Stil15 {font-size: 78%}

#tipps {
	line-height: 1;
	font-size: 12px;
}

hr{
background-color: #CCCCCC; /* Farbe für Opera und Firefox */ 
color: #CCCCCC; /* Farbe für Internet Explorer (IE) */
border: 0; 
height: 3px; 
}


/* IBE Styles */

#box_hotelform {	
border: 2px solid #017ABB;
background-color: transparent; 
width: 704px;
overflow: hidden;
padding: 2px;
margin-bottom: 15px;
}

#hotelform td {
font-family: Verdana,Arial,sans-serif;
font-size: 11px;
background-color: transparent; 
vertical-align: middle;
padding: 5px;
}
#hotelform select {
font-family: Verdana,Arial,sans-serif;
font-size: 11px;
}

#hotelform #rw,
#hotelform #xl {
width: 122px;
}
#hotelform #von_dd,
#hotelform #bis_dd {
width: 39px;
}
#hotelform #von_yymm,
#hotelform #bis_yymm {
width: 80px;
}

#hotelform #ra {
width: 110px;
}

#hotelform #ka1,
#hotelform #ka2,
#hotelform #ka3 {
width: 69px;
}

#hotelform .submit {
background-color:#017ABB;
border:2px solid #0032A8;
cursor: pointer;
font-size:10pt;
font-weight:normal;
width: 328px; 
height: 23px;
color: #fff;
}

#hotelform .submit:hover {
  background-color:#0032A8;
  color: #fff;
}

#box_hotelform_mini {
  padding: 0 5px 5px;
  border-bottom: 2px solid #CCCCCC;
}

#box_hotelform_mini strong {
  display: block;
  margin-bottom: 3px;
}

#box_hotelform_mini .submit {
  width: 165px;
}

#box_hotelform_mini label {
  display: inline-block;
  width: 25px;
}

#box_hotelform_mini #von_yymm,
#box_hotelform_mini #bis_yymm {
  width: 94px;
}

#box_hotelform_mini #xl {
  width: 165px;
}
