/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html { overflow-y: scroll; }

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/bg.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/img08.gif) no-repeat;
	font-style: italic;
}

a, a:link {
	color: #668CA3;
}

a:active {
	color: #ED5C0C;
}



a:hover {
	text-decoration: none;
	color: #00278B;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 826px;
	height: 88px;
	margin: 0 auto;
	position: relative;
	/*border-right: 1px solid #EDEBD5;*/
}

#main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-menu li {
	display: inline;
}

#main-menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 20px 15px 0 20px;
	/*border-left: 1px solid #bdbdbd;*/
	text-decoration: none;
	text-align: center;
	font-size: 130%;
	color: #333333;
}

#main-menu a:hover {
	background: #F7F7F4;
}

#main-menu .act a {
	background: #BABABA;
	color: #FFFFFF;
}

.sub-nav{
	
}

.sub-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-nav li {
	display: inline;
}

.sub-nav a {
	/*border-left:1px solid #bdbdbd;*/
	color:#333333;
	display:block;
	float:left;
	font-size:13px;
	height:34px;
	padding:7px 10px 0 10px;
	text-align:center;
	text-decoration:none;
}

.sub-nav a:hover {
	background: #F7F7F4;
}

.sub-nav .act a,
.sub-nav .firstact a {
	background: #B7D8E2;
	color: #333333;
}

.sub-nav .first a,
.sub-nav .firstact a{
	padding-left: 20px;
}

.sub-nav ul li.firstact a,
.sub-nav ul li.first a{
	padding-left: 20px;
}

/* Header */

#header {
	width: 826px;
	height: 131px;
	margin: 0 auto;
	position: relative;
	background: url(../images/header0.jpg) no-repeat;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 12px 0 0 12px;
	text-align: center;
	font-size: 22px;
}

#header h1 .red{
	color: #E2001A;
}

#header a {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

#header #servicenav{
	position: absolute;
	top: 6px;
	right: 16px;
	color: #FFFFFF;
}

#header #servicenav ul{
	list-style-type: none;
}

#header #servicenav ul li{
	float: left;
	padding-left: 8px;
}

#header #servicenav ul li.act a{
	text-decoration: underline;
}

#header #servicenav ul li a:hover{
	text-decoration: underline;
}

#header #searchbox{
	position: absolute;
	top: 78px;
	right: 16px;
	color: #666666;
}

#header #searchbox input{
	color: #666666;
}

#header #homelink{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 90px;
	width: 210px;
}

#tools{
	position: relative;
}

#tools #breadcrumb{
	height: 40px;
}

#tools #lang-menu{
	position: absolute;
	right: 0;
	top: 0;
}

#tools #lang-menu ul {
	margin: 0;
	padding: 0;
	line-height: 13px;
	list-style: none;
}

#tools #lang-menu li {
	float: left;
	padding: 0 0 0 8px;
	margin-top: 0;
}

#tools #lang-menu a {
	color:#333333;
	text-decoration: none;
}

#tools #lang-menu a:hover,
#tools #lang-menu .act a {
	text-decoration: underline;
}

#breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumb li {
	float: left;
}

#breadcrumb a {
	text-decoration: none;
	color: #666666;
}

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

/* Page */

#page {
	width: 814px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
	
}

/* Content */

#content {
	float: left;
	width: 544px;
	padding-top: 10px;
	margin-right: 40px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 204px;
	padding: 5px 13px;
	background: #EDEBD5;
}

#sidebar h1 {
	color: #333333;
	font-size: 130%;
	margin-bottom: 10px;
}

#sidebar h2 {
	color: #333333;
	font-size: 120%;
	margin-bottom: 10px;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	/*padding: 15px;*/
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #668CA3;
}

#sidebar #search{
	padding: 8px 0 10px 0;
	margin-bottom: 20px;
}

.bluebox {
	background: url(../images/img05.gif) repeat-y;
}

.bluebox h2 {
	background: url(../images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #F0F0F0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

.clear{
	clear: both;
	
}

/* indexed_search */
.searchbox-tmpl-css fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}

.searchbox-tmpl-css fieldset legend{
	display: none;
}

.searchbox-tmpl-css .tx-indexedsearch-search-submit{
	padding: 7px 0 0 143px;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	font-weight: bold;
	text-align: left;
}

.tx-indexedsearch-res h3{
	margin-bottom: 10px;
}

.tx-indexedsearch-res dl{
	padding: 5px 7px 5px 7px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #E2001A;
}

.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	margin-top: 0;
}

.tx-indexedsearch-icon img{
	vertical-align:text-bottom;
}

.teaser{
	font-weight: bold;
	color: #666666;
}

input.francais{
	width: 140px!important;
}

input.italiano{
	width: 159px!important;
}

.csc-mailform {
	border:	0 none;
}

#mailform .csc-mailform-field label {
	display: block;
	float: left;
	width: 130px;
}

#mailformKontakt {
	margin-bottom: 20px;
}

#mailform {
	margin-bottom: 40px;
}

#mailform input, #mailform textarea {
	border: 1px solid #666666;
	width: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1px;
	font-size: 13px;
}

.csc-mailform-field {
	margin-bottom: 10px;
}

.csc-mailform-submit {
	border: 1px solid #666666;
	margin-top: 20px;
	margin-left: 130px;
	width: auto !important;
}

.csc-mailform-label {
	font-size:	10px;
}

#mailformInfos {
	width:	212px;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right:	25px !important;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0;
}

#formhandler_contact_form .row{
	width: 300px;
	margin-bottom: 8px;
}

#formhandler_contact_form .row .col{
	float:left;
}

#formhandler_contact_form label,
#formhandler_contact_form input{
	display:block;
}

#formhandler_contact_form .row .col input{
	width: 143px;
}

#formhandler_contact_form .row input,
#formhandler_contact_form .row textarea{
	width: 290px;
}

#formhandler_contact_form .row select{
	width: 294px;
}

#formhandler_contact_form .lang_box input,
#formhandler_contact_form .lang_box label,
#formhandler_contact_form .doc_box input,
#formhandler_contact_form .doc_box label{
	float: left;
	margin: 0 3px 3px 0;
}

#formhandler_contact_form label{
	font-size: 10px;
}

#formhandler_contact_form h2{
	margin: 10px 0;
}

#formhandler_contact_form h3{
	color: #333333;
	margin-bottom: 5px;
}

#formhandler_contact_form label.bigLabel{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

#formhandler_contact_form #city{
	width: 216px;
}

#formhandler_contact_form #zip{
	width: 70px;
}

#formhandler_contact_form .spec_row{
	margin-bottom: 10px;
}