/* Global
================================================*/
* {
	margin:0;
	padding:0;
	}
body,
html {background-color:#526576;
}
body {
	color:#000;
	font:70%/125% "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	padding:0 15px 15px;
}

span.text {
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 1.1em;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	}

/* Misc
================================================*/
p,
pre {margin: 0 0 0.8em;}
img {border: 0;}
.right {text-align: right;}
.flr {float: right;}
.nowrap {white-space: nowrap;}

span.rubrik2 {
	font: 1.1em/0.8em Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	color: #036;
	line-height: 2em;
}
test {
	color: #888;
	margin: 0 12px 12px 12px;
	font-size: 1.2em;
	line-height: 1.45em;
	font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
}

img.border {
	padding: 1px;
	border: 1px solid #e5e5e5;
}
span.rubrik2old {
font-family: Verdana; 
font-size: 20px; 
color: #F1CE00; 
font-weight:bold
}

/* Main layout
================================================*/
div#wrap {
	margin: 2em auto;
	padding: 0 0.5em;
	max-width: 70em;
}
* html div#wrap {
	width: 70em; /* When JS is disabled */
	width: expression(document.body.clientWidth > 900? "70em" : "auto"); /* When JS is enabled - fluid! */
}
/* Box */
div.box {
	margin: 1em 0 0 0;
	padding: 0 3px 0 0;
	background: #fff url(../images/RightBorder.gif) 100% 0 repeat-y;	
}
div.bi {
	padding: 0 0 0 3px;
	background: #fff url(../images/LeftBorder.gif) 0 0 repeat-y;
}
div.bt {
	height: 14px;
	margin: 0 -3px;
	background: url(../images/Box.gif) 100% 0 no-repeat;
}
div.bt div {
	width: 14px;
	height: 14px;
	background: url(../images/Box.gif) 0 0 no-repeat;
}
div.bb {
	height: 14px;
	margin: 0 -3px;
	background: url(../images/Box.gif) 100% 100% no-repeat;
}
div.bb div {
	width: 12px;
	height: 14px;
	background: url(../images/Box.gif) 0 100% no-repeat;
}
/* Header box */
div.header {
	margin: 0;
	padding: 0 15px 0 0;
	background: #0085D8 url(../images/HeaderRightBorder.gif) 100% 0 repeat-y;	
}

div.hi {
	margin: 0;
	padding: 0 0 0 15px;
	background: #0085D8 url(../images/HeaderLeftBorder.gif) 0 0 repeat-y;
}
div.ht {
	height: 15px;
	margin: 0 -15px;
	background: url(../images/HeaderBox.gif) 100% 0 no-repeat;
}
div.ht div {
	width: 19px;
	height: 15px;
	background: url(../images/HeaderBox.gif) 0 0 no-repeat;
}
div.hb {
	height: 19px;
	margin: 0 -15px;
	background: url(../images/HeaderBox.gif) 100% 100% no-repeat;
}
div.hb div {
	width: 19px;
	height: 19px;
	background: url(../images/HeaderBox.gif) 0 100% no-repeat;
}
/* Content div */
div.content {
	margin: 0;
	padding: 0 1em;
}
/* This one is for IE only, it auto clears if the
   height attribute is set */
* html div.content {
	height: 1%;
}
#menu {
	text-align: center;
}
#menu img {
	border: 0;
	margin: 0;
	padding: 0 0.5em;
	vertical-align: middle;
}
#menu li {
	display: inline;
	font-size: 1.5em;
	list-style-type: none;
	padding: 0 1em 0 0;
	vertical-align: middle;
}
#menu li a {
	background:none;
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
}
.footer {
	font-size: 0.9em;
	text-align: center;
}
.footer p a {
	color: #000;	
}
.navigation h6 {
	color: #000;
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.navigation td a {
	color: #000;
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.stretcher { background-color: #fff; }


/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	}
h1 {
	font-size:2.6em;
	margin:0 0 0.625em;
	text-shadow:2px 2px 2px #ccc;
	text-decoration: none;
  font:x-small Georgia,Serif;
	font-size:400%;
	color:#0085D8;
	}
h2 {
	font-size:1.6em;
	margin:1.2em 0 0;
	font-weight:bold;
	text-decoration: none;
	}
h3 {
	font-size:1em;
	font-weight:bold;
}

/* Links
================================================*/
a:link,
a:visited {
	color:#0085D8;
	text-decoration:underline;
	}
a:focus,
a:hover {
	color:#0085D8;
	background:#f7f7f7;
	}
	
/* Lists
================================================*/
dl,
ol,
ul {margin:0.5em 0 1em;}
dl {margin-top:-0.5em;}
dt {
	font-weight:bold;
	margin:0.5em 0 0;
	}
dd {margin:0 0 0 2em;}
dd p {margin:0 0 0.5em;}
ul {
	padding:0 0 0 2.5ex;
	list-style:square;
	}
ol {padding:0 0 0 4ex;}
li {margin:0 0 0.5em;}
code {
	font-family: Courier;
	}

/* Text markup
================================================*/
.attention {
	font-weight: normal;
	color: #CA542B;
}
.reservation {
	color: #555;
	font-size: 0.8em;
	padding: 1em 0 0 0;
}
.keyboard {
	background: #f7f7f7;
	border: double 3px #B9B3AC;
	border-top-color: #ccc;
	border-left-color: #ccc;
	color: #555;
	padding: 0 0.5em;
}

/* Data tables
================================================*/
table {
	border-collapse:separate;
	}
caption {
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0.5em 0;
	}
th {
	font-weight:bold;
	}
th,td {
	padding:0.25em 0.5em 0.25em 0;
	text-align:left;
	vertical-align:top;
	}
.linetop {
	background-image: url(../images/DottedLine.png);
	background-repeat: repeat-x;
	background-position: top;
}
.linebottom {
	background-image: url(../images/DottedLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.borderbottom {
	border-bottom: solid 1px #ddd;
}
.alt {
	background-color: #f9f9f9;
}



table.simple {
	background-color: #f9f9f9;
	color: #000;
	font-size: 0.9em;
	margin: 0 0 1em 0;
	padding: 0.2em;
}

table.simple td {
	padding: 0 0 0 1em;
}

table.simple th {
	color: #526576;
	font-weight: bold;
	padding: 0;
}


table.attributes 
{
	color: #000;
	margin-top: 1em;
	width: 100%;	
}
table.attributes tr {
	background: #fff;
}
table.attributes th
{
	background: #f9f9f9;
	font-weight: normal;
	padding: 0.2em 0.2em 0.2em 1.5em;
	border: 1px solid #c2c2c2;
	border-left: 7px solid #526576;
	color: #000;	
}
table.attributes td 
{
	border: 1px solid #c2c2c2;
	padding: 0.2em 0.2em 0.2em 0.8em;
}
table.attributes ul {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
table.attributes li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin-right: 1em;
}
table.attributes em 
{
	font-size: 0.9em;
}

table.listtemplate {
	border-collapse: collapse;
	border-spacing: 0;
	color: #545454;
	width: 100%;
}
table.listtemplate th {
	background: #576143;
	border-left: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	padding: 0.3em;
	text-align: center;
}
table.listtemplate td {
	padding: 0.4em;
}
table.listtemplate a,
table.listtemplate a:visited {
	color: #526576;
}
table.listtemplate a:hover {
	background-color: #526576;
	color: #fff;
}
table.listtemplate th a,
table.listtemplate th a:visited {
	color: #fff;
	text-decoration: none;
}
table.listtemplate th a:hover {
	background: none;
	text-decoration: underline;
}
table.listtemplate td.header {
	font-size: 1.6em;
}
table.listtemplate td.header a,
table.listtemplate td.header a:visited {
	color: #576143;
}
table.listtemplate td.header a:hover {
	background-color: #576143;
	color: #fff;
}
table.listtemplate td.image a {
	border: 0;
}



/* Forms
================================================*/
input.textfield, select, textarea {
	width: 97%;
	padding: 4px;
	border: 2px solid #ddd;
	color: #777;
	background: #f9f9f9;
	font-size: 150%;
	font-family: Arial, Verdana, sans-serif;
}
input.filefield {}
select {
	padding: 2px;
	font-size: 120%;
}
fieldset {
	background-color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0.3em;
	border: none;
	border-top: solid 1px #ddd;
	}
legend {
	color: #78AF24;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 1em;
	padding: 0 1em;
	}
label {
	color: #4d5762;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}

input:focus, textarea:focus, select:focus {border: 2px solid #0085D8; color: #333;}
input.filefield:focus {border: none;}
input.btn:focus, input.btnok:focus, input.btnwarning:focus {border: none; color: #fff;}
input.submitbutton {padding: 3px; appearance: none;}





p.form {
	width: 40%;
	padding: 0.4em;
}
p.form input.btnok {
	width: 8em;
}
p.form input, p.form textarea, p.form select {
	width: 100%;
	margin: 0 0 0.5em 0;
}
p.form input.radiobutton, p.form input.checkbox {
	background-color: #fff;
	margin: 0 0.6em 0 0;
	border: none 0 #fff;
	width: 1em;
	vertical-align: middle;
}
p.form em {
	font-size: 0.8em;
	font-style: italic;
}
p.form fieldset {
	border: #B9B3AC solid 2px;
	padding: 2em;
}


/* Image gallery
================================================*/
ul.gallery {
	padding:0;
	float: right;
	margin:0 auto 1em auto; 
	list-style-type:none; 
	overflow:hidden; 
	width:320px; 
	border:1px solid #f3f2f1;
	/* height:425px; This one is set dynamically */
	/* background:#fff url() bottom; ... this also*/
}
ul.gallery li {
	float:left;
	padding:0; 
	margin:0;
	border:0;
}
ul.gallery li a {
	display:block; 
	height:29px;
	width:320px; 
	float:left; 
	border-bottom:1px solid #f3f2f1; 
	padding:0;
	margin:0;
	cursor:default;
}
ul.gallery li a img {
	width:320px; 
	height:29px; 
	border:0;
	padding:0; 
	margin:0;
	display: block;
}
ul.gallery li a:hover {
	height:240px;
}
ul.gallery li a:hover img {
	height:240px;
}



#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #eee;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }

#navlist li a:hover
{

}

#navlist li a#current
{
background: white;
color: #000;
border-bottom: 1px solid white;
}





table.formtable { border-collapse: collapse; width: 100%;}
.formtable th {
	padding: 15px 15px 0 0;
	text-align: right;
	vertical-align: top;
	}
.formtable td {
	
	margin: 0 0 10px 0;
	padding: 15px 15px 15px 0;
	text-align: left;
	vertical-align: top;
	}
.formtable td.info {
	color: #999;
	font-size: 11px;
	line-height: 130%;
	}
.formtable td.info a {
	color: #999;
	}	
	
	
	
.categorybrowser {
	
}
.categorybrowser div {
	float: left;
	width: 33%;	
}
.categorybrowser div p {
	margin: 0;
	margin-bottom: 1em;
}


/* common styling for all galleries */
a.gallery, a.gallery:visited {display:block; display:inline-block; color:#000; text-decoration:none; border:1px solid #526576; width:64px; height:48px; float:left; margin:6px; z-index:50;}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #a80000;}

/* styling for BOTTOM gallery */
#container_bottom {position:relative; width:330px; height:400px; background:#fff; border:none; margin:0 1em 1em 1em; float:right;}
#container_bottom #thumbs {position:absolute; left:0; bottom:0;}
#container_bottom a.gallery:hover span {display:block; position:absolute; width:322px; height:20px; top:-25px; left:5px; padding:5px; font-style:italic; color:#000;  z-index:100;}
#container_bottom a.gallery:active, #container_bottom a.gallery:focus {border:1px solid #000;}
#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em, #container_bottom a.default em {display:block; position:absolute; width:322px; height:240px; top:-270px; left:5px; padding:0px; color:#000; border:none; z-index:50;}


/* styling for RIGHT gallery */
#container_right {position:relative; width:520px; height:290px; background:#fff; border:none; margin:1em auto;}
#container_right #thumbs {width:170px; position:absolute; right:0; top:0;}
#container_right a.gallery:hover span {display:block; position:absolute; width:322px; height:50px; top:255px; left:-350px; padding:5px; font-style:italic; color:#000;  z-index:100;}
#container_right a.gallery:active, #container_right a.gallery:focus {border:1px solid #000;}
#container_right a.gallery:active em, #container_right a.gallery:focus em, #container_right a.default em {display:block; position:absolute; width:322px; height:240px; top:5px; left:-345px; padding:0px; color:#000; border:none; z-index:50;}

