

/* 
	Design by: Lukas Zero
	Date: 12.2007
==================================================================
__________________01.  GLOBAL
__________________02.  HEADER
__________________03.  MENU
__________________04.  CONTENT
____________________04.1. CATBOX
__________________05.  ARTICLE HEAD
__________________06.  SIDEBAR
____________________06.1.  BOXEN
____________________06.2.  LAST MINUTE BOXEN
____________________06.3.  STECKBRIEF
____________________06.4.  NAVI
__________________07.  FOOTER
__________________08.  JOBS
__________________09.  KONTAKTFORMULAR
__________________10.  LIGHTBOX
==================================================================
 01. GLOBAL
------------------------------------------------------------------*/
* { 
  margin:0; 
  padding:0;
}

body {
  background:#FFF;
  color:#333;
  font:75% Verdana, Arial, sans-serif;
  text-align:left;
}

html>body {
  font-size:12px;
}

a,a:visited {
  color:#003d68;
  outline-style:none;
  text-decoration:none;
}

a img,img:hover,img a:hover {
  border:none;
  outline-style:none;
  text-decoration:none;
}

li {
  display:inline;
  list-style:none;
}

abbr {
  border-bottom:1px dotted #ccc;
}

.right {
  float:right;
}

.center {
  margin:0 auto;
  text-align:center;
}

#neu {
  background:#faf6ec url(/template/neu-tab.jpg) no-repeat 0 0;
  height:30px;
  left:700px;
  position:absolute;
  top:53px;
  width:60px;
}

.updateinfo {
  background:#E6F5FF url(/template/information.png) no-repeat 5px 5px;
  border:1px solid #1E67A0;
  color:#1E67A0;
  font:0.833em/1em Verdana, Arial, "MS Trebuchet", sans-serif;
  margin:1em 0;
  padding:5px 5px 5px 30px;
}

/* 02. HEADER
------------------------------------------------------------------*/
#header {
  background:#faf5ea url(/template/topline.gif) repeat-x scroll top left;
  border-bottom:1px solid #d7d1c2;
  float:left;
  height:107px;
  width:100%;
}

#logo h1 a {
  background:#faf5ea url(/template/libyen-logo.jpg) no-repeat;
  display:block;
  height:48px;
  margin:15px 0 10px 15px;
  text-indent:-2000em;
  width:274px;
}

/* 02. MENU
------------------------------------------------------------------*/
body#Libyen #tab1 a.topl,
body#Reisen #tab2 a.topl,
body#Fluege #tab3 a.topl,
body#Reiseberichte #tab4 a.topl,
body#Reisetipps #tab5 a.topl,
body#Urlaubsbilder #tab6 a,
body#Forum #tab7 a {
  background:#0E5C95 url(/template/navi-bg.png) no-repeat 0 -48px;
}

.menu {
	font-size:1em;
	margin-left:15px;
	padding-top:10px;
	width:770px;
	z-index:100;
}

  /* remove all the bullet, borders and padding from the default list styling */
  .menu ul {
  	list-style-type:none;
  	margin:0;
  	padding:0;
  }
  
  /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
  .menu li {
  	display:block;
  	float:left;
  	position:relative;
  	width:110px;
  }
  
    .menu li a,.menu li a:visited {
    	background:#0E5C95 url(/template/navi-bg.png) no-repeat 0 0;
    	color:#f9fbff;
    	display:block;
    	height:24px;
    	line-height:24px;
    	text-align:center;
    	text-decoration:none;
    	width:110px;
    }
    
    .menu li a:hover {
    	background:#0d5386 url(/template/navi-bg.png) no-repeat 0 -24px;
    	color:#FFF;
    }
    
    .menu li :hover > a {
    	background:#0d5386 url(/template/navi-bg.png) no-repeat 0 -24px;
    }
  
  /* style the table so that it takes no part in the layout - required for IE to work */
  .menu table {
  	left:0;
  	position:absolute;
  	top:0;
  }
  
  /* hide the sub levels and give them a positon absolute so that they take up no room */
  .menu ul ul /* Untermenu */ {
  	font-size:0.916em;
  	height:0;
  	left:0;
  	position:absolute;
  	top:24px;
  	visibility:hidden;
  	width:110px;
  }
  
    /* style the second level links */
    .menu ul ul a,.menu ul ul a:visited {
    	background:transparent url(/template/navi-transparenz.png) repeat 0 0;
    	border-top:1px dotted #FFF;
    	color:#f9fbff;
    	height:auto;
    	line-height:1em;
    	padding:4px;
    	text-align:left;
    	width:102px;
    }
    
    .menu ul ul a:hover {
    	background:#0d5386 none repeat scroll 0;
    	color:#FFF;
    
    }
    
    .menu ul li:hover ul,.menu ul a:hover ul,.menu ul :hover ul :hover ul {
    	visibility:visible;
    }

/* 04. CONTENT
-----------------------------------------------------------------*/
#wrapper {
	background:#FFF url(/template/wrapper-top.png) repeat-x scroll top left;
	display:inline;
	float:left;
	margin-top:1px;
	text-align:left;
	width:100%;
}

.container {
	width:960px;
}

#content {
	border-right:1px solid #d7d1c2;
	clear:both;
	display:inline;
	float:left;
	margin:15px 0 10px 15px;
	padding:0 10px 0 0;
	width:430px;
}

  #content p a,#content p a:visited {
  	color:#003d68;
  	font-weight:600;
  }

  #content p {
	  font-size:1em;
  	line-height:1.5em;
  	margin-bottom:1em;
  	margin-top:1em;
  }

  #content h2 {
  	color:#003d68;
	  font:1.5em Georgia,"Times New Roman",serif;
	  font-weight:500;
	  line-height:1em;
	  margin:1em 0;
  }

  #content h3 {
    color:#222;
    font:1.333em Georgia,"Times New Roman",serif;
    margin-bottom:0.833em;
    margin-top:1em;
  }

  #content h4 {
    color:#777;
    font:12px Verdana,Arial;
    font-weight:700;
    line-height:1.5em;
    margin-bottom:0.5em;
    margin-top:1em;
  }

/*** TABELLEN ***/
table {
  border-collapse:collapse;
  border-spacing:1px;
  text-align:left;
}

td,th {
  border-bottom:solid 1px #eee;
  padding:6px;
  vertical-align:top;
}

table caption {
  background:#f9f9f9;
  border-top:2px solid #FFF;
  color:#555;
  font-size:1em;
  font-weight:700;
  line-height:2.5em;
  text-align:center;
}

thead th {
  background:#f9f9f9;
  border-bottom:solid 1px #ccc;
  border-top:1px solid #FFF;
  text-align:left;
}

tfoot td,tfoot th {
  background:#f9f9f9;
  border-bottom:solid 1px #fff;
  border-top:solid 1px #ccc;
}

tr.odd td,tr.odd th {
  background:#FBFAF9;
}

/* links */
td a,td a:visited {
  margin-bottom:-6px;
  margin-top:-6px;
  padding-bottom:6px;
  padding-top:6px;
}

td a {
  color:#333;
}

td a:visited {
  color:#999;
}

tbody th a {
  background:url(http://fi3.fi/table.png) center left no-repeat;
  color:#333;
  padding-left:20px;
}

tbody a[title^="Download"] {
  background:url(http://fi3.fi/arrow_down.png) center left no-repeat;
  padding-left:20px;
}

.small {
  font-size:0.833em;
}

/*** BILDER ***/
#content .img {
  background:#FFF;
  border:1px solid #C9C9C9;
  color:#555;
  font-size:0.749em;
  padding:4px;
}

#content .right {
  float:right;
  margin:5px 0 0 8px;
}

#content .left {
  float:left;
  margin:5px 8px 0 0;
}

#content .imgcenter {
  background:#F9F9F9;
  border:1px solid #CCC;
  color:#555;
  display:block;
  font-size:0.749em;
  padding:4px;
}

#content .img:hover {
  background:#F9F9F9;
  border:1px solid #999;
}

/* AUTOR */
#content .img span,#content .imgcenter span,#content .imgleft span,#content .imgright span {
  color:#999;
  display:block;
  padding:4px 0 0;
  text-align:right;
}

/*** LISTEN ***/
div#content ul.textlist li {
  background:url(/template/icon_bullet.gif) no-repeat 0 1px;
  display:block;
  font-size:11px;
  line-height:1.5em;
  margin:0.5em 0 1em 1em;
  padding:0 0 0 20px;
}

/*** SEITENNAVI ***/
div#pagenav {
  clear:both;
  display:block;
  float:right;
  font-size:0.916em;
  margin:0 0 15px;
  width:430px;
}

div#pagenav .nleft {
  background:transparent url(/template/icon_prev.gif) no-repeat scroll left -16px;
  display:block;
  float:left;
  padding:1px 0 0 20px;
}

div#pagenav .nright {
  background:transparent url(/template/icon_next.gif) no-repeat scroll right -16px;
  display:block;
  float:right;
  padding:1px 20px 0 0;
}

div#pagenav .nleft:hover {
  background:transparent url(/template/icon_prev.gif) no-repeat scroll left 0;
}

div#pagenav .nright:hover {
  background:transparent url(/template/icon_next.gif) no-repeat scroll right 0;
}

div#pagenav .nleft a,div#cpagenav .nleft a:visited,div#pagenav .nright a,div#cpagenav .nright a:visited {
  color:#777;
  display:block;
}

/*** TOP ***/
.top {
  display:block;
  float:right;
}
  a.top {
    background:transparent url(/template/icon_top.gif) no-repeat scroll 0 50%;
    color:#777;
    display:block;
    font-family:Arial, "MS Trebuchet", sans-serif;
    font-size:0.833em;
    letter-spacing:0.083em;
    line-height:1em;
    padding:0 0 0 10px;
    text-align:right;
    text-transform:uppercase;
  }

/* 04.1 CATBOX
------------------------------------------------------------------*/
#article {
  margin:10px 0 0 0;
}

#article h2 {
  border-bottom:1px solid #D7D1C2;
  color:#060606;
  font-size:1.25em;
  margin-bottom:1em;
  padding-bottom:3px;
}

#article #desc {
  float:left;
  width:100%;
}

#article #thumb {
  float:right;
  border-left:1px solid #D7D1C2;
  padding-left:10px;
}

ul.listbox {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

li.catbox {
  border-bottom:1px solid #E6E6E6;
  padding:7px 5px 10px;
  width:430px;
}

img.catbox_thumb {
  border:1px solid #ccc;
  padding:2px;
}

.catbox:hover {
  background-color:#F5F5F5;
}

.catbox h3 {
  font-size:1.5em;
  height:1em;
  line-height:1em;
  margin:0;
  padding:0 5px;
}

  .catbox h3 a {
    color:#0E5C95;
    display:block;
    left:0;
    padding:0 5px;
    position:relative;
    text-decoration:none;
    top:0;
    width:190px;
  }

.catbox p {
  color:#333;
  margin:0 0 0 200px;
  padding:20px 0 10px;
}

  .catbox p a {
    color:#333;
    text-decoration:none;
  }

/* 05. ARTICLE HEAD
------------------------------------------------------------------*/
#articlehead {
  border-bottom:1px dotted #d7d1c2;
  border-top:1px dotted #d7d1c2;
  color:#d7d1c2;
  font-family:Arial, "MS Trebuchet", sans-serif;
  font-size:0.749em;
  height:2em;
  line-height:2em;
}

  #articlehead .path {
    display:inline;
    float:left;
    text-align:left;
    text-transform:uppercase;
  }
  
  #articlehead .arrow {
    background:transparent url(/template/icon_arrow.gif) no-repeat scroll 0 -16px;
    padding:2px 2px 0 16px;
  }
    #articlehead .arrow:hover {
      background:transparent url(/template/icon_arrow.gif) no-repeat scroll 0 0;
      padding:2px 2px 0 16px;
    }

#articlehead .other {
  display:inline;
  float:right;
  text-align:right;
}

  #articlehead .bookmark {
    background:transparent url(/template/icon_bookmark.gif) no-repeat scroll 0 -16px;
    padding:2px 2px 2px 20px;
  }
    #articlehead .bookmark:hover {
      background:transparent url(/template/icon_bookmark.gif) no-repeat scroll 0 0;
      padding:2px 2px 2px 20px;
    }

  #articlehead .print {
    background:transparent url(/template/icon_print.gif) no-repeat scroll 0 -16px;
    padding:2px 0 2px 20px;
  }
    #articlehead .print:hover {
      background:transparent url(/template/icon_print.gif) no-repeat scroll 0 0;
      padding:2px 0 2px 20px;
    }

#articlehead li a,#articlehead li a:visited {
color:#777;
letter-spacing:0.1666em;
}

/* 06. SIDEBAR
------------------------------------------------------------------*/
#sidebar {
  border-left:1px solid #d7d1c2;
  float:left;
  margin:10px 0 10px -1px;
  padding:0 5px 10px 9px;
  text-align:center;
  width:310px;
}

/* 06.1 BOXEN */
.sidebox {
  background:#fbfaf9;
  padding:5px 9px 9px 10px;
  text-align:left;
  width:300px;
}

  .sidebox .title,.sidebox .anzeige {
    border-top:1px solid #ccc;
    color:#0e5c95;
    font-family:Arial, "MS Trebuchet", sans-serif;
    font-size:0.749em;
    font-weight:700;
    height:1.8em;
    letter-spacing:0.083em;
    line-height:2em;
    margin-bottom:2px;
    text-align:left;
    text-transform:uppercase !important;
  }

  .sidebox .anzeige {
    text-align:right;
  }
  
  .sidebox .subtitle {
    color:#555;
    font-size:1em;
    font-weight:600;
    line-height:1.5em;
  }
  
  .sidebox .forumthread li {
  background:transparent url(/template/comment.png) no-repeat scroll 0 50%;
  display:block;
  padding:0 0 0 18px;
  }

/* 06.2 LAST MINUTE BOX 
 .forum { background: #fbfaf9 url(/template/sidebox-forum_bg.jpg) no-repeat bottom right; } */
.lastminute {
  color:#FFF;
  height:70px;
  padding:125px 5px 5px;
  width:290px;
}

.reiseland {
  display:block;
  float:left;
  font-size:18px;
  font-weight:600;
}

.hotel {
  clear:both;
  display:block;
  float:left;
  font-size:16px;
  font-weight:500;
  margin:9px 0 2px;
}

.sterne {
  clear:both;
  display:block;
  float:left;
}

  .sterne li {
    display:block;
    float:left;
    height:15px;
    text-indent:-99em;
    width:16px;
  }

  html > body .sterne li {
    background:transparent url(/template/icon_stern.png) no-repeat center center;
  }

.zimmer {
  font-size:10px;
  line-height:15px;
  padding:0 0 0 10px;
  text-transform:uppercase;
}

.preis {
  display:block;
  float:right;
  margin:-11px 0 0;
  position:relative;
  text-align:right;
}

.sidebox .preis a:link,.preis a:visited {
  border-bottom:1px solid #fff;
  color:#fff;
}

.sidebox .preis a:hover {
  border:none;
  text-decoration:none;
}

.ab {
  font-size:10px;
  padding:10px 5px 0 0;
}
.euro {
  font-size:24px;
}

/* 06.3 STECK8RIEF */
.steckbrief {
  color:#555;
  font-size:0.833em;
  line-height:1.5em;
  text-align:left;
}
 .steckbrief tr {
    padding:3px;
  }

/* Skyscraper */
.banner {
  float:left;
  margin:10px;
}

/* 06.4 NAVI */
div#sidebar .navi li {
  background:#F8F8F8;
  border-bottom:1px solid #ccc;
  border-top:1px solid #FFF;
  display:block;
  padding:6px;
  text-align:left;
}

/* 07. FOOTER ------------------------------------------------------------------*/
#footer {
  background:#faf5ea;
  border-top:1px solid #d7d1c2;
  color:#777;
  float:left;
  font-size:0.833em;
  line-height:1.5em;
  padding:10px 0;
  width:100%;
}

.about {
  border-right:1px solid #d7d1c2;
  float:left;
  padding:0 9px 0 15px;
  width:540px;
}
  
infos {
  float:left;
  padding:0 10px;
  text-align:right;
  width:200px;
}  .

/* 08. JOBS
------------------------------------------------------------------*/
ul.jobs li {
  background:url(/template/accept.png) no-repeat 0 2px;
  display:block;
  font-size:1em;
  line-height:1.5em;
  margin:0.5em 0 1em 1em;
  padding:0 0 0 22px;
}

/* 09.  KONTAKTFORMULAR
------------------------------------------------------------------*/
fieldset {
  border:0;
  margin:0;
  padding:0;
}

label {
  display:block;
}

input.text,textarea,select {
  border:1px solid #ccc;
  color:#333;
  font:12px/12px 'Trebuchet MS', Arial, sans-serif;
  margin:1px 0;
  padding:3px;
  width:300px;
}

  fieldset span {
    display:none;
  }

#posEmail,#posText {
  border:1px solid #06C;
}

.left,div.catbox_header {
  float:left;
}

#content p a:focus,#content p a:hover,ul.textlist li a:focus,div#content ul.textlist li a:hover,#footer a:focus,#footer a:hover {
  border-bottom:1px solid #003d68;
  color:#555;
}

ul.textlist li a,div#content ul.textlist li a:visited,#footer a,#footer a:visited {
  color:#003d68;
}

div#pagenav .nleft a:hover,div#pagenav .nleft a:active,div#pagenav .nright a:hover,div#pagenav .nright a:active,a.top:hover,#articlehead li a:hover,.top a:hover {
  color:#003d68;
  text-decoration:underline;
}

/* 10.  LIGHTBOX
------------------------------------------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 5px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 11px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.5em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left;}	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}