/*
Theme Name: San Marco
Theme URI: http://www.webagentur.at
Description: Classic Theme for San Marco Baden
Author: Robert Mayer @ Webagentur (http://www.webagentur.at)
Version: 1.0
*/


html, body{
    margin: 0;
	padding: 0;
}

body{
    background: #f0f0f0 url(../images/bg_body.png) repeat-x;
	font-style: normal;
	line-height: 18px;
	text-align: center;
}

body, table, input, textarea, select{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2a2a2a;	
}

h1, h2, h3, h4, h5, legend, #nav, #claim{
	font-family: Arial, Helvetica, sans-serif;
}


p, dl{
    margin: 0 0 1.6em 0;
	padding: 0;
}

a{
	color: #2a2a2a;	
	text-decoration: underline;
}
a:hover{
	color: #2796b8;
}

a.noline{
	text-decoration: none;
}
a.noline:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, legend{
    padding: 0;
	margin: 0 0 0.5em 0;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, legend{
	color: #239cbf;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	color: #239cbf;
	text-decoration: none;
}

h1{
    font-size: 28px;
	color: #b4d214;
	line-height: 28px;
}

h2{
    font-size: 20px;
}

h3, legend{
    font-size: 16px;
}

table h3{
	margin: 0;
}

h4{
    font-size: 18px;
}

img{
    border: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

.hidden{
    display: none !important;	
}

.cl{
    clear: both;
	font-size: 1%;	
}

.clr{
	clear: right;
}

.fr{
    float: right;	
	width: auto;
}
.fl{
    float: left;
	width: auto;	
}

.block{
    float: none;
	display: block;	
}

.center{
   text-align: center;	
}

.alpha50{
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
    filter: alpha(opacity=50);
	opacity: 0.50;	
}

.js{ /* hide js-related elements ...and show them via jQuery */
    display: none;	
}

hr{
	padding: 0;
	margin: 9px 0;
	height: 1px;
    background: #fff;
	font-size: 1%;
	color: #fff;
	border: none;
	border-top: 1px solid #b3b3b3;
}

.gallery a{
    cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: url(/images/zoom_in.cur),pointer; /* absolute url! */
}

ul.simple_vertical, ol.simple_vertical, .simple_vertical li, .simple_vertical li{
    margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.simple_horizontal, ol.simple_horizontal, ul.simple_horizontal li, ol.simple_horizontal li{
    margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.simple_horizontal li, ol.simple_horizontal li{
    float: left;
}

ul.simple_inline, ol.simple_inline, ul.simple_inline li, ol.simple_inline li{
    margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.simple_inline li, ol.simple_inline li{
    display: inline;
}

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

#page{
	margin-top: 32px;
}

#page_unicorn{
	margin-top: 100px;
}

/* messagebox top */
.top-msgbox{
	//padding: 2em 1em;
	background: #f9ffb7;
	width: 908px;
	margin: 0 auto;
	padding: 10px 36px 10px 36px;
	line-height: 15px;
	text-align: left;	
}

.top-msgbox.is_stuck{
	z-index: 990;
	-webkit-box-shadow: 0 5px 77px rgba(0,0,0,0.32);
	-moz-box-shadow: 0 5px 77px rgba(0,0,0,0.32);
	box-shadow: 0 5px 77px rgba(0,0,0,0.32);
}

.top-msgbox.scrolled{
	margin-top: -32px;
}


	
/*-----------------------   CONTENT   -----------------------*/
.white{
	background: #fff;
}

#main{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	text-align: left;
	background: #fff;
}

#main_unicorn{
	width: 95%;
	margin: 0 auto;
	padding: 0 0 25px 0;
	text-align: left;
	background: #fff;
}

#content {
	margin: 0 36px;
}

body.home #content {
	padding: 0;	
}

body.home_unicorn {
	background: #FFF;
}

#content.with_sidebar {
	float: left;
	width: 636px;
}

#content .bigger{
	font-size: 18px;
	line-height: 26px;	
}
#content ul.bigger{
	line-height: 30px;	
}

img.alignright{
	float: right;
	margin: 0 0 1em 2em;	
}

img.alignleft{
	float: left;
	margin: 0 2em 1em 0;	
}

img.size-thumbnail{
	border: 1px solid #D8D8D8;
}

.gallery a{
	display: block;
	float: left;
	margin: 0 9px 1.4em 9px;	
	text-align: center;
	text-decoration: none;
	color: #999;
}
.gallery a:hover{
	color: #2A2A2A;	
}

.gallery img{
	border: 2px solid #d8d8d8;
	display: block;
}
.gallery a:hover img{
	border: 2px solid #239cbf;
}

.gallery a img.attachment-thumbnail{
	border: 5px solid #eee6d3 !important;
}

.gallery a:hover img.attachment-thumbnail{
	border: 5px solid #c8bea8 !important;
}

.imprint{
	font-size: 11px;
	line-height: 14px;
	color: #aeaeae;	
}
.imprint a{
	color: #aeaeae;	
}

a.more{
	padding-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background:	url(images/link_more.png) no-repeat right center;
	text-decoration: none;
}


#content .col.left{
	float: left;
	width: 326px;
	margin-right: 36px;	
}
#content .col.right{
	float: left;
	width: 326px;
}

#content #commentform .col.left, #content #commentform .col.right{
	width: 314px;
}


#content .col.left h2, #content .col.right h2, h2.decorated{
	padding-bottom: 34px;
	text-align: center;	
	background: url(images/hr1.png) no-repeat center bottom;
}

a.action_btn{
	height: 43px;
	padding: 0 18px;
	line-height: 43px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/btn_claim_action.png) repeat-x left top;
	border: 2px solid #fff;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
a.action_btn:hover{
	background: url(../images/btn_claim_action.png) repeat-x left bottom;
}


p.copyright{
	margin: -8px 0 0 0;
	font-size: 10px;
	color: #999;	
	text-align: right;
}

p.copyright a{
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}
p.copyright a:hover{
	border-bottom: 1px solid #999;
}


/* Facebook */
div.fb-like{
	vertical-align: middle !important;
}

.faq div.fb-like{
	float: right;
	position: relative;
	top: -1em;
	margin-bottom: -18px;
}

.section.arrow div.fb-like{
	position: absolute;
	right: -4px;
	top: 7px;
}

/* Home */
#claim{
	height: 265px;
	position: relative;
	overflow: hidden;
}

#claim h1{
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 170px;
	font-size: 24px;
	font-style: italic;
	line-height: 25px;
	color: #fff;	
}

#claim h1 span{
	font-size: 1%;
	padding-left: 44px;
}

#claim h1.ani1{
	left: 80px;
	top: 26px;	
	width: 1200px;
	color: #b9d30a;	
	font-size: 60px;
}
#claim h1.ani2{
	top: 40px;
	left: 170px;
	width: 800px;
	font-size: 24px;
	color: #fff;	
}

#claim_list{
	position: absolute;
	z-index: 2;
	top: 104px;
	left: 235px;
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	color: #fffdd2;	
}

#claim_list img{
	width: 23px;
	height: 26px;
	margin-right: 8px;
	vertical-align: -5px;
}

#claim_list li{
	position: relative;
}
#claim_list li.ani1{
	left: 500px;
}
#claim_list li.ani2{
	left: 0px;
}

#claim_action{
	position: absolute;
	z-index: 3;
	bottom: 24px;
	right: 32px;
}

#claim_action img{
	width: 20px;
	height: 25px;
	margin: 0 12px 0 0;
	vertical-align: middle;	
}

#claim_action.ani1{
	bottom: -50px;
	-ms-filter: "alpha(opacity=20)";
	-khtml-opacity: 0.20;
	-moz-opacity: 0.20;
    filter: alpha(opacity=20);
	opacity: 0.20;	
}
#claim_action.ani2{
	bottom: 24px;
	-ms-filter: none;
	-khtml-opacity: 1;
	-moz-opacity: 1;
    filter: none;
	opacity: 1;	
}

#claim_image{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 636px;
	height: 219px;
	background: #d0d0d0;
}
#claim_image img{
	width: 636px;
	height: 219px;
}



/* */
li.gradient_1{
	padding-left: 28px;
	background: url(../images/li_gradient_1.png) no-repeat left center;
}
li.gradient_2{
	padding-left: 28px;
	background: url(../images/li_gradient_2.png) no-repeat left center;
}
li.gradient_3{
	padding-left: 28px;
	background: url(../images/li_gradient_3.png) no-repeat left center;
}
li.gradient_4{
	padding-left: 28px;
	background: url(../images/li_gradient_4.png) no-repeat left center;
}
li.gradient_5{
	padding-left: 28px;
	background: url(../images/li_gradient_5.png) no-repeat left center;
}
li.gradient_6{
	padding-left: 28px;
	background: url(../images/li_gradient_6.png) no-repeat left center;
}
li.li_action{
	padding-left: 28px;
	background: url(../images/li_action.png) no-repeat left center;
}

/* Sections */
.section{
	position: relative;
	display: table;
	width: 100%;
	padding: 24px 0;
	border-bottom: 1px solid #d8d8d8;
}

.section.first{
	padding-top: 4px;
}

.section.up{
	margin-bottom: 20px;
	padding: 0 0 40px 0;
	border: none;
	background: url(../images/bg_section_up.png) no-repeat right bottom;	
}

.section.arrow{
	padding: 80px 0 40px 0;
	border: none;
	text-align: center;
	background: url(../images/section_arrow.png) no-repeat center top;	
}

.section.arrow a.action_btn{
	display: table;
	margin: 0 auto 1em auto;
}


.text{
	width: 726px;
}

.img{
	width: 180px;
	text-align: center;
}

.section.img_left .text{
	float: right;
}
.section.img_left .img{
	float: left;
}

.section.img_right .text{
	float: left;
}
.section.img_right .img{
	float: right;
}


/* FAQs */
.faq{

}

.faq h2.question{
	font-size: 18px;
	line-height: 21px;
}

.faq h2.question a{
	display: block;
	padding-left: 28px;
	background: url(../images/plus_minus.png) no-repeat left 0px;
}

.faq h2.question.active a{
	background: url(../images/plus_minus.png) no-repeat left -79px;
}

.faq h2 a .hint{
	float: right;
	display: none;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.faq h2 a:hover .hint{
	display: block;
}
.faq h2.active a:hover .hint{
	display: none !important;
}

.faq.focus{
	background: #fffdea;
}
.faq.normal{
	background: #fff;
}


iframe.youtube, iframe.gmap{
	border: 8px solid #f1eee4;
}


small{
	line-height: 90%;	
}

small.help{
	display: inline-block;
	padding: 4px;
	margin-bottom: 1em;
	background: #fffdea;	
}

pre.source{
	margin: 1em 2em;
	padding: 0.5em 0.5em 0.5em 1em;
	/* border: 1px solid #ebe8ce; */
	border: 1px solid #e9e9e9;
	border-left-width: 4px;
	/* background: #fffdea; */
	background: #f8f8f8;
}

code{
	color: #205720;
    font-family: monospace;
    font-size: 13px;
	line-height: 18px;	
}

code .value{
	color: #9a2424;	
}

/* Kommentare */
.commentlist{
	margin: 0 0 3em 0;
	padding: 0;
	list-style-type: none;
}

.commentlist li{
	margin: 0 0 2em 0;
	padding: 0;
}

.commentlist li.even{
	margin-right: 220px;
}
.commentlist li.odd{
	margin-left: 220px;
}

.comment_bulb{
	padding: 20px 20px 0 20px;
	background: url(images/comment_bg.png) no-repeat left top;
}

.comment_bulb p{
	margin: 0;
	padding-bottom: 0.8em;	
}

.comment_author{
	padding: 36px 0 0 23px;
	background: url(images/comment_bg2.png) no-repeat left top;
}
 li.odd .comment_author{
	padding: 36px 23px 0 0;
	text-align: right;
	background: url(images/comment_bg3.png) no-repeat left top;
}

.comment_author img{
	float: left;
	margin: 0 5px;
	vertical-align: middle;
}
li.odd .comment_author img{
	float: right;
}

.comment_author cite{
	color: #5b5b5b;
	font-weight: bold;
	font-style: normal;
}
li.odd .comment_author cite{
	float: right;
}

.commentmetadata{
	padding-right: 4px;
	font-style: italic;
}

.commentmetadata, .commentmetadata a{
	color: #929292;
	text-decoration: none;
}

#main #commentform{
	margin-bottom: 3em;	
}

#commentform .col input, #commentform .col textarea{
	width: 100%;	
}

/* Pager */
.section.pager{	
	padding-top: 10px;
}

.pager ul {
	list-style: none;
	padding: 0;
}
.pager li {
	float: left; margin: 0 6px 6px 0;
}

.pager li a, .pager li.active {
	display: block;
	padding: 4px 8px;
	border: 1px solid #d8d8d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background: #f3f3f3 url(images/page_nav.png) repeat-x left top;	
}
.pager li.active {
	background-color: #000; border-color: #000; color: #fff;
}

/* Tabellen */
table{
	border: none;
	border-spacing:0;
	border-collapse: collapse;
	width: 99%;
	margin-bottom: 2em;
    border-top: 1px solid #D8D8D8;
}

td, th{
	border: none;
    border-bottom: 1px solid #D8D8D8;
	margin: 0;
	padding: 2px;
	vertical-align: top;
}

#table_tldinfo td, #table_tldinfo th, #table_tldservices td, #table_tldservices th {
	padding: 4px 2px;
}

th{
	color: #239cbf;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
}

tr.even td{
	background: #f4f4f4;
}
tr:hover td, tr:hover th{
    background-color: #f4f4f4;
}


th img.fl{
	margin: -2px 5px 0 0;
}

#table_tldservices th{
	vertical-align: middle;	
}

#table_tldservices td img{
	vertical-align: middle;	
}

#tld_graphic{
	position: relative;
	float: right;
	width: 268px;
	margin: 0 0 16px 24px;
}

#tld_graphic h2{
	position: absolute;
	bottom: -10px;
	right: 15px;
	width: 125px;
	height: 110px;
	color: #fff;
	font-weight: bold;
	line-height: 118px;
	text-align: center;
	font-size: 36px;
	text-shadow: 0px 0px 20px #000;
}

#tld_graphic img{
	margin-top: 32px;
	border: 1px solid #D8D8D8;
}

#tld_graphic small{
	position: absolute;
	right: -30px;
	bottom: -23px;
	width: 203px;
	height: 85px;
	background: url(../images/swoosh.png) no-repeat;
}


#table_tldgroup img.flag{
	vertical-align: middle;
	width: 40px;
	height: 40px;
}
/* Definition List */

.country_info dl{
	float: right;
	width: 268px;
	margin: 0 0 16px 24px;
}

.country_info dt, .country_info dd{
	border-top: 1px solid #D8D8D8;
}

.country_info dt.first, .country_info dd.first{
	border-top: 2px solid #D8D8D8;
}

.country_info dt{
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;

}

.country_info dd {
	margin: 0 0 0 102px;
	padding: 0 0 0.5em 4px;
}


/* Forms */
#main form{
	margin-bottom: 1.6em;
}

#main form p{
	margin-bottom: 10px;	
	display: table;
	width: 100%;
}

.tf{
	margin: 1px;
	padding: 2px;
	width: 72%;
	background: none;
	border: 1px solid #d4d4d4;
	-moz-box-shadow: 1px 1px 3px #cecece inset;
	-webkit-box-shadow: 1px 1px 3px #cecece inset;
	box-shadow: 1px 1px 3px #cecece inset;
}

.tf:focus{
	margin: 0;
	background: #fff;
	border: 2px solid #239CBF;
	-moz-box-shadow: 0 0 5px #cecece;
	-webkit-box-shadow: 0 0 5px #cecece;
	box-shadow: 0 0 5px #cecece;
}

.tf1{
	display:inline;
	margin: 1px;
	padding: 2px;
	width: 35%;
	background: none;
	border: 1px solid #d4d4d4;
	-moz-box-shadow: 1px 1px 3px #cecece inset;
	-webkit-box-shadow: 1px 1px 3px #cecece inset;
	box-shadow: 1px 1px 3px #cecece inset;
}

.tf1:focus{
	margin: 0;
	background: #fff;
	border: 2px solid #239CBF;
	-moz-box-shadow: 0 0 5px #cecece;
	-webkit-box-shadow: 0 0 5px #cecece;
	box-shadow: 0 0 5px #cecece;
}

input.date{
    width: 80px;	
}

span.c_input{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #b7b7b7;
    background: #CCC;
}
span.c_input img{
	vertical-align: middle;
}

.btns{
	margin-top: 6px;
	padding: 4px 6px;	
	border-top: 1px solid #b7b7b7;
    background: #ECECEC;
}

.btn, a.clicks, #content .form-submit input{
	width: auto;
	margin: 1px;
	padding: 2px 6px;
	font-size: 90%;
	border: 1px solid #a8a8a8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
    background: #fff url(../images/btn_bg.png) bottom left repeat-x;
}

.btn.important, .pager li.active{
	font-weight: bold;
	color: #1b83a3;
}

a.btn{
	padding: 3px 6px;
    color: #000000;
}

input.readonly{
	background: #fff;
	border: 1px solid #fff;	
}

label{
    display: block;
	float: left;	
	width: 20%; /* default */
	padding-right: 1%;
	text-align: right;
	color: #747474;
}

label.inline{
	display: inline;
	width: auto;
	margin: 0;
	float: none;
	text-align: left;
}

label .req, small .req{
    color: red;
	font-size: 120%;
	font-weight: bold;	
	line-height: 20%;
}

label span.input_counter{
	display: block;
	font-size: 12px;
}

label.default{
	color: #747474;
}

label.focus{
	color: #239cbf;
}

label.pwd{
	width: 25%; /* default */
	float: left;	
	text-align: left;
}

.input_block{ /* more blocks fpor one label */
	display: block;
	margin-left: 18%;
}
.input_block label{
	text-align: left;	
}
.input_block .tf, .tf.block{
	width: 98%;
}

.allowed_tags{
	font-size: 11px;
	line-height: 11px;	
}

fieldset{
	margin: 0 0 2em 0;
	border: 1px solid #e1dacb;
}

legend{
	font-weight: bold;
	padding: 0 8px;	
}

img#captcha{
	float: left;
	margin-right: 6px;	
}

.msg{
	margin: 2em 0 1em 0;
	padding: 0 0 2px 36px;
}

.error, .error h3, .error a{
	color: #e61010;	
}
.error{
	background: url(images/msg_error.png) no-repeat left top;	
}

.ok, .ok h3, .ok a{
	color: #659021;	
}
.ok{
	background: url(images/msg_ok.png) no-repeat left top;	
}

.inbox, .inbox h3, .inbox a{
	color: #659021;	
}
.inbox{
	background: url(images/msg_inbox.png) no-repeat left top;	
}

.warning, .warning h3, .warning a{

}
.warning{
	background: url(images/msg_warning.png) no-repeat left top;	
}

/* small tabs */
.tabs{
	position: relative;
	margin: 0 0 1.6em 0;
	padding: 0;
	height: 23px;
	list-style-type: none;
	border-bottom: 1px solid #c3c3c3;
}

.tabs li{
	margin: 0;
	padding: 0;
	display: inline;
}

.tabs a{
    display: block;
	float: left;
	height: 22px;
	margin: 0 8px;
	padding: 0 8px;
	color: #9c9c9c;
	line-height: 22px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #c3c3c3;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabs .active a{
    position: relative;
	bottom: -1px;
	color: #3a3a3a;
	background: #fff;
	border-bottom-color: #fff;
}




/*-----------------------   SIDEBAR   -----------------------*/
#sidebar{
	position: relative;
	top: 0;
	float: right;
	width: 200px;
	margin: 0 36px 0 0;
	padding: 6px 18px 20px 18px;
	font-size: 12px;
	color: #363636;
	background: #f1f1f1;
}

#sidebar h2{
	font-size: 18px;
}
#sidebar h2, #sidebar h2 a{
	color: #2796b8;
}

#sidebar .section{
	padding: 14px 0 8px 0;
	border-bottom: 2px solid #fff;
}

#sidebar p{
	margin-bottom: 0.5em;	
}

#sidebar .more, table a.more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#sidebar .more a, table a.more{
	color: #2796b8;
	text-decoration: none;
	padding: 1px 19px 1px 0;
	background: url(../images/sidebar_more.png) no-repeat right center;
}
#sidebar .more.action a{
	color: #ff8100;
	background: url(../images/sidebar_more_action.png) no-repeat right center;
}

#label_price{
	position: absolute;
	right: -31px;
	top: -7px;
}



/*-----------------------   HEADER   -----------------------*/
#header{
	position: relative;
	width: 980px;
	height: 99px;
	margin: 0 auto;
	background: #fff;
	border-top: 10px solid #f1f1f1;
}

#logo{
	position: absolute;
	z-index: 2;
	left: 36px;
	top: 17px;
}

#logo, #logo img{
	width: 195px;
	height: 49px;	
}

#logo_big{
	position: absolute;
	left: 50%;
	top: 36px;
	margin-left: -149px;
}

#logo_big, #logo_big img{
	width: 298px;
	height: 201px;	
}

#nav{
	position: absolute;
	z-index: 1;
	right: 40px; /* a) +4px */
	top: 18px;
	width: 714px;
	height: 31px;
	padding: 0;
	font-size: 16px;
	line-height: 31px;
	font-weight: bold;
	background: url(../images/bg_nav.png) no-repeat left top;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#nav ul{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li{
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul a{
	display: block;
	float: left;
	height: 31px;
	padding: 0 24px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
}

#nav ul a#nav_info{
	margin-right: -4px;  /* a) damit rechts der bg von #nav nicht durchblitzt */
	background: url(../images/bg_nav_info.png) repeat-x left top;
	border: none;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#nav ul a.hover1{
	color: #fff;	
}

#nav ul a.hover2, #nav .current_page_item a{
	color: #FFFDD2;	
}

#header #contact{
	position: absolute;
	top: 50px;
	left: 0;
	right: 40px;
	font-size: 11px;
	color: #999;
	text-align: right;
}

/*-----------------------   FOOTER   -----------------------*/

#login{
	width: 908px;
	margin: 0 auto;
	padding: 10px 36px 10px 36px;
	line-height: 15px;
	text-align: left;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #b4d214;
	//filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	//filter: gray; /* IE5+ */
	//-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	border-bottom: 2px solid #fff;
}

#footer{
	width: 908px;
	margin: 0 auto;
	padding: 0 36px 36px 36px;
	line-height: 23px;
	text-align: left;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #e1e1e1;
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

#footer, #footer a{
	color: #8f8f8f;
	text-decoration: none;	
}

#footer a:hover{
	color: #575757;
}

#footer p{
	margin-bottom: 0.4em;	
}

#footer_nav{
	float: left;
	height: 215px;
	border-right: 2px solid #fff;
	padding: 32px 24px 0 0;
}

#footer_nav ul{
	width: 124px;
	border-top: 1px solid #c4c4c4;
}
#footer_nav ul li{
	border-bottom: 1px solid #c4c4c4;
}


#footer_logos{
	float: left;
	//border-right: 2px solid #fff;
	padding: 28px 24px 0 24px;
}

#footer_logos ul{
	float: left;
	width: 135px;
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
    filter: alpha(opacity=60);
	filter: gray; /* IE5+ */
	opacity: 0.60;	
}
#footer_logos ul:hover{
	-ms-filter: none;
	-khtml-opacity: 1;
	-moz-opacity: 1;
    filter: none;
	opacity: 1;	
}

#footer_logos li{
	padding: 0 0 8px 0;
}

#footer_portfolio{
	float: left;
	padding: 23px 0 0 0;
	border-top: 2px solid #fff;	
}

#footer_portfolio ul{
	float: left;
	font-weight: normal;	
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
    filter: alpha(opacity=60);
	filter: gray; /* IE5+ */
	opacity: 0.60;	
	color: #3e3e3e;
}
#footer_portfolio ul:hover{
	-ms-filter: none;
	-khtml-opacity: 1;
	-moz-opacity: 1;
    filter: none;
	opacity: 1;	
}

#footer_portfolio li{
	width: 110px;	
}

#footer_portfolio li a{
	display: block;
	color: #3E3E3E;
}
#footer_portfolio li a:hover{
	text-decoration: underline;
}

#footer_portfolio li img{
	width: 16px;	
	height: 11px;
	margin-right: 3px;
	vertical-align: middle;
}


#cookie-warn {
    background: #95c11f;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.btn-container {
    margin: 0 auto;
    padding: 2px;
    width: 80%;
    text-align: justify;
}
.cookie-warn-a {
	color: #FFF !important;
	text-decoration: underline !important;
}



























