﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
}
#container {
	width: 70%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
	background-image: url('../images/container.gif');
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#masthead {
	font: 100% Arial, Helvetica, sans-serif;
	width: 100%;
	overflow: auto;
	text-align: left;
	background-color: #c84d8a;
	text-indent: 2%;
	font-style: italic;
	color: #FFFFFF;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #FFFFFF;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	font-size: medium;
}
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-image: url('../images/blue_foot.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: xx-large;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
	color: #000080;
}
h4 {
	font-family: Arial Black;
	color: #000080;
}
h3 {
	font-family: Arial Black;
	color: #000080;
}
h2 {
	font-family: Arial Black;
	color: #000080;
}
h1 {
	font-family: Arial Black;
	color: #000080;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
	background-image: url('../images/normal-blue.gif');
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffff00;
	background-image: url('../images/hover-blue.gif');
}
/* Styles for quote */
.quote {
	border: 1px solid #9FCFFF;
	background: #D7EBFF url('../images/open_quotes.gif') no-repeat left
top;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 10px;
	padding-left: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

    .quote div {
	background: transparent url('../images/close_quotes.gif') no-repeat right
bottom;
	padding-right: 40px;
	padding-bottom: 10px;
}
/* Styles for roundcorners */
.bottom-right {
	background-image: url('../images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */;
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.bottom-left {
	background-image: url('../images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */;
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.top-right {
	background-image: url('../images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */;
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.top-left {
	background-image: url('../images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */;
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.bottom-left {
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
}
.top-left {
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
}
.bottom-right {
	margin-left: 9px; /* CHANGE: replace by the width of one of your corners */;
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
}
.top-right {
	margin-left: 9px; /* CHANGE: replace by the width of one of your corners */;
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #C00000;
/* YCC: color & properties of the left-borderline */	border-right: 1px solid #C00000;
/* YCC: color & properties of the right-borderline */	background: #EFEFEF;
/* YCC: background-color of the inside */	color: #000000; /* YCC: default text-color of the inside */;
	padding-left: 10px; /* YCC: all texts at some distance of the left border */;
	padding-right: 10px;             /* YCC: all texts at some distance of the right border */
}
.notopgap    {
	margin-top: 0;
	display: inline-block;
	margin-right: 2px;
}    /* DNC: to avoid splitting of the box */
.nobottomgap {
	margin-bottom: -1px;
	padding-bottom: 1px;
	display: inline-block;
	margin-right: 2px;
}
/* Styles for infobox */
.infobox {
	position: relative;
	border: 1px solid #000;
	background-color: #DDDDDD;
	width: 98%;
	padding: 5px;
	display: inline-block;
	margin-right: 3px;
}
.infobox img {
	position: relative;
	z-index: 2;
}
.infobox .more {
	display: none;
}
.infobox:hover .more {
	display: block;
	position: absolute;
	z-index: 1;
	left: -1px;
	top: -1px;
	width: 99%;
	padding: 78px 5px 5px;
	border: 1px solid #900;
	background-color: #FFFBFB;
}
/* Styles for colourdiv */
div.color {
	background: #FBFBFB;
	border-width: 2px;
	border-style: groove;
	border-color: #7788AA;
	padding-left: 6px;
}
/* Styles for gallerycontainer */
.gallerycontainer{
	position: relative;
	height: auto;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{
	/*CSS for enlarged image*/
position: absolute;
	background-color: #FFFFF0;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 330px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/* Styles for cssform */
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/* Styles for tabbed content */
.tabbed_tabTD {
	text-align: center;
	width: 180px;
	padding: 0px;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
	cursor: pointer;
}
.tabbed_leftRule {
  border-left-style:solid;
  border-left-color:black;
  border-left-width:1px;
  }
.tabbed_rightRule {
  border-right-style:solid;
  border-right-color:black;
  border-right-width:1px;
  }
.tabbed_tab {
  text-align:center;
  padding:0px;
  cursor:pointer;
  }
.tabbed_tabhood {
	width: 180px;
	background-color: #cfe2f1;
	color: blue;
}
.tabbed_tabbonnet {
	width: 180px;
	background-color: #FFFFCC;
	color: black;
}
.tabbed_tabcontent {
	text-align: left;
	width: 720px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin: 0;
	padding: 10px;
}
.tabbed_tabdivcontent {
  overflow:auto;
  margin:0;
  padding:0;
  }
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
