/****************************************************************
 *** 
 ***/

 /*  removes and neutralizes the inconsistent default styling of HTML elements and sets up basic font to use later*/
 @import url('reset-min.css') ;
 @import url('fonts-min.css') ;


/* General box-model 
thx http://matthewjamestaylor.com/blog/fixed-width-or-liquid-layout.htm
*/
body {
	border:0;
	width:100%;
	text-align:center;
}

/* wrapper styles */
.fixed #wrapper {
	text-align:left;
	margin:0 auto;
}
.liquid #wrapper {
	width:100%;
	text-align:left;
	margin:0;
}

/* hd styles */
#hd {
	float:left;
	width:100%;
}

/* column container */
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}

.colmask .colmid {
	float:left;
	width:200%;
	position:relative;
	right:100%;
}

.colmask .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
}

.colmask .mainwrap {
	float:left;
	width:50%;
	position:relative;
}

.colmask .main {
	margin-top:0;
	margin-bottom:0;
	position:relative;
	left:200%;
	overflow:hidden;
}
.colmask .navbar {
	float:left;
	float:right;			/* This overrides the float:left above */
	position:relative;
}
.colmask .sidebar {
	float:left;
	float:right;			/* This overrides the float:left above */
	position:relative;
	left:50%;
}


/*********************************************
COLORS and Backgrounds
*/
html, body {
	background-color:	#000;
}
strong {
	font-weight: bold;
}
div.colmask .colmid {
	background:	#fff url(../img/bg_vert.png) no-repeat right top; /* center col */
}
div.colleft {
	background:	#f9e9d4 url(../img/bg_vert.png) no-repeat right top; /* left col */
}
div.colmask {
	background-color:	#f9e9d4; /* right col */
}

/*********************************************
WIDTHS
*/
body {
	min-width:1003px;
}

.fixed #wrapper {
	width:1003px;
}
.colmask .colmid {
	margin-left: -220px; 	/* Width of right column */
}
.colmask .colleft {
	left:397px;         	/* Left column width + right column width */
}
.colmask .mainwrap {
	right:177px;        	/* Width of left column */
}
.colmask .main {
	margin-left: 176px; 
	margin-right: 220px; 
	     					/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
}
.colmask .navbar {
	width:174px;        	/* Width of left column content (left column width minus left and right padding) */
	right:0px;         		/* Width of the left-had side padding on the left column */
	margin-right: 4px;		/*bg-image */		
}

.colmask .sidebar {
	width: 220px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:0px;  		/* Width of right column right-hand padding + left column left and right padding */
}

/********************
FONTS
*/

body {
	font-family:	helvetica,clean,sans-serif;
	color:	#4b4b4d;
}
#bread {
	text-align:	left;
	font-size:	77%;
	color: #C59D58;
}
#bread a{
	color:				#C59D58;
	text-decoration:	none;
}

div.colmask .colmid .mainwrap p a,
div.colmask .colmid .mainwrap ul li a,
div.colmask .colmid .mainwrap table a,
div.colmask .colmid .mainwrap form a {
	border-bottom: 	1px dotted #C59D58;
	color:				#C59D58;
	text-decoration:	none;
}
div.colmask .colmid .mainwrap p a:hover,
div.colmask .colmid .mainwrap ul li a:hover,
div.colmask .colmid .mainwrap table a:hover,
div.colmask .colmid .mainwrap form a:hover {
	color:#B49052;
	border-bottom: 	1px solid #B49052;
}

div.sidebar a img,
div.sidebar a:hover img {
	border: 0 none;
	margin:bottom:10px;
}

#ft {
	background:	transparent url(../img/ft_bg.gif) repeat-x scroll center top;
	background-color:#1C160C;
	border-bottom: 3px solid #6B4F27;
	padding-top: 7px;
	padding-bottom: 20px;

	clear:both;
	width:100%;
	text-align:	center;
	font-size:	77%;
	color:		#816233;
}


#ft ul{
	margin-bottom:	1px;
}

#ft a{
	border-bottom: 	1px dotted #816233;
	color:				#816233;
	text-decoration:	none;
}
#ft a:hover{
	color:#93713B;
	border-bottom: 	1px solid #816233;
}



.colmask .sidebar {
	font-size: 85%;  
}

.colmask .sidebar h4 a {
	border-bottom: 1px dotted;  
}
.colmask .sidebar h4 a:hover {
	border-bottom: 1px solid;  
	color:#000;
}


/********************
Main Elements
*/

body {
	padding-top: 30px;
	padding-bottom: 30px;
}

#hd {
	background:	transparent url(../img/bg_hd.png) no-repeat scroll center bottom;
	padding-bottom:	3px;
	border-top: 1px solid #D2AD59;
}

#hd img {
	float: left;
	display: block;
}


ul#mainnav {
	margin-top:	21px;
}


ul#mainnav li{
	margin-bottom:	5px;
	border-top:		1px solid #eed3a4;
	border-bottom:		1px solid #eed3a4;
}
ul#mainnav a{
	display:		block;
	text-decoration: none;
	padding-left:	30px;
	padding-top:	3px;
	padding-bottom:	3px;
	color:			#4b4b4d;
	background: transparent url(../img/bg_menu_no.gif) no-repeat scroll left center;
}
ul#mainnav a:hover,
ul#mainnav li.act a{
	background: transparent url(../img/bg_menu_act.gif) no-repeat scroll left center;
}
ul#mainnav a:hover {
	color:#000;
}


ul#mainnav li ul.submenu li{
	line-height:	14px;
	margin-bottom:	2px;
	border-top:			0px none;
	border-bottom:		0px none;
}
ul#mainnav li ul.submenu li.first{
	padding-top: 7px;
}
ul#mainnav li ul.submenu a{
	background:		none;

	font-size:	93%;
	/*font-style:	italic;*/
	line-height:	14px;
	
}

ul#mainnav li ul.submenu a:hover,
ul#mainnav li ul.submenu li a.act{
	background-color: #efdab5;
/*	url(../img/bg_submenu_act.gif) no-repeat scroll left center;*/
}

.colmask #sidecontent {
	margin-top: 33px;
}


.colmask .mainwrap {
	padding-bottom:1em;
}

/* Breadcrumb */
#bread  {
	display: none;
	height: 13px;
	min-height: 13px;
	padding-left: 14px;
	background: transparent url(../img/square_small.gif) no-repeat scroll left center;
}
#bread ul li{
	display:	inline;
	list-style-type:	none;
}

/* Footermenu */
#ft ul {
	margin-top: 9px;
}
#ft ul li{
	display:	inline;
	list-style-type:	none;
}

#ft ul li a{
margin-left:	5px;
margin-right: 5px;
}

p.contact {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left:	5px;
	padding-right:	5px;
	font-size:	93%;
}

.main {
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 23px;
	padding-right: 23px;
}
.main h1 {
	font-size: 174%;
	color:	#C59D58;
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
}

h2 {
	font-weight: bold;
	color:	#C59D58;
	margin-bottom: 7px;
}
#content h3 {
	clear: both;
	padding-left:	13px;
	margin-top: 25px;
	margin-bottom: 5px;
}
#content img{
	border:	1px solid #C59D58;
}
p.bodytext {
	padding-bottom: 15px;
}
#sidecontent p.bodytext {
	font-size: 93%;
}
table.contenttable {
	color: #4B4B4D;
	padding-bottom:15px;
}

table.contenttable .td-0 {
	text-align:	right;
}
table.contenttable td {
	padding-right:	5px;
}


table.contenttable.facts .tr-0{
	background-color: #EED3A4;
}
table.contenttable.facts .tr-1{
	background-color: #333333;
}
table.contenttable.facts td {
	padding:	4px;
	border:	1px solid #bbb;
}

div#content .csc-frame-invisible {
	display: none;
}

div#content div.csc-header h2 a {
	font-weight: bold;
	color:	#C59D58;
	text-decoration: none;
}

div#content div.csc-header h2 a:hover {
	border-bottom: 1px solid;
}
div#content div.csc-header h3{
	background:	transparent url(../img/square_small.gif) no-repeat scroll left 23px;
	padding-top: 20px;
}
div#content div.csc-header h3.csc-firstHeader,
div.tx-indexedsearch-res h3{
	background:	transparent url(../img/square_small.gif) no-repeat scroll left center;
	padding-top: 0px;
}



p.bodytext  a ,
table.contenttable a{
	color: #333333;
}

p.bodytext a {
	text-decoration:none;
	border-bottom: 1px dotted;
}

p.bodytext a:hover {
	border-bottom: 1px solid;
	color:#000;
}


.csc-textpic .csc-textpic-caption {
	background:	transparent url(../img/square_small.gif) no-repeat scroll left 3px;
	margin-top:	13px;
	padding-left:	14px;
}



ol li {
	list-style-type: decimal;
	margin-left:	17px;
	margin-top:	5px;
}

#content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 23px;
}
#content ul li.csc-textpic-image{
	margin-left: 0px;
}
#content ul {
	margin-bottom: 15px;

}
div.contact {
	font-size:	85%;
	margin-top: 120px;
	margin-bottom: 20px;
	margin-left: 6px;
}
div.contact p{
	padding-bottom:5px;
}
p.bodytext.address,
p.bodytext.phone,
p.bodytext.fax,
p.bodytext.web,
p.bodytext.mail {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 2px;
	padding-left: 20px;
	padding-bottom: 1px;
}
p.bodytext.address {
	background-image: url(../img/letter_front.gif);
}
p.bodytext.phone {
	background-image: url(../img/phone.gif);
}
p.bodytext.fax {
	background-image: url(../img/fax.gif);
}
p.bodytext.web {
	background-image: url(../img/web.gif);
}
p.bodytext.mail {
	background-image: url(../img/letter_back.gif);
}

/* TYPO3 Content Elements */

div.spacer-medium {
	height: 20px;
}
/* Extensions
*/
div.tx-jppageteaser-pi1{
	clear:both;
}
	
div.tx-jppageteaser-pi1-list.teaser-3col {
	padding-top:	10px;
}
/*
div.tx-jppageteaser-pi1-list.teaser-3col.small {
	margin-top:	170px;
}
*/
div.tx-jppageteaser-pi1-list.teaser-3col .tx-jppageteaser-pi1-list-entry{
	float:	left;
	width:	179px;
	margin-right:	6px;
	margin-bottom:	25px;
	border:	1px solid #C59D58;
	background-color:	#f9e9d4;
}
div.tx-jppageteaser-pi1-list.teaser-3col.small .tx-jppageteaser-pi1-list-entry{
	border:	0px none;
}
#content div.tx-jppageteaser-pi1-list.teaser-3col .tx-jppageteaser-pi1-list-entry-image img{
	border:	0px none;
}
div.tx-jppageteaser-pi1-list.teaser-3col a{
	text-decoration:	none;
	color:	#C59D58;
}

div#content div.tx-jppageteaser-pi1-list.teaser-3col h3{
	background-color:	#C59D58;
	margin: 0px;
	height: 30px;
	padding: 3px 5px;
}
div.tx-jppageteaser-pi1-list.teaser-3col h3 a{
	text-decoration:	none;
	font-weight:	bold;
	color:	#fff;
}
div.tx-jppageteaser-pi1-list.teaser-3col h3 a:hover {
	color:	#f9e9d4;
}
div.tx-jppageteaser-pi1-list.teaser-3col p {
	height:	120px;
	overflow:	hidden;
	padding:	5px;
	padding-left:	13px;
	/*font-style:	italic;*/
	font-size:93%;
	background:	transparent url(../img/square_small.gif) no-repeat scroll 1px 7px;
}


div.tx-jppageteaser-pi1-list.teaser-sidebar  .tx-jppageteaser-pi1-list-entry{
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 10px;
}

div.tx-jppageteaser-pi1-list.teaser-sidebar h4 {
	font-weight: bold;
	padding-bottom: 8px;
}
div.tx-jppageteaser-pi1-list.teaser-sidebar h4 img {
	display: block;
	/*float: left;*/
	margin-right: 0;
	margin-bottom: 9px;
	/*border:	1px solid #C59D58;*/
}
div.tx-jppageteaser-pi1-list.teaser-sidebar a {
/*	display: block;*/
	text-decoration: none;
	color:	#C59D58;
	padding-bottom: 0;
}

span.teaser-sidebar-img img {
	display: block;
	margin-bottom:10px;
	border-bottom:0 none !important;
}

div.tx-jppageteaser-pi1-list.teaser-3col.small .tx-jppageteaser-pi1-list-entry {
	background-color: #fff;
	min-height:	220px;
	height:	220px;
}


div.tx-jppageteaser-pi1-list.productlist .tx-jppageteaser-pi1-list-entry{
	margin-bottom: 25px;
}

div.tx-jppageteaser-pi1-list.productlist .tx-jppageteaser-pi1-list-entry-image {
	float: left;
}

div.tx-jppageteaser-pi1-list.productlist .tx-jppageteaser-pi1-list-entry-title, 
div.tx-jppageteaser-pi1-list.productlist .tx-jppageteaser-pi1-list-entry-description {
	padding-left:	13px;
	margin-left: 190px;
}
div.tx-jppageteaser-pi1-list.productlist .tx-jppageteaser-pi1-list-entry-title { 
	background:	transparent url(../img/square_small.gif) no-repeat scroll 0px 3px;
	margin-bottom: 5px;
}

#content div.tx-jppageteaser-pi1-list.productlist .tx-jppageteaser-pi1-list-entry-image img {
  	border:1px solid #BBBBBB;
}







table.contenttable {
	margin-bottom:10px;
}

div.tx-jppageteaser-pi1-list.teaser-3col.small .tx-jppageteaser-pi1-list-entry-description {
	background:	transparent url(../img/square_small.gif) no-repeat scroll left 3px;
	margin-top:	13px;
	padding-left:	14px;
}
#content div.tx-jppageteaser-pi1-list.teaser-3col.small .tx-jppageteaser-pi1-list-entry-image img{
	border:	1px solid #C59D58;
}
#content div.tx-jppageteaser-pi1-list.teaser-3col.small .tx-jppageteaser-pi1-list-entry-image.aspik img{
	border:	1px solid #bbb;
}

div.tx-jppageteaser-pi1-list.teaser-3col.small .tx-jppageteaser-pi1-list-entry-description a{
	color:	#4B4B4D;
	/*font-style:	italic;*/
}


div#customTeaser {
	margin-bottom: 20px;
}
div.news-latest-container {
	padding: 8px;
}
div.news-latest-item h4 {
	font-weight: bold;
	/*font-style: italic;*/
	padding-bottom:	8px;
}
div.news-latest-item a {
	text-decoration:	none;
	color:	#C59D58;
}
div.news-latest-item p {
	padding-bottom:	5px;
}

div.news-latest-date {
	padding-right:	5px;
	/*font-style:	italic;*/
	font-size:	85%;
	
}

div.news-list-item  a {
	color: #333;
	text-decoration: none;
}	
div.news-list-item  a:hover {
	color:#000;
	text-decoration: underline;
}

#content div.news-single-item h3 {
	background: transparent none;
	padding-left:0px;
	font-weight:	bold;
	margin-top:	15px;
	margin-bottom:	15px;
}
div.news-single-timedata {
	/*font-style: italic;*/
}
div.news-single-backlink {
	font-size: 85%;
}
div.news-single-backlink a{
	color: #333;
	text-decoration:none;
}
div.news-single-backlink a:hover{
	text-decoration:	underline;
}

.news-header {
	border-bottom: 1px solid #C59D58;
	padding-left: 8px;
	padding-bottom: 2px;
	font-weight: bold;
	/*font-style: italic;*/
	font-size: 116%;
	color:	#C59D58;
}
div.all-news {
	text-align: right;
	padding:5px;
	margin-bottom:	21px;
}

div.all-news a{
	text-decoration:	none;
	color:	#C59D58;
	border-bottom: 1px dotted; 
}

div.all-news a:hover {
	border-bottom:1px solid;
	color:#000;
}



div.tx-wecstaffdirectory-staffdepartment {
	color:	#C59D58;
	border-bottom:1px solid #EED3A4;
	font-size:100%;
}

#content div.tx-wecstaffdirectory-stafflist span.float-xsm img {
	border: 0px none;
}	
.tx-wecstaffdirectory-content {
	width:	570px;
}
.tx-wecstaffdirectory-stafflist .float-med  {
	width: 20%
}
.tx-wecstaffdirectory-stafflist .float-lg {
	width:	30%
}
.tx-wecstaffdirectory-spacer {
	line-height:	20px;
	height:	20px;
}

form#searchform {
/*	background-color: red;*/
}

#search {
	margin-bottom: 13px;
}

input#searchbox {
	border: none;
	background: #fff url(../img/search_th.gif) no-repeat 5px center;
	color:	#333333;
	width: 200px;
	height: 14px;
	border-bottom: 1px solid #C59D58;
	padding: 5px 20px;
	margin-left: 0;
	display: block;
}



div.tx-indexedsearch-whatis {
	color:#C59D58;
	font-size:174%;
	margin-bottom:30px;
	margin-top:60px;
}

div.tx-indexedsearch-browsebox {
	Xdisplay: none;
}
h2.tx-indexedsearch-title  {
	font-weight: bold;
	/*font-style: italic;*/
	margin-top: 50px;
}

h2.tx-indexedsearch-title a,
h3 span.tx-indexedsearch-title  a {
	text-decoration:	none;
	color:	#C59D58;
}

.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	float:right;
	font-weight:normal;
	margin-top:-1.2em;
}
strong.tx-indexedsearch-redMarkup {
	color:#4B4B4D;
	/*font-style:italic;*/
	font-weight:bold;
}

div.tx-indexedsearch-browsebox {
	margin-top: 14px;
 }
.tx-indexedsearch .tx-indexedsearch-browsebox ul {
	text-align: center;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox ul li {
	margin-right:15px;
	margin-left:0px;
	list-style-type: none;
	display: inline;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li a {
	border-bottom: 	1px dotted #816233;
	color:			#816233;
	text-decoration:	none;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li a:hover {
	color:		#93713B;
	border-bottom: 	1px solid #816233;
}



div.tx-felogin-pi1 form {
	margin-top: 35px;
}
div.tx-felogin-pi1 label {
	width:100px;
	float:left;
}
div.tx-felogin-pi1 .buttons {
	margin-top: 10px;
	margin-bottom: 35px;
	margin-left: 100px;
}
div.tx-felogin-pi1 a {
	color:#333333;
	font-size:	85%;
}

input#tx-indexedsearch-searchbox-button-submit {
	width:120px;
	height:20px;
	font-weight:bold;
}

div.tx-indexedsearch-browsebox {
	margin-top: 14px;
 }
.tx-indexedsearch .tx-indexedsearch-browsebox ul {
	text-align: center;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox ul li {
	margin-right:15px;
	margin-left:0px;
	list-style-type: none;
	display: inline;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li a {
	border-bottom: 	1px dotted #816233;
	color:			#816233;
	text-decoration:	none;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li a:hover {
	color:		#93713B;
	border-bottom: 	1px solid #816233;
}



div.tx-felogin-pi1 form {
	margin-top: 35px;
}
div.tx-felogin-pi1 label {
	width:100px;
	float:left;
}
div.tx-felogin-pi1 .buttons {
	margin-top: 10px;
	margin-bottom: 35px;
	margin-left: 100px;
}
div.tx-felogin-pi1 a {
	color:#333333;
	font-size:	85%;
}

input#tx-indexedsearch-searchbox-button-submit {
	width:120px;
	height:24px;
}

div.tx-srlanguagemenu-pi1 {
	float:right;
}
div .tx-srlanguagemenu-pi1 img {
	margin: 4px 10px 0px 10px;
}

div#print {
	float:right;
}
div#print a{
	background-image:url(../img/printer.gif);
	background-position:left 0;
	background-repeat:no-repeat;
	border-bottom: 0px none;
	height:14px;
	text-indent:-999em;
	width:15px;
	outline: none;
	display: block;
	margin-top: 3px;
}
div#print a:focus{
  -moz-outline-style: none;
}
div#print a:hover{
	background-position:left -14px;
	border-bottom: 0px none;
}



#flyingBallon {
	width: 250px;
	height: 250px;
	position: fixed;
	text-align: center;
	top: 800px;
	left: -250px;
	z-index: 99;
}

#flyingBallon img {
	border: none;
}
