
/* ---------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	outline: none;
   	-moz-transition:all 0.2s linear;
   	-webkit-transition:all 0.2s linear;
   	-o-transition:all 0.2s linear;
  	 transition:all 0.2s linear;
  	 color:#555;
}

a img {
	border: 0;
}

img {
	vertical-align: bottom;
	color: transparent;
}

img:-moz-loading {
	visibility: hidden;
}

ul {

	font-color: #336666;
}

li {

	font-color: #336666;
	margin: 0;
	padding: 0;
}

p,
ul,
ol,
form {
	margin: 0;
	padding: 0;
	font-color: #336666;
}

input:focus,
textarea:focus { 
	outline: none;
}

iframe {
	border: 0;
}

/* ---------------------------------------------------- */

div.clearer {
	clear: both;
}

div.spacer {
	height: 15px;
	display: block;
	clear: both;
}

span.hide { 
	display: none;
}

div.seperator {
    clear: both;
    background: transparent url("../images/bg_line.png") repeat-x left bottom;
	padding-bottom: 10px;
    margin-bottom: 24px;
}

/* ---------------------------------------------------- */

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #171716;
	background-color: #ccc;
	min-height: 200px;
	min-width: 850px;
	background-repeat: no-repeat
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

#container {
	position: relative;
	width: 850px;
	height: auto;
	margin: 0 auto 20px auto;
	background: #fff;
	-webkit-box-shadow: 0px 3px 12px #1f1f1f; 
	-moz-box-shadow: 0px 3px 12px #1f1f1f; 
	box-shadow: 0px 3px 20px #1f1f1f;
	border-bottom-left-radius: 15px;
      	border-bottom-right-radius: 15px;
}

/* ---------------------------------------------------- */



#header {
	height: 270px;
	position: relative;
	margin-bottom: 5px;
}

#logo {
	height: 110px;
	background: #004f73;
	position: absolute;
	left: -30px;
	top: 50px;
	z-index:50;
	background-color:#004f73;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#0072a6), to(#004f73));
	background-image:-webkit-linear-gradient(top, #0072a6, #004f73);
	background-image:-moz-linear-gradient(top, #0072a6, #004f73);
	background-image:-o-linear-gradient(top, #0072a6, #004f73);
	background-image:linear-gradient(to bottom, #0072a6, #004f73);
	color:#fff;
	border-top-left-radius: 15px;
      	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
      	border-bottom-right-radius: 15px;
	-webkit-box-shadow: 0px 1px 7px #8a8a8a;
	-moz-box-shadow: 0px 1px 7px #8a8a8a; 
	box-shadow: 0px 1px 7px #8a8a8a;
}

#logo img {

	height: 70px;
	position: relative;
	left: -0px;
	top: 10px;
	z-index:50;
	
	
}


#logo ul {
	clear: both;
	font-color: #171716;
	padding: 10px 20px;
	
}



/* ---------------------------------------------------- */


#box2     {
	height: 150px;
	width: 300;
	left: 100;
	position: relative;
	font-color: #336666;
	background-color: #eee;
	border: 1px solid #DDD;
	background-image: -moz-linear-gradient(top, #EEE, #FFF);    
	background-image: -webkit-linear-gradient(top, #eee, #fff);
	background-image: -ms-linear-gradient(top, #eee, #fff);
	background-image: -o-linear-gradient(top, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
	border-top-left-radius: 10px;
      	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
      	border-bottom-right-radius: 10px;
}


#logo ul {
	clear: both;
	font-color: #171716;
	padding: 10px 20px;
	
}





/* ---------------------------------------------------- */

#mainmenu, mainmenu  {
	list-style: none;
	height: 37px;
	background: #004f73;
	position: absolute;
	right: -18px;
	top: 205px;
	z-indext:50;
	background-color:#004f73;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#0072a6), to(#004f73));
	background-image:-webkit-linear-gradient(top, #0072a6, #004f73);
	background-image:-moz-linear-gradient(top, #0072a6, #004f73);
	background-image:-o-linear-gradient(top, #0072a6, #004f73);
	background-image:linear-gradient(to bottom, #0072a6, #004f73);
	color:#fff;
	border-top-left-radius: 10px;
      	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
      	border-bottom-right-radius: 10px;
}




#mainmenu,
#footer #box {
	-webkit-box-shadow: 0px 1px 7px #8a8a8a;
	-moz-box-shadow: 0px 1px 7px #8a8a8a; 
	box-shadow: 0px 1px 7px #8a8a8a;
}


#mainmenu li {

	position: relative;

	list-style: none;
	width:auto;
}



.mainmenu ul {

	position: absolute;

	display: none;

	top: 100%;

	z-index: 99;


}



#mainmenu ul:after {
	clear: both;
	content: "";
	display: block;
	font-size: 14;
	height: 0;
	
}


#mainmenu ul li{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding: 8px 0 10px 0;

}

.mainmenu li:hover > ul,
.mainmenu li.sfHover > ul {

	display: block;
	text-align: left;

	width: Auto;
	margin-left: -40px;
	padding: 14px 20px 14px 20px;
	background-color:#FFFAFA;
	border-bottom-left-radius: 10px;
      	border-bottom-right-radius: 10px;
	background-image:-webkit-gradient(linear, left bottom, left top, from(#0072a6), to(#004f73));
	background-image:-webkit-linear-gradient(bottom, #0072a6, #004f73);
	background-image:-moz-linear-gradient(bottom, #0072a6, #004f73);
	background-image:-o-linear-gradient(bottom, #0072a6, #004f73);
	background-image:linear-gradient(to top, #0072a6, #004f73);
	color:#fff;
	outline: none;
   	-moz-transition:all 0.1s linear;
   	-webkit-transition:all 0.1s linear;
   	-o-transition:all 0.1s linear;
   	transition:all 0.1s linear;
   	color:#555;
}



#mainmenu ul li a {
	color: #fff;
	font-size: 14px;
	
}

#mainmenu ul li a:hover > ul {
	visibility: visible;
	background-color:#FAFAFA !important;
}

#mainmenu ul li.selected a {
	color: #9c9f9f;
	
}



#mainmenu ul li a:hover,


#mainmenu ul li a:active {
	color: red;
	
}



/* ---------------------------------------------------- */

#content ul {
	clear: both;
	height: auto;
	background: #fff;
	font-color: #6E1D0E;
	padding: 20px 45px;
	
}

#teaser-1 {

	position: absolute;
	top:650px;
	left: 45px;
	width:160px;
	height:90px;
  	padding: 0 1em;
  	border: 1px silver;
	border-radius: 15px;
	box-shadow:2px 2px 2px #333333;
 	min-width: 16em;
	padding:5px 10px;
	background-color:#004f73;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#0072a6), to(#004f73));
	background-image:-webkit-linear-gradient(top, #0072a6, #004f73);
	background-image:-moz-linear-gradient(top, #0072a6, #004f73);
	background-image:-o-linear-gradient(top, #0072a6, #004f73);
	background-image:linear-gradient(to bottom, #0072a6, #004f73);
	color:#fff;
}
	
#teaser-1 img {  
	    
      	position: absolute;
	top:98px;
	left: 0px;
	width:230px
	padding: 0px 0 px;
	border-bottom-left-radius: 15px;
      	border-bottom-right-radius: 15px;

}

#teaser-2 {

	position: absolute;
	top:650px;
	left: 310px;
	width:160px;
	height:90px;
  	padding: 0 1em;
  	border: 1px silver;
	border-radius: 15px;
	box-shadow:2px 2px 2px #333333;
 	min-width: 16em;
	padding:5px 10px;
	background-color:#004f73;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#0072a6), to(#004f73));
	background-image:-webkit-linear-gradient(top, #0072a6, #004f73);
	background-image:-moz-linear-gradient(top, #0072a6, #004f73);
	background-image:-o-linear-gradient(top, #0072a6, #004f73);
	background-image:linear-gradient(to bottom, #0072a6, #004f73);
	color:#fff;
}

#teaser-2 img {  
	    
      	position: absolute;
	top:98px;
	left: 0px;
	width:230px
	padding: 0px 0 px;
	border-bottom-left-radius: 15px;
      	border-bottom-right-radius: 15px;

}

#teaser-3 {

	position: absolute;
	top:650px;
	left: 575px;
	width:160px;
	height:90px;
  	padding: 0 1em;
	border-radius: 15px;
  	border: 1px silver;
	box-shadow:2px 2px 2px #333333;
 	min-width: 16em;
	padding:5px 10px;
	background-color:#004f73;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#0072a6), to(#004f73));
	background-image:-webkit-linear-gradient(top, #0072a6, #004f73);
	background-image:-moz-linear-gradient(top, #0072a6, #004f73);
	background-image:-o-linear-gradient(top, #0072a6, #004f73);
	background-image:linear-gradient(to bottom, #0072a6, #004f73);
	color:#fff;
}

#teaser-3 img {  
	    
      	position: absolute;
	top:98px;
	left: 0px;
	width:230px
	padding: 0px 0 px;
	border-bottom-left-radius: 15px;
      	border-bottom-right-radius: 15px;

}

.teaser-1 .teaser-head {
	padding:5px 10px;
	background-color:#004f73;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#0072a6), to(#004f73));
	background-image:-webkit-linear-gradient(top, #0072a6, #004f73);
	background-image:-moz-linear-gradient(top, #0072a6, #004f73);
	background-image:-o-linear-gradient(top, #0072a6, #004f73);
	background-image:linear-gradient(to bottom, #0072a6, #004f73);
	color:#fff;
}
.teaser .teaser-head h3,
.teaser .teaser-head h4 {
	font-size:0.875em;
	line-height:1;
	color:#eee;color:rgba(255, 255, 255,0.9);
	margin:0;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(0, 0, 0, 0.4);
}

.teaser .teaser-image {
	position:relative;
	margin:1px 0;
	}

.teaser .teaser-image img {
	display:block;
}

.teaser .teaser-content{padding:10px;}.teaser .teaser-content p,.teaser .teaser-content .links{font-size:0.875em;margin-bottom:0;}
.teaser .teaser-action{border-top:1px solid #fff;padding:10px;}.teaser .teaser-action>ul{list-style:none;margin:0;padding:0;font-size:0.875em;}.teaser .teaser-action>ul:before{content:"";display:table;}
.teaser .teaser-action>ul:after{clear:both;content:"";display:table;}
.teaser .teaser-action>ul>li{display:block;}.teaser .teaser-action>ul>li:before{content:"";display:table;}
.teaser .teaser-action>ul>li:after{clear:both;content:"";display:table;}
.teaser .teaser-action>ul>li>a{float:left;position:relative;padding-left:12px;font-weight:bold;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.4);}.teaser .teaser-action>ul>li>a:before{content:'';position:absolute;left:1px;top:0.5em;margin-top:-2px;width:0;height:0;border:4px solid transparent;border-left-color:#004f73;}
.sidebar .teaser .teaser-head{background-color:#004f73;background-image:-webkit-gradient(linear, left top, left bottom, from(#004f73), to(#004f73));background-image:-webkit-linear-gradient(top, #004f73, #004f73);background-image:-moz-linear-gradient(top, #004f73, #004f73);background-image:-o-linear-gradient(top, #004f73, #004f73);background-image:linear-gradient(to bottom, #004f73, #004f73);}
.teaser-group{}.teaser-group:before{content:"";display:table;}
.teaser-group:after{clear:both;content:"";display:table;}
.teaser-group .teaser{float:left;width:293px;}.teaser-group .teaser+.teaser{margin-left:20px;}
.teaser-group .teaser .teaser-content{min-height:55px;}



#references-page #content {
	min-height: 858px;
}

/* ---------------------------------------------------- */



/* ---------------------------------------------------- */

#content .three-columns .col {
	float: left;
	width: 235px;
}

#content .three-columns .col:first-child {
	width: 260px;
}

/* ---------------------------------------------------- */

#home #content h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

#home #content h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

/* ---------------------------------------------------- */

#content a {
	color: #6e1d0e;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a.previous {
	margin-right: 10px;
}

#content h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #336666;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #336666;
}

#content h5 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	color: #336666;
}

#content p {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	color: #585858;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 5px;
	line-height: 18px;
	font-color: #6E1D0E;
}

#content ul,
#content ol {
	list-style-position: outside;
	line-height: 18px;
}

#content ul {
	margin-left: 5px;
}

#content ol {
	margin-left: 10px;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 7px;
	margin-left: 10px;
}

#content table 	{
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#content table th,
#content table thead td {
	font-weight: bold;
}

#content table td, 
#content table th {
	padding: 12px;
	border: 1px solid;
	text-align: left;
}

/* ---------------------------------------------------- */

#content div.image img,
#content div.gallery img {
	background: #fff;
	padding: 0;
}

#book #content div.gallery img {
	box-shadow: 5px 5px 8px #CCCCCC;
	-moz-box-shadow: 5px 5px 8px #CCCCCC;
	-webkit-box-shadow: 5px 5px 8px #CCCCCC;

	-moz-box-shadow: 5px 6px 8px -6px #aaa;
	-webkit-box-shadow: 5px 6px 8px -6px #aaa;
	box-shadow: 5px 6px 8px -6px #aaa;
}



#content a[href $=".pdf"] {
	background: transparent url("../images/sprite_filetypes.png") no-repeat left 1px;
	padding-left: 20px;
	display: inline-block;
}

#content a[href $=".doc"] {
	background: transparent url("../images/sprite_filetypes.png") no-repeat left -28px;
	padding-left: 20px;
	display: inline-block;
}

#content a[href $=".zip"] {
	background: transparent url("../images/sprite_filetypes.png") no-repeat left -58px;
	padding-left: 20px;
	display: inline-block;
}

#content a.fancybox {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content div.image a {
	background: 0;
	padding: 0;
}

#content div.image.left {
	float: left;
}

#content div.image.right {
	float: right;
}

#content div.image.center {
	text-align: center;
}

#content div.image.float.left  {
	margin: 3px 15px 5px 0;
}

#content div.image.float.right {
	margin: 3px 0 5px 15px;
}

#content div.image.separate {
	margin: 0 0 15px 0;
}

#content div.gallery a {
	float: left;
	margin: 0 8px 8px 0;
}

#content div.gallery a:nth-child(4n+4) { 
	margin-right: 0;
}

#book #content div.gallery a:nth-child(3n+3) { 
	margin-right: 0;
}

#book #content div.gallery a:nth-child(4n+4) { 
	margin-right: 8px;
}

#content div.gallery {
	margin-bottom: 5px;
}

/* ---------------------------------------------------- */

#footer {
	height: 160px;
	width: 880px;
	position: relative;
	clear: both;
	
}

#footer #box {
	text-align: center;
	width: 885px;
	overflow: hidden;
	height: 40px;
	background-color:#004f73;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#0072a6), to(#004f73));
	background-image:-webkit-linear-gradient(top, #0072a6, #004f73);
	background-image:-moz-linear-gradient(top, #0072a6, #004f73);
	background-image:-o-linear-gradient(top, #0072a6, #004f73);
	background-image:linear-gradient(to bottom, #0072a6, #004f73);
	color:#fff;
	position: absolute;
	bottom: 95px;
	left: -15px;
	border-top-left-radius: 10px;
      	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
      	border-bottom-right-radius: 10px;
}

#footer #box ul {
	list-style: none; 
	position: relative; 
	float: left; 
	display: block; 
	left: 50%;
	margin-top: 11px;
}

#footer #box ul li {
	position: relative; 
	float: left; 
	display: block; 
	right: 50%;
	color: #fff;
	font-size: 14px;
	margin-right: 8px;
}

#footer #box ul li a {
	color: #fff;
}

#footer #box ul li a:hover {
	
	outline: none;
   	-moz-transition:all 0.2s linear;
   	-webkit-transition:all 0.2s linear;
   	-o-transition:all 0.2s linear;
   	transition:all 0.2s linear;
   	color: #9c9f9f;
}

#footer #box ul li:after {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	content: "|";
	margin-left: 8px;
}

#footer #box ul li:last-child:after {
	content: "";
}

/* ---------------------------------------------------- */

#footer #contact {
	text-align: center;
	font-size: 10px;
	width: 828px;
	height: 40px;
	position: absolute;
	bottom: 35px;
	left: 0;
}

/* ---------------------------------------------------- */

#content a.new-gb-entry {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
	margin: 5px 0 10px 0;
}

#content #gbook .gb-entry .gb-top {
	font-weight: bold;
	color: #6e1d0e;
	margin-bottom: 2px;
}

#content #gbook label {
	display: block;
	margin-bottom: 3px;
}

#content #gbook input[type="text"],
#content #gbook textarea {
	border: 2px solid #6e1d0e;
	padding: 5px;
	display: block;
	margin-bottom: 7px;
	width: 450px;
}

#content #gbook textarea {
	height: 270px;
}