html, body { 	
	background: #fbdd5e url(img/body_hinter.gif) repeat-x;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #373c73;
	height: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 950px;
	min-height: 99%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #feeeaa url(img/inhalt_lang2.gif) repeat-y;
}

/***************Kopfbereich    ANFANG**********************************************************/

/*obere box fuellt sich nach bedarf ANFANG*/
#headerbox {
	position: relative;
	left: 0px;
	height: 140px;
	padding: -1px;
}

/*padding: hoch,     ?,     unten,      nach rechts*/
#innerinfo2 {
	padding: 0px 0px 0px 18px; 
	margin-bottom: 5px; 
	color: #5a3b63;	
}
/*obere box fuellt sich nach bedarf ENDE*/



/***************Kopfbereich    ENDE**********************************************************/

/****************Menueleiste   ANFANG**********************************************************/
/*u.a.hintergrund der menuleiste*/
#navContainer {
	height: 30px; 
	display: block;
	width: 914px;
	margin-left: 18px;
	clear: both; 
	background: #383c72 url(img/hinter_menu.gif) repeat-x;
}

a {
  font :  arial, helvetica, verdana, sans-serif; 
  color : #383c72;
  text-decoration : none;
}

a:link {
  color: #383c72;
  text-decoration : none;
}

a:visited {
  color : #383c72;
  text-decoration : none;
}
a:hover {
  color : #969383;
  text-decoration : none;
}

p{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #373c73;
	line-height : normal;
	padding-top: 2px;
	max-width: 495px;
}

* html p{
	width: 495px;
}

h3{
	font-family: arial, verdana, helvetica, sans-serif;
	color: #373c73;
}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav {
	float: left;	
	height: 30px;	
	border: 0;	
	padding: 0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
	left: 2px;
	list-style-image: none;
}

/* Root Level Link Formatting */
#nav ul li {
	float: left; 
	color: #fff; 
	text-align: center; 
	font-weight: normal; 
	list-style-type: none; 
	list-style-image: none;
}

#nav ul li a {
	display: block; 
	background: url(img/menu_linie.gif) no-repeat right 0px; 
	padding: 8px 22px 7px 12px; 
	color: #fff; 
	text-decoration: none; 
	font-weight: normal; 
}
/* Root Level link hover */
#nav ul li a:hover, 
#nav li a:focus, 
#nav li a:active, 
#nav ul li a.active, 
#nav a.menu-current {
	background: url(img/menu_linie.gif) no-repeat right 0px; 
	color: #fbdd5e;
}

#nav a.menu-parent {
	background: #383c72 url(img/button.gif) right 0px; 
	color: #fff;
}


/*Current page Customisations*/
#nav a.menu-current{
	font-weight: normal;
} 

/* 2nd Child menu 
#nav .menu li ul {
	position: absolute; 
	width: 11em; 
	margin: -1px 0 0 -1px; 
	display: none; 
	text-transform: none; 
	border-bottom: 1px solid #5a3b63; 
	font-size: 100%; 
	background: #8e7295 url(img/ulbg1.jpg) no-repeat right 0px;
}
*/
#nav .menu li ul li {
	width: 11em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
}

#nav .menu li ul li a {
	width: 10.5em; 
	padding: .3em .1em .3em .4em; 
	color: #fff; 
	border-top: 1px solid #383c72; 
	font-weight: normal;  
	background: none;
}

/* 2nd Child link hover 
#nav .menu li ul a:hover,  
#nav .menu li ul a.menu-current { 
	background: #7290a7 url(img/navbgl1hi.gif); 
	color:#fff; 
	font-weight: bold;
}
#nav .menu li ul a.menu-parent {
	background: #7290a7 url(img/navbgl1parent.gif) right 0px; 
	color:#fff;
}
*/
/* Show and hide */
#nav .menu li:hover ul, 
#nav .menu li a:focus ul, 
#nav .menu li.subMenu ul {
	display: block;
}

#nav .menu li ul ul { 
	display: none;
}

#nav .menu li:hover ul ul, 
#nav .menu li.subMenu ul ul {
	display: none;
}

#nav .menu li:hover>ul, 
#nav .menu li li:hover>ul, 
#nav .menu li.subMenu>ul, 
#nav .menu li li.subMenu>ul {
	display: block;  
	z-index: 1000;
}

/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* IE6 only 
*html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* IE7 only 
*+html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* ul class="ullev1" , sorry doesnt work
#nav .ullev1  {z-index: 1000 ! important; background: #4b4c4d;}
#nav .ullev2  {z-index: 2000 ! important; background: #4b4c4d;}
#nav .ullev3  {z-index: 3000 ! important; background: #4b4c4d;}
*/

/* Better: */
#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}


/* end menu */

/***Menueleiste     ENDE***********************************************************************************************************/

/*info auf welcher seite sich der user befindet ANFANG*/
#breadcrumbs {
	height: 40px;
	padding: 10px 0 0 32px;
	clear: both;
}

#breadcrumbs span {
	background: transparent url(img/pfeile.gif) no-repeat; 
	padding: 6px 2px 0px 12px; 
	font-weight: normal; 
}
	
#breadcrumbs a {
	border-bottom: 1px dotted #383c72;
	text-decoration: none;
}
#breadcrumbs a:hover {
	border-bottom: 1px solid #383c72;
}
	
#breadcrumbs .menu-current a{
	color: #373c73;
}
/*info auf welcher seite sich der user befindet ENDE*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++Alles fuer den inhalt ***************************************************************************/
 /*logo floerke als link*/
#floerkebox { 
	position: relative; 
	float: left;
	display: inline;
	left: 25px;
	width: 170px;
	height: 106px;
	padding: 0px 0px 5px 2px; 
	border-bottom: 5px solid #383c72;
}

/*logo inselzeiten als link zu hotel inselzeiten*/
#inselbox { 
	position: relative; 
	float: left;
	display: inline;
	left: -148px;
	top: 120px;
	width: 170px;
	height: 77px;
	padding: 0px 0px 0px 2px; 
	border-bottom: 5px solid #383c72;
}

/*aktuelles ANFANG*/
#infobox {
	position: relative;
	float: left;
	left: -320px;
	top: 210px;
	display: inline;
	width: 170px;
	background: #fef5ce;
	padding: 5px 2px 20px 5px; 
}

* html #infobox p{
	width: 170px;
}

/*aktuelles ENDE*/

/*inhalte der Seiten ANFANG*/
#content { 
	width: 510px;
	float: left;
	display: inline;
	margin-left: -315px;
}
/*inhalte der Seiten ENDE*/

/*fuer die texte ANFANG*/
#rightbox {
	width: 200px;
	float: left;
	display: inline;
	margin-left: 8px;
	margin-top: 1px;
}

* html #rightbox {
	margin-top: 1px;
	height: 200px;
}
/*fuer die texte ENDE*/

/*angezeigte ausgangsseite ohne inhalte */
.clearcontent {
	height: 230px; 
	clear: both
}

#footerbox {
	margin: -20px auto -20px auto;
	height: 20px; 
	width: 914px; 
	background: #fbdd5e;
	border-bottom: 1px solid #969383;
}

#footer {	
	color: #383c72;
	padding: 2px 10px 0 420px;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {
	visibility: hidden; 
	display: none;
} /* hides from normal css enabled browsers */


