/* RESETTING CSS  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS	*/
body
{
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
	font-family: arial;
	background-attachment: fixed;
}
img
{
	display: block;
	border: 0px;
}
a
{
	color: #000000;
	text-decoration: none;
}

.contentboxtop, .contentbox, .contentboxbottom
{
	margin: 0px auto;
	width: 984px;
}
.contentboxtop
{
	height: 5px;
	font-size: 1px;
    /*background-color: rgba(255, 255, 255, 1);
	background-image: url('../gfx/contentboxtop.png');*/
}
.contentbox
{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 2px #999;
    border-radius: 0 0 5px 5px;
	/*background-image: url('../gfx/contentboxback.png');
	background-repeat: repeat-y;*/
	

    -moz-box-shadow: 1px 0px 12px #000000;
    -webkit-box-shadow: 1px 0px 12px #000000;
    box-shadow: 1px 0px 12px #000000;


}
.contentboxbottom
{
	display:none;
	/*font-size: 1px;
    height: 9px;
    margin-bottom: 12px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 2px #999;
    border-radius: 0 0 5px 5px;
	background-image: url('../gfx/contentboxbottom.png');*/
}

.contentholder
{
	margin: 20px 40px 0 50px;
}

.top
{
	margin: 0px auto;
	width: 894px;
	height: 110px;
}
.logo
{
	float: left;
	width: 100px;
	height: 100%;
}
.menus
{
	float: right;
	padding-top: 14px;
	width: 650px;
}

.mainmenuline
{
	margin: 0px;
	padding: 11px 45px 0px 45px;
	height: 33px;
	background-image: url('../gfx/mainmenuback.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}
.mainmenu
{
	float: left;
	padding-top: 2px;
	height: 25px;
	text-align: center;
}
.mainmenuitem
{
	position: relative;
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 0px 12px 0px 0px;
	line-height: 16px;
	font-size: 13px;
	color: #ffffff;
	background-image: url('../gfx/menuseparator.png');
	background-position: right;
	background-repeat: no-repeat;
}
.mainmenuitem a
{
	color: #ffffff;
}
.active a
{
	color: #666666;
}
.mainmenuitem:hover
{
	text-decoration: underline;
}
.mainmenulast
{
	padding-right: 0px !important;
	background-image: none;
}

.mainsubmenubody
{
	clear: both;
	display: none;
	z-index: 999999;
	width: 181px;
	overflow: hidden;
	position: absolute;
}
.mainsubmenutop
{
	width: 100%;
	height: 4px;
	background-image: url('../gfx/submenutop.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.mainsubmenucontainer
{
	padding: 9px 18px 5px;
	
	background-image: url('../gfx/submenuback.png');
	
	overflow: hidden;
}
.mainsubmenubottom
{
	width: 100%;
	height: 12px;
	background-image: url('../gfx/submenubottom.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.mainsubmenuitem
{
	padding: 3px 0px 5px 0px;
	line-height: 14px;
	font-size: 12px;
}
.mainsubmenuitem a
{
	color: #554f4f;
}
.mainsubmenuitem a:hover
{
	color: #808080;
}
#google_translate_element
{
	float: right;
}
#google_translate_element img
{
	display: inline !important;
}
.goog-te-gadget-simple
{
	background: none !important;
	border-style: none !important;
}
.goog-te-menu-value
{
	color: #ffffff !important;
}
.goog-te-gadget-icon
{
	background: url('../gfx/icon_google.png') !important;
}

.languages
{
	padding: 4px 0px 8px;
	height: 16px;
	line-height: 16px;
	text-align: right;
}
.languages img
{
	display: inline;
}
.topphonenumber
{
	display: inline;
	padding: 0 15px 0 18px;
	font-size: 14px;
	background-image: url('../gfx/top_phone.png');
	background-repeat: no-repeat;
	background-position: 0 center;
}
.tophome
{
	display: inline;
	border-right: 1px solid #cccccc;
	padding: 0px 0px 0px 24px;
	background-image: url('../gfx/home.png');
	background-repeat: no-repeat;
	font-size: 14px;
}

.searchbox
{
	float: right;
	margin: 0px;
	padding: 4px 0px 0px 19px;
	width: 181px;
	height: 25px;
}
.searchfield
{
	display: block;
	float: left;
	border-top: 2px solid #cccccc;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
	width: 125px;
	height: 19px;
	font-size: 11px;
	color: #797979;
	text-indent: 5px;
}
.searchsubmit
{
	display: block;
	float: right;
	width: 55px;
	line-height: 21px;
	background-image: url('../gfx/searchbutton.png');
	background-repeat: none;
	font-size: 9px;
	font-weight: bold;
	font-family: arial;
	color: #000000;
	text-align: center;
}

.sitebackdrop
{
	background-image: url('../gfx/featureback.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.pictureslider
{
	position: relative;
	overflow: hidden;
	border: 2px solid #000000;
  	box-shadow:1px 0 12px #000000;

}
.pictureslider .slide
{
	position: absolute;
	z-index: 10;
	margin: 0px;
	width: 984px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	

 


}

#slidesnavigation
{
	position: absolute;
	z-index: 11;
	padding: 15px 45px;
	width: 894px;
}
#slidesnavigation a
{
	display: block;
	float: right;
	margin-left: 8px;
	width: 12px;
	height: 12px;
}
#slidesnavigation .active
{
	background-image: url('../gfx/slidenav_active.png');
}
#slidesnavigation .inactive
{
	background-image: url('../gfx/slidenav_inactive.png');
}
#pictureslidertext
{
	color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    height: 200px;
    line-height: 30px;
    margin: 60px 1px 0 500px;
    padding: 0 44px;
    position: absolute;
    text-align: right;
    width: 395px;
    text-shadow:1px 0 12px #000000;
	/*background-image: url('../gfx/frontpagefeaturetextback.png');*/
}
#pictureslidertext a
{
	background-image: url("../gfx/frontpagefeaturetextmore.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 13px;
    margin-left: 290px;
    position: absolute;
    text-align: center;
    top: 155px;
    width: 107px;
}

.contents
{
	margin: 0px auto 0px auto;
	width: 889px;
}

.frontpagefeature img
{
	display: inline;
}

.newsbar
{
	background-color: rgba(255, 255, 255, 0.5);
	border:1px solid #519fd1;
	margin: 24px auto 24px auto;
	width: 898px;
	height: 26px;
}
.newsbarleft
{
	display:none;
	/*float: left;
	width: 3px;
	height: 100%;
	background-image: url('../gfx/newsbarleft.gif');*/
}
.newsbarright
{
	display:none;
	/*float: left;
	width: 3px;
	height: 100%;
	background-image: url('../gfx/newsbarright.gif');*/
}
.newsbarcontent
{
	line-height: 20px;
    padding: 3px 0;
    width: 898px;
}

.newsbarinfo
{
	float: left;
	border-right: 1px solid #8d8d8d;
	padding: 0px 16px;
	font-size: 12px;
	font-weight: bold;
	color: #8d8d8d;
}
.newsbarnews
{
	position: relative;
	float: left;
	padding-left: 16px;
	font-size: 12px;
	color: #606060;
}
.newsbarcanvas
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 16px;
	line-height: 18px;
	font-size: 12px;
	color: #606060;
}
.newsbarmore
{
	float: right;
	font-size: 10px;
	margin-right: 12px;
}
.newsbarmore img
{
	display: block;
	float: left;
	padding: 5px 0px 5px 5px;
}

.featureslider
{
	height: 150px;
}
.withfeaturepictures
{
	height: 250px !important;
}
.featureleft {
    float: left;
    width: 45px;
}
.featureleft a {
    background-image: url("../gfx/featureleft.png");
}
.featureright {
    float: left;
    width: 45px;
}
.featureright a {
    background-image: url("../gfx/featureright.png");
}
.featureleft a, .featureright a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 95px;
    margin: 5px 0 0 11px;
    width: 23px;
}
.featureleft:hover {
    margin-left: -2px;
    margin-right: 2px;
}
.featureright:hover {
    margin-left: 2px;
    margin-right: -2px;
}
.features
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 894px;
	height: 100%;
}
#service_0
{
	left: 0px;
}
#service_1
{
	left: 307px;
}
#service_2
{
	left: 614px;
}
.features li
{
	position: absolute;
	top: 0px;
	left: -298px;
	padding: 0px 0px 15px 0px;
	width: 280px;
	box-shadow: 
}
.features li .frontpagepicture
{
	margin-bottom: 9px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 30px 0px 30px 0px;


    -moz-box-shadow:inset 1px 0px 12px #000000;
    -webkit-box-shadow:inset 1px 0px 12px #000000;
    box-shadow:inset 1px 0px 12px #000000;


}
.features li h2
{
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
}
.features li p
{
	line-height: 16px;
	font-size: 12px;
	color: #696969;
}
.features li a
{
	color:#444;
	display: block;
	margin-top: 18px;
	line-height: 19px;
	text-align: left;
	font-size: 10px;
	/*background-image: url('../gfx/featurebutton.png');*/
}
.features li a:first-child
{
	color:#444;
	display: inline;
	width: auto;
	line-height: 19px;
	text-align: center;
	font-size: 14px;
	background-image: none;
}
.features li a:hover
{
	color:#000;
	/*background-image: url('../gfx/featurebutton_h.png');*/
}
.features li a:first-child:hover
{
	background-image: none;
	color:#000;
}

.servicestop {
    /*background-image: -moz-linear-gradient(center top , #FFFFFF, #519FD1);*/
    background-image:url('/gfx/degradado.jpg');
    background-repeat: repeat-x;
    border-bottom: 1px solid #E4E4E4;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #E4E4E4;
    box-shadow: 0 3px 3px #CCCCCC;
        text-shadow:  0 3px 3px #000000;
    color: #ffffff;
    font-size: 25px;
    line-height: 72px;
    padding-left: 45px;
}
.services {
    display: table;
    padding: 12px 0 9px;
}
.services .firstservice {
    padding: 0 !important;
}
.services li {
    float: left;
    padding: 0 0 15px 21px;
    width: 284px;
}
.services li .frontpagepicture {
    background-position: center center;
    background-repeat: no-repeat;
    height: 140px;
    width: 270px;
    border-radius: 30px 0px 30px 0px;
       box-shadow: 1px 0 12px #000000;
}
.services li h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 9px;
}
.services li p {
    color: #696969;
    font-size: 12px;
    line-height: 16px;
}
.services li a {
    background-image: url("../gfx/featurebutton.png");
    display: block;
    font-size: 10px;
    line-height: 19px;
    margin-top: 18px;
    text-align: center;
    width: 57px;
}
.services li a:hover {
    background-image: url("../gfx/featurebutton_h.png");
}
.services li a {
    background-image: none;
    color: #444444;
    display: inline;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: auto;
}
.services li a:hover {
    background-image: none;
    color: #000000;
}
.services li a.mas {
    background-image: url("../gfx/featurebutton.png");
    display: block;
    font-size: 10px;
    line-height: 19px;
    margin-top: 18px;
    text-align: center;
    width: 57px;
}
.services li a.mas:hover {
    background-image: url("../gfx/featurebutton_h.png");
    color: #000000;
}
.services li a h2, .services li a p {
    margin-top: 5px;
    padding-top: 0;
    text-align: left;
}

.categories
{
	float: left;
	margin-top: 22px;
	width: 202px;
}
.categoryheader
{
	padding-left: 19px;
	height: 36px;
	line-height: 34px;
	background-image: url('../gfx/categoryheader.png');
	background-repeat: no-repeat;
}
.maincategories
{
	padding: 5px 0px;
	background-image: url('../gfx/categoryback.png');
}
.maincategories h2
{
	cursor: pointer;
}
.maincategories h2:hover, .maincategories .selected h2
{
	font-weight: bold;
}
.maincategories li
{
	margin: 0px auto;
	width: 165px;
	line-height: 30px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 11px;
}
.subcategories li
{
	padding-left: 12px;
	border-bottom: 0;
	font-size: 11px;
}
.categorybottom
{
	height: 6px;
	background-image: url('../gfx/categorybottom.png');
}

.picturegallery
{
	padding-top: 24px;
}
.picturegallery li
{
	float: left;
	padding: 0px 0px 24px 24px;
}
.picturegallery .firstinline
{
	clear: left;
	padding-left: 0px !important;
}
.picturegallery .newline
{
	clear: right;
	padding-right: 0px !important;
}
.picturegallery div
{
	background-color: #e7e7e7;
    background-position: center center;
    background-repeat: no-repeat;
    width: 158px;
    height: 119px;
}

.products
{
	float: left;
	display: table;
	padding: 19px 0px 9px 80px;
}
.products .firstproduct
{
	padding-left: 0 !important;
	border: 0 !important;
}
.products li
{
	float: left;
	border-left: 1px dashed #e8eaea;
	padding: 0px 20px 15px 20px;
	width: 170px;
}
.products li .frontpagepicture
{
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
}
.products li h1
{
	padding-top: 9px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
}
.products li p
{
	line-height: 16px;
	font-size: 12px;
	color: #696969;
}
.products li a
{
	display: block;
	margin-top: 18px;
	width: 57px;
	line-height: 19px;
	text-align: center;
	font-size: 10px;
	background-image: url('../gfx/featurebutton.png');
}
.products li a:hover
{
	background-image: url('../gfx/featurebutton_h.png');
}
.products li a
{
	color:#444;
	display: inline;
	width: auto;
	line-height: 19px;
	text-align: center;
	font-size: 14px;
	background-image: none;
}
.products li a.mas
{
	display: block;
	margin-top: 18px;
	width: 57px;
	line-height: 19px;
	text-align: center;
	font-size: 10px;
	background-image: url('../gfx/featurebutton.png');
}
.products li a.mas:hover
{
	background-image: url('../gfx/featurebutton_h.png');
}

.products li a:hover
{
	color:#000;
}
.products li a h1, .services li a p
{	
	margin-top: 5px;
	padding-top: 0;
	text-align:left;
}
.productdetails
{
	float: left !important;
	padding: 16px 0px 0px 80px;
}

.searchresults
{
	margin-bottom: 30px;
	padding-left: 4px;
}
.searchresults h2
{
	padding-top: 10px;
	font-size: 14px;
}
.searchresults h2 a
{
	color: #3c55a5;
	text-decoration: none;
}
.searchresults h2 a:hover
{
	color: #0e2a83;
}
.searchresults p
{
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 12px;
}
.bottomcontents {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -2px 2px #999;
    border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #CCCCCC;
    height: 45px;
    margin-top: 5px;
    padding: 0;
    position: relative;
    width: 985px;
    z-index: 9999999;
}

.medialinks{
	margin:0 40px;
}

.bottomcontents a
{
	color: #5e6b69;
	margin-top:5px;
}

.bottomabout
{
	background-color: rgba(250, 250, 250, 0.8);
    color: #333333;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    padding: 10px;
    width: 540px;
}
.bottomabout h3
{
	color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 0 15px;
}
.bottomabout p
{
	margin: 0px 0px 10px 0px !important;
}

.bottominfo
{
	float: right;
	width: 320px;
	font-size: 11px;
}
.bottomcontact
{
	float: left;
	padding-right: 12px;
	width: 164px;
	line-height: 12px;
	text-align: right;
	color: #b0acb0;
}
.bottomcontact a
{
	font-weight: bold;
}
.bottomcontact .phone
{
	font-size: 13px;
	line-height: 20px;
}
.socialmedia
{
	float: right;
	margin-top: 22px;
	border-left: 1px solid #f2f2f2;
	padding-left: 12px;
	width: 130px;
}
.socialmedia h3
{
	color: #515151;
	line-height: 11px;
	padding-bottom: 7px;
}
.sociallink
{
	display: block;
	padding-left: 30px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 6px center;
	font-weight: bold;
}
.sociallinkbottom
{
	background-position: center center;
    background-repeat: no-repeat;
    display: inline-table;
    float: right;
    height: 34px !important;
    line-height: 25px;
    padding-left: 5px;
}
.skypelink
{
	float: right;
	padding-bottom: 50px;
	line-height: 27px;
}
.skypelink div
{
	float: left;
	font-weight: bold;
	color: #000000
}
.skypelink a
{
	float: left;
	padding-left: 13px;
}
.skype
{
	width: 60px;
	height: 27px;
}

.poweredby
{
	display: block;
	float: right;
}
.copyrightarea
{
	background-color:rgba(255, 255, 255, 0.7);
	clear: both;
    color: #B0ACB0;
    font-size: 11px;
    line-height: 14px;
    margin: 0 auto;
    padding-bottom: 1px;
    width: 985px;
    position:relative;
    z-index:999;
}
.copyrighttext
{
	float: none;
    line-height: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 10px;
    width: 560px;
}
.copyrighttext .bottomnav
{
	padding-bottom:15px;
	margin-bottom:10px;
	color:#666666;
	/*font-weight:bold;*/
	font-size:12px;
}
.copyrighttext  a.active
{
	color: #000000;
}
.siteby
{
	float: right;
}
.siteby img
{
	display: block;
	float: left;
	padding-top: 12px;
}
.siteby a
{
	display: block;
	float: left;
	padding-left: 10px;
}

.metalinks
{
	margin-bottom: 20px;
    padding: 0;
    text-align: left;
    width: 586px;
}
.metalinks a
{
	background-image: url("../gfx/arrowlink.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    color: #B0ACB0;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 14px;
    min-height: 60px;
    margin-left: 2%;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-top: 15px;
    width: 24%;
}
.metalinks a:hover
{
	color: #666;
}

.searchboxmetalinks
{
	width: 260px;
	padding: 4px 0 0 19px;
}

.fb-like iframe{
	height:25px !important;
}
.fb-like span{
	height:30px !important;
}

.googleplus{
	bottom: 0;
    height: 130px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 210px;
    z-index: 0;
}

.close{
	background-color: #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    color: #CC0000;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
}

.subpagetop
{
	font-size: 1px;
}
.subpage
{
	margin: 0px auto 0px auto;
	width: 894px;
}
.subpagepicture
{
	margin-bottom: 13px;
	background-position: center;
	background-repeat: no-repeat;
}
.subpagecontent
{
	
}
.subpagecontent .article
{
	float: left;
	width: 586px;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
}
.subpagecontent .article h1
{

   /*background-image: -moz-linear-gradient(center top , #FFFFFF, #CCCCCC);*/
    background-image:url('/gfx/degradado.jpg');
    background-repeat: repeat-x;
    border-bottom: 1px solid #BBBBBB;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 3px #CCCCCC;
    color: #ffffff;
    text-shadow:  0 3px 3px #000000;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 25px;
    min-width: 570px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-top: 15px;
}
.subpagecontent .article p
{
	margin: 7px 0px;
	font-size: 12px;
}

.subpagecontent .article ul, .subpagecontent .article li
{
	list-style: disc;
	margin-left: 15px;
}
.subpagecontent .article a
{
	color: #3c55a5;
}
.subpagecontent .article a:hover
{
	color: #0e2a83;
}
.subpageintro
{
	font-style: italic;
}
.subpagecontent .article img
{
	padding: 1px;
}
.subpagebottom
{
	clear: both;
	height: 50px;
	font-size: 1px;
}
.withfeatures
{
	margin-bottom: 25px;
	border-bottom: 1px solid #e4e4e4;
	height: 25px !important;
}
.search h2
{
	padding-top: 5px;
	line-height: 20px;
	font-size: 15px;
}
.search p
{
	margin: 2px 0px 10px;
	line-height: 15px;
	font-size: 12px;
}
.search h2 a
{
	text-decoration: underline;
}

.subpagewidget
{
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 2px #999;
	border-radius:5px 5px 5px 5px;
	float: left;
	border: 1px solid #eeeeee;
	margin: 24px 20px 0px 0px;
}
.subpagewidget h2
{
   /*background-image: -moz-linear-gradient(center top , #FFFFFF, #519FD1);*/
   background-image:url('/gfx/degradado_noticias.jpg');
    background-repeat: repeat-x;
    text-shadow:  0 3px 3px #000000;
    border-bottom: 1px solid #EEEEEE;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 3px #CCCCCC;
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    padding: 0 8px;
    width: 270px;
}

.contactpagemap
{
	width: 586px; 
}
.mapmenuline
{
	margin: 0px auto;
	padding: 0px 10px;
	height: 36px;
	font-size: 13px;
	background-color: #f2f2f2;
}
.mapmenuline a
{
	display: block;
	float: left;
	line-height: 36px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000 !important;
}
.mapmenuline .streetview
{
	background-image: url('../gfx/camera.png');
}
.mapmenuline .googlemaps
{
	margin-left: 30px;
	background-image: url('../gfx/map--plus.png');
}

.widgets
{
	float: left;
	width: 308px;
}

.newswidget
{
	
}
.newswidget ul
{
	padding-top: 7px;
}
.newswidget li
{
	margin: 0px 0px 15px 5px;
	padding: 0px 0px 11px 50px;
	background-image: url('../gfx/rss.png');
	background-repeat: no-repeat;
}
.newswidget h3
{
	width: 200px;
	line-height: 15px;
	font-size: 13px;
	font-weight: bold;
}
.newswidget div
{
	line-height: 15px;
	font-size: 11px;
}
.newswidget  p
{
	margin: 8px 15px 0px 0px;
	width: 200px;
	line-height: 20px;
	font-size: 11px;
}
.newswidget .newswidgetmore
{
	display: block;
	margin-top: 10px;
	width: 57px;
	line-height: 19px;
	font-size: 10px;
	text-align: center;
	background-image: url('../gfx/featurebutton.png');
}
.newswidget .newswidgetmore:hover
{
	background-image: url('../gfx/featurebutton_h.png');
}
.newswidget .lastitem
{
	border-bottom: 0px !important;
}

.mapwidget
{
	
}
.mapwidget h3, .mapwidget .map p, .mapwidget p
{
	width: 270px;
}
.mapwidgetcontent
{
	margin: 8px 8px 0px 8px;
	padding-bottom: 15px;
	background-image: url('../gfx/mapwidgetcontentbottom.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}
.mapwidget .map
{
	padding-bottom: 11px;
	background-image: url('../gfx/widgetshadow.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mapwidget .map p
{
	margin: 0;
	padding: 5px 0;
	line-height: 20px;
	font-size: 12px;
	color: #858585;
}
.mapwidget p
{
	margin: 7px 0px;
	line-height: 20px;
	font-size: 13px;
	color: #858585;
}
.mapwidget .details
{
	
}
.mapwidget .details li
{
	padding-left: 25px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 24px;
	font-size: 13px;
	color: #858585;
}
.mapwidget .details li a
{
	color: #858585;
}
.mapwidget .email
{
	background-image: url('../gfx/mail.png');
}
.mapwidget .fax
{
	background-image: url('../gfx/telephone-fax.png');
}
.mapwidget .phone
{
	background-image: url('../gfx/mobile-phone.png');
}
.mapwidget .skype
{
	padding-top: 10px;
	padding-left: 0px !important;
}
.mapwidget .gotocontact
{
	display: block;
	padding: 0px 8px;
	font-size: 11px;
	line-height: 60px;
	color: #444444;
	font-weight: bold;
}

.contactform
{
	background-image: url("../gfx/mapwidgetcontentbottom.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    margin: 8px 8px 0;
    padding-bottom: 15px;
}
.contactform td
{
	vertical-align: top;
	line-height: 30px;
	font-size: 13px;
	color: #858585;
}
.contactform .formlabel
{
	padding-right: 10px;
}
.contactform .formcontrol input, .contactform .formcontrol textarea
{
	width: 190px;
}
.success
{
	border: 1px solid #a2fc97;
	padding: 6px 8px 6px 32px;
	line-height: 13px;
	background: #cffcca url('../gfx/accept.png') 8px center no-repeat;
}
.formmandatory
{
	color: #ff3333;
}

.loginwidget h2
{
	width: 155px !important;
}
.loginwidget div
{
	padding-left: 8px;
}
.loginwidget .label
{
	padding-top: 8px;
	line-height: 14px;
	font-size: 12px;
}
.loginwidget .control input
{
	width: 149px;
}
.loginwidget .submit
{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
}

.news .item {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 0px;
}
.news .item a {
	display:block;
}
.news .item h3 {
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	font-size:18px;
	padding:10px;
}
.news .item .date {
	background-color: #EEEEEE;
	display: block;
    float: right;
    padding: 0px;
    display:block;
    width:100%;
}
.news .item .date p {
    float: right;
    padding: 4px 20px;
    text-align: right;
    display:block;
}
.news .item .intro {
	background-color: #F6F6F6;
    font-style: italic;
    margin: 0;
    padding: 45px 20px 5px;
	
}
.news .item .text {
	color: #333333;
    margin: 0;
    padding: 5px 20px;
}

.subpagecontent .article .navigation {
	padding:0 0 10px 0;
	text-align:right;
}
.subpagecontent .article .navigation a{
	border: 1px solid #ccc;
	color:#000;
	font-size:12px;
	background-color:#eeeeee;
	padding:4px 9px;
}
.subpagecontent .article .navigation a:hover{
	border: 1px solid #eee;
	background-color:#f9f9f9;
	}
.subpagecontent .article .navigation a.selected{
	background-color:#f9f9f9;
	color:#000000;
}

.thickbox{
     background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}

.video{
     width:986px;
     height:550px;
     margin:70px auto;
}

.video p{
     background-color: #FFFFFF;
    margin-top: 0;
    padding: 4px 5px;
}

.active a {
     color:#000000;
}

#service_0, #service_1, #service_2, #service_3, #service_4, #service_5 {
	cursor:pointer;
}

/*cookies Advice */

#cookie-message {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.6;
    z-index: 800;
}
#cookie-message, #cookie-message-content {
    bottom: 0;
    height: 30px;
    left: 0;
    position: fixed;
    width: 100%;
    display: none;
}

#cookie-message-content {
    color: #FFFFFF;
    font-family: helvetica;
    font-size: 12px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 801;
}

#cookie-message-more {
    color: #32C3EF;
    margin: 0 10px;
}

#cookie-message-close {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    display: inline;
    margin-left: 5px;
    padding: 3px 15px;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    top: 50%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}