/* ========== MAIN BACKGROUND CONTENT COLOUR IS #fffefe =============== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*/
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*====== END CSS RESET ITEMS ===================*/

body {
  font-family: Helvetica, sans-serif; /* web safe fonts */
  font-size: 14px;  /* Rest font to a 10px baseline when using ems */
  font-weight: normal;
  line-height: 140%;   
  background: #f2f2f2 url(images/backslice.jpg) repeat-x left top;
  color: #4e4e4e;
}

.parasmall {
	font-size: 0.9em;
	color: #636b75;
}

#roitable td {
padding:8px;
border: 1px solid #CCCCCC;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h1 {
  font-size: 2.2em; /* font-size doesn't matter since we hide this with a logo */
  font-weight: bold;
  margin-bottom:20px;  
  color: #0c3569;
  line-height:28px;
}

h2 {
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom:8px;
  color: #1f81cd;
}

h3 {
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: bold;
  color: #1f81cd;
}

h4 {
font-size:2.2em;
font-weight:bold;
margin-bottom:10px;
 color: #1f81cd;
}

p {
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1.5;
  color: #4e4e4e;
}

li {
  font-weight: normal;  
  color: #4e4e4e;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  overflow: hidden;
  color: #1f81cd;
  font-weight:bold;
}

a:hover, a:active {
  text-decoration: underline;
  font-weight:bold;
  color: #06528c;
}

#blogheader {
	font-size:1.3em;
	font-weight: bold;
}

/* ==== subpage blog posts manager ====*/

#subpageblog {
border-top:4px solid #c4e3ff; 
border-bottom: 4px solid #c4e3ff;
background: #eaf5ff; 
width:265px; 
margin-bottom:20px;
color:#2177c0;
font-size:11px;
padding:0px;
}

#subpageblog h4					{ font-family:  Helvetica, Arial; font-size:15px; margin:0 0 7px 0px;  font-weight:bold; color: #1d1d1d; border-bottom:0px;}
#subpageblog h3					{ font-family: Georgia, Helvetica, Arial; font-size:15px; margin:0 0 7px 0px;  border-bottom:0px;}
#subpageblog h3 a				{ font-family: Georgia, Helvetica, Arial; color:#b37c0e; text-decoration:none; }
#subpageblog h3 a:hover			{ font-family: Georgia, Helvetica, Arial; text-decoration:underline; }

/* ========== Main Container ================== */

#mainwrapper {
	text-align: center;
	min-width: 1100px;
}
#container{
  width: 1100px;
  margin: 0 auto;
  text-align:left;  
}

#logo { 
   margin: 0 auto;
   clear: both;   
   background: url(images/logo.jpg) no-repeat left top;
   text-indent: -9999px;
   width: 690px; 
   height: 115px;
   float: left;
   /*border: 1px solid #FFFFFF;*/
}

#logo h1 a{ /*actual dimensions of logo */
   display: block;
   width: 405px;
   margin:0 auto;
   height: 100px;
   float:left;
}
#logoright { 
	width: 400px; 
	float: right;
	text-align:right;
	 /*border: 1px solid #FFFFFF;*/
	 padding-top:10px;
	}
#logoright h2 {
	font-size:1.3em;
	color: #FFFFFF;
	font-weight:bold;
	margin-bottom:5px;
}

#logoright a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  color: #63beeb;
  font-weight:bold;
}

#logoright a:hover, #logoright a:active {
  text-decoration: underline;
  font-weight:bold;
}

#containertop {
width:1100px;
height:25px;
background: #fffefe url(images/containertop.png) no-repeat left top;
margin:0px;
}

#containerbottom {
width:1100px;
height:39px;
background: #fffefe url(images/containerbottom.gif) no-repeat left top;
}

#homecontent {
	background: #fffefe url(images/maincontentslice.gif) repeat-y left top;
	min-height: 400px;
	padding: 0px 28px 0px 28px;
}

#homecontent h1 {
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom:5px;
	line-height: 1.2em;
}

#homepagebox {
	padding:12px;
}

#homepagebox h1 {
	font-size: 1.7em;
	color: #2d2d2d;	
	margin-bottom:18px;
}

#homepagebox p {
	font-size: 0.9em;
	color: #777777;	
	padding: 2px 10px 0px 10px;
}


#maincontent {
	background: #fffefe url(images/maincontentslice.gif) repeat-y left top;
	min-height: 400px;
	padding: 28px 28px 0px 34px;
}

#maincontent h1 {
	background: url(images/underline.png) no-repeat left bottom;
   height:42px;
}

#subpageleft {
	width:265px;
	float:left; 
}

#subpageright {
	float:right; 
	width:1035px;
}

#subpagefull {
	float:left; 
	width:1000px;
}

#footer {
	background: url(images/footerback.gif) no-repeat left top;
	height: 148px;
	padding: 20px 20px 0px 20px;
	font-size:0.9em;
	color: #717272;
}

#footleft {
   width: 280px;    
   float: left; 
   border-right: 2px solid #eaeaea;
}

#footleft input {
	font-size:10px;
	color: #373737;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:4px;
}

#footleft h2 {
	color: #000000;
	font-weight:bold;
	font-size: 1.2em;
}

#footright {
    width: 750px; 
	float: right;
	text-align:left;	
	font-size: 0.9em;
	margin-left:20px;
}

#bottomtext {
	font-size: 1.0 em;
	margin:0px auto;
	padding: 0px 15px 0px 15px;	
}

#bottomtext h3 {
	font-size:0.8em;
	font-weight: normal;
	color: #717272;
}

/*  ==============  PRIMARY NAVIGATION ITEMS================== */
#menu #primary {
	position: relative;
	/*right: 10px;*/
	margin-left:25px;
	float:left;
	width:1020px;
}

#menu a {
	float: left;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu #primary {
	bottom: 0px;
}

#menu #primary a {
	background: url(images/tableft8.gif) no-repeat left top;
	padding-left: 12px;
	font-size: 1.5em;
	text-decoration: none;
}

#menu #primary a span {
	display: block;
	background: url(images/tabright8.gif) no-repeat right top;
	color: #FFFFFF;
	padding: 0px 16px 0px 6px;
	line-height: 40px;
	font-weight: bold;
	font-size:15px;
}

#menu #primary a:hover {
	background-position: 0% -44px;
}

#menu #primary a:hover span {
	background-position: 100% -44px;
	color: #000000;
}

#primary #current a {
	background-position: 0% -44px;
}

#primary #current a span {
	background-position: 100% -44px;
	color: #303A3E;
}
/* --- end main nav ---*/

/* Subnav
-------------------------------------------------*/
ul#subnav {
	margin:0;
	padding:0;
	list-style:none;
	border-top:3px solid #e9e9e9;
	border-bottom:2px solid #e9e9e9;
	font-weight:bold;
}
ul#subnav li {
	margin:0;
	padding:0;
	background:#62a7d5;
	
}
ul#subnav li a {
	display:block;
	width:245px; /*was 180px */
	padding:8px 10px;
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:1px solid #e9e9e9;
}
ul#subnav li.sel a,
#tack #subnav #navsub-kontakt a,
ul#subnav li.sel a:hover,
ul#subnav li.sel a:focus {
	color:#FFFFFF;
	background:#1d6ca2; /* was E7F4FC */
}
ul#subnav li.sel a:focus {text-decoration:underline;}
ul#subnav li a:hover,
ul#subnav li a:focus {
	color:#FFFFFF;
	background:#3a88bd; /* was FAFAFA */
	text-decoration:underline;
}

/*-------------------- */

/* form items */
.submit {
    BORDER-RIGHT: #8398B2 1px solid;
    BORDER-TOP: #8398B2 1px solid;
    BORDER-LEFT: #8398B2 1px solid;
    WIDTH: 70px;
    BORDER-BOTTOM: #8398B2 1px solid;
    BACKGROUND-COLOR: #D9E8FA;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
	}
	
.btn {border: 1px outset; cursor: pointer; font-size:9px; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
}

.btn_med {
border: 1px outset; 
cursor: pointer; 
font-size:12px; 
font-weight: bold; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(/images/button2.gif);
width:130px;
height: 25px;
}

.btn_wide {border: 1px outset; cursor: pointer; font-size:9px; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
width:160px;
}

select { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 14px;
color: #3E4148; 
background-color: #F7F7F7;
height: 22px;
}

.selectlarge{ 
width:170px;
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 11px;
color: #3E4148; 
background-color: #F7F7F7;
height: 70px;
}

.selectsmall { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 12px;
color: #3E4148; 
background-color: #F7F7F7;
}

.selectbox2 { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 15px;
color: #3E4148; 
background-color: #F7F7F7;
height: 22px;
}

.selectbox {
	width:220px;
}

.textarea { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 13px;
color: #3E4148; 
background-color: #F7F7F7; 
font-family: arial, geneva, arial;
}

.redasterisk 
{
	font-weight: bold;
	color: #C60505;
	font-size: 15px;
}

.fontsmallgrey 
{
	font-weight: bold;
	color: #7A7A7A;
	font-size: 11px;
}

#error {
border-top: 2px #BF0606 solid;
border-bottom: 2px #BF0606 solid;
width:98%;
background-color:#FCBABA;
color: #BF0606;
font-weight: bold;
font-size: 17px; 
padding:6px 6px 6px 8px;
margin: 5px 0px 5px 0px;
}

.errortext {
color: #000000;
font-weight: bold;
font-size: 14px; 
margin: 5px 0px 5px 28px;
}

input { 
/*width:170px; */
 border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
 font-size: 14px;
 color: #3E4148; 
 background-color: #F7F7F7; 
 height: 22px;
}

.inputbox { 
/*width:170px; */
 border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
 font-size: 14px;
 color: #3E4148; 
 background-color: #F7F7F7; 
 height: 22px;
}

/* --- Pricing ---*/
/* pricing */

 #pricing{
  float: left;
  width: 780px;
  height: 337px;
  margin: 0 0 0 0px;
  padding: 42px 0 0 6px;
  background: url(images/pricingback.jpg) no-repeat;
}


 #pricing div.pricing{
  float: left;
  width: 153px;
  padding: 0 7px;
  text-align: center;
}

 #pricing div.first{
  width: 138px;
  opacity: .5;
}

 #pricing div.featured{
  margin-top: -22px;
  padding: 0 20px;
  width: 163px;
}

 #pricing div.third{
  width: 140px;
}

 #pricing div.last{
  width: 144px;
}

 #pricing div.pricing h3{
  color: #4e5a64;
  margin-bottom: 10px;
  font-size: 25px;
  text-shadow: -1px -1px .1em #bebfbf;
  line-height: 1;
}

 #pricing div.pricing.featured h3{
  color: #fffffe;
  font-size: 35px;
  text-shadow: -1px -1px .1em #739097;
}

 #pricing div.pricing h4{
  margin-bottom: 11px;
  color: #111922;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

 #pricing div.pricing.featured h4{
  font-size: 20px;
}

 #pricing div.pricing p{
  margin: 0;
  padding-bottom: 11px;
  border-bottom: 1px solid #c5c5c5;
  color: #424c56;
  font-size: 16px;
  line-height: 1.1875;
}

 #pricing div.pricing.featured p{
  border-bottom-color: #455760;
  color: #ececec;
  font-size: 18px;
}

 #pricing div.pricing ul.options{
  margin: 0 0 12px;
  padding-top: 12px;
  border-top: 1px solid #f3f3f3;
}

 #pricing div.pricing.featured ul.options{
  border-top-color: #839da7;
}

 #pricing div.pricing ul.options li{
  color: #111922;
  font-size: 15px;
  list-style: none;
  line-height: 1.3333;
}

 #pricing div.pricing.featured ul.options li{
  color: #f1f3f5;
  font-size: 18px;
}

 #pricing div.pricing ul.options li span{
  color: #81220c;
  font-weight: bold;
}

 #pricing div.pricing.featured ul.options li span{
  color: #ecab24;
}

 #pricing div.pricing p.button{
  border: 0;
  padding: 0;
}

 #pricing div.pricing p.button a,
 #pricing div.pricing p.button span{
  display: block;
  width: 84px;
  height: 27px;
  margin: 0 auto;
  background: url(images/btn_sign-up.png) no-repeat;
  text-indent: -9999px;
}

 #pricing div.pricing p.button span{
  width: 122px;
  background: url(images/btn_coming-soon.png) no-repeat;
}

 #pricing div.pricing p.button a:hover{
  background-position: left bottom;
}

 div.text.form{
  padding-right: 100px;
}

/* --- end pricing ---*/

/* --- tour page items ---*/
.right{text-align:right;float:right;}
.left{float:left;}
.parent{display:block;}
.hide,.template,.hidden{display:none;}
#TourTabs{list-style-type:none;margin:0 auto;border:1px solid #c5e0e7;border-bottom:none;}
#TourTabs li.selected a{font-weight:bold;background-color:#2f4058;color:#FFF;}
#TourTabs li a{border-bottom:1px solid #c5e0e7;background-color:#f0fcff;font:normal 13px arial;color:#2e5989;padding:9px;display:block;}
#TourTabs a:hover{background-color:#d9fcff;color:#1b6887;}


/* --- end tour items ---*/

/*--- signup form ---*/
.tdform {
	padding: 6px 5px 6px 5px;
	font-weight: bold;
	vertical-align: middle;
}
.tdformheader {
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	font-size:18px;
	background: #F4F4F4;
}
.tdformsubheader {
	padding: 5px 5px 10px 5px;
	font-weight: bold;
	font-size:15px;
	color: #028FDF;
}

.btn_submit {
border: 1px outset; 
color: #FFFFFF;
cursor: pointer; 
font-size:17px; 
font-weight: bold; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background: #178A17;
width:130px;
height: 35px;
}

/* --slider styles --- */

#slider {
    width: 265px; /* important to be same as image width */
    height: 191px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 265px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;	
	font: 11px Arial, Helvetica, sans-serif;
   /* padding: 10px 13px;*/
	padding:10px 10px 10px 10px;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
	-khtml-opacity: 0.85;
    opacity: 0.85;
    color: #fff;
    display: none;	
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;	
}
.slider ul { list-style-type: none;}
/* end slider styles */
