/* SWISSVAT MAIN CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #000000;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	/*height: 100%;
	min-height: 100%;*/
}

body {
	background: #FFFFFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}


/* Basic Layout */

#page-area {
	width: 960px;
	margin: auto;
	text-align: left;
}

#banner {
	background-color: #fbbb29;
	text-align: right;
	overflow: hidden;
	padding-right: 15px;
}

#menu-top-area {
	margin-top: 50px;
	border-bottom: 1px solid #fbbb29;
	overflow: hidden;	
}
#MENU-BASIC {
	float: right;
	overflow: hidden;
}
#LANGUAGE {
	float: right;
	margin-left: 5px;
}
#HOME-LINK {
	padding-left: 15px;
}

/* 3 COL LAYOUT */

#main-area-3cols {
	margin-top: 50px;
	overflow: hidden;
}

#main-area-3cols #col-left {
	float: left;
	width: 160px;
	background-color: #EFEFEF;
}

#main-area-3cols #col-mid {
	float: left;
	width: 515px;
	margin: 0 15px 0 20px;
}

#main-area-3cols #col-right {
	float: left;
	width: 250px;
}



/* MENU MAIN */
#MENU-MAIN {
	font-size: 1.2em;
	padding: 5px 0px 15px 15px;
}
#MENU-MAIN a {
	text-decoration: none;
}
#MENU-MAIN ul {
	margin-left: 0;
	padding-left: 0;
}
#MENU-MAIN li {
	list-style: outside;
	line-height: 1.8em;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
#MENU-MAIN li a {
	color: #444444;
}
#MENU-MAIN li a:hover,
#MENU-MAIN li a.active  {
	color: #000000;
	font-weight: bold;
}

/* level 2 */
#MENU-MAIN ul ul {
	padding-bottom: 5px;
}
#MENU-MAIN li li {
	margin-left: 15px;
	line-height: 1em;
}
#MENU-MAIN li li a {
	color: #666 !important;
	font-weight: normal;
	font-size: 0.9em;
}

/* Print Link */
#PRINTLINK {
	font-size: 1.1em;
	margin-top: 80px;
	padding: 5px 0 5px 15px;
}
#PRINTLINK a {
	text-decoration: none;
	color: #444444;
	background-image: url(../pics/print_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#PRINTLINK a:hover {
	color: #000000;
}

/* MENU BASIC */
#MENU-BASIC {
	line-height: 1.8em;
	font-size: 1.1em;
}
#MENU-BASIC li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
#MENU-BASIC a {
	padding: 0 8px 0 8px;
	text-decoration: none;
	min-height: 1px;
	color: #444444;	
}
#MENU-BASIC a:hover,
#MENU-BASIC a.active {
	color: #000000;
}

/* LANGUAGE MENU */
#LANGUAGE {
	line-height: 1.8em;
	font-size: 1.1em;	
}
#LANGUAGE .country,
#LANGUAGE .country-not-available {
	padding: 0 5px 0 5px;
}
#LANGUAGE .country-not-available {
	color: #999;
}
#LANGUAGE a {
	text-decoration: none;
	color: #444444;	
}
#LANGUAGE a:hover,
#LANGUAGE a.active {
	color: #000000;
}

/* Home Link */
#HOME-LINK {
	line-height: 1.8em;
	font-size: 1.1em;
}
#HOME-LINK a {
	text-decoration: none;
}


/* CONTENT MAIN */
#CONTENT-MAIN {
	font-size: 1.2em;
	color: #333333;
}
#CONTENT-MAIN h1 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
	color: #333333;
}
#CONTENT-MAIN h3 {
	margin: 5px 0 10px 0;
}
#CONTENT-MAIN p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
#CONTENT-MAIN a {
	text-decoration: none;
}
#CONTENT-MAIN a:hover {
	color: #999999;
}
#CONTENT-MAIN ul {
	margin-bottom: 10px;
	color: #fbbb29;
}
#CONTENT-MAIN li {
	list-style: outside;
	list-style-type: none;
	padding-left: 15px;
	background-image: url(../pics/listicon.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#CONTENT-MAIN .csc-textpic-caption {
	font-size: 0.8em;
	padding-bottom: 20px;
}
.csc-menu h3 {
	font-weight: normal;
}
.csc-menu {
	padding-top: 10px;
}

a.workshop-link,
.sw_publikationen_title {
	padding-left: 15px;
	background-image: url(../pics/listicon.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}


/* content: RIGHT */
#CONTENT-RIGHT {

}
#CONTENT-RIGHT p {
	margin: 0;
	padding-bottom: 0.7em;
	line-height: 1.2em;
}
.box-content-right .bodytext {
	background-color: #EFEFEF;
	padding: 7px 10px 3px 10px;
	font-size: 1.2em;
}
#CONTENT-RIGHT a {
	text-decoration: none;
}
#CONTENT-RIGHT a:hover {
	text-decoration: underline;
}


/* SITEMAP */

#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul {
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#CONTENT-MAIN .csc-sitemap ul li a {
	font-weight: bold;
	text-decoration: none;
}

#CONTENT-MAIN .csc-sitemap ul li a:hover,
#CONTENT-MAIN .csc-sitemap ul li a:focus {
	text-decoration: underline;
}

#CONTENT-MAIN .csc-sitemap ul ul {
	margin-bottom: 5px;
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul ul li {
	margin-bottom: 0;
	list-style-type: disc !important;
}

#CONTENT-MAIN .csc-sitemap ul ul li a {
	font-weight: normal;
}

#CONTENT-MAIN .csc-sitemap ul ul ul {
	margin-left: 30px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}


/* MAIL FROM CSS SETTING */

.csc-mailform-field {
	clear: both;
}

.csc-mailform-field label {
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	/*font-weight: bold;*/
	display: block;
	float: left;
}

.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-mailform-field TEXTAREA {
	width: 250px;
	margin-top: 5px;
}

.csc-mailform-field INPUT {
	margin-top: 5px;
	width: 250px;
}

.csc-mailform-field SELECT {
	margin-top: 5px;
	width: 170px !important;
}

.csc-mailform-submit {
	clear: both !important;
	border: 1px solid #666;
	width: 30px;
	margin-left: 80px;
	margin-top: 15px;
	padding: 0px;
}

.csc-mailform-field-check {
	padding-left: 80px;
	clear: both;
}
.csc-mailform-field-check label {

}
.csc-mailform-field-check .csc-mailform-check {
	display: block;
	padding-bottom: 10px;
	padding-right: 5px;
	float: left;
}

.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 10px;
}



/* SEARCH */

#SEARCH {
	padding: 3px 0 3px 10px;	
	text-align: left;
}
.tx-indexedsearch-searchbox, .tx-indexedsearch-info {
	display: none;
}
.tx-macinasearchbox-pi1 .searchbox_input {
	border: 1px solid #E8F0FF;
	background: #FFFFFF;
	width: 80px;
}
.tx-macinasearchbox-pi1 .searchbox_submit {	
	border: none;
	background: none;
}
.tx-indexedsearch-title A {
	font-family: Verdana, Helvetica, sans-serif;
	color: #024731;
	text-decoration: none;
}
.tx-indexedsearch-title a:hover {
	text-decoration: underline;
}
.tx-indexedsearch-browsebox A {
	color: #0051A8;
}
.tx-indexedsearch-browsebox UL {
	list-style: none;
	padding-left: 0;
}
.tx-indexedsearch-browsebox LI {
	display: inline;
	padding-right: 5px;
}


/* Publikationen */
.sw_publikationen_image {
	margin-top: 5px;
	margin-right: 3px;
}
.tx-swpublikationen-pi1-listrow td {
	padding-bottom: 5px;
}


/* Workshop Registration */
.tx-pvworkshop-pi1 form {
	padding-top: 15px;
}

.tx-pvworkshop-pi1 formfield {
	clear: both;
}

.tx-pvworkshop-pi1 label {
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	font-weight: normal;
	display: block;
	float: left;
}

.tx-pvworkshop-pi1 INPUT,
.tx-pvworkshop-pi1 TEXTAREA, 
.tx-pvworkshop-pi1 SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx-pvworkshop-pi1 TEXTAREA {
	width: 250px;
	margin-top: 5px;
}

.tx-pvworkshop-pi1 INPUT {
	margin-top: 5px;
	width: 250px;
}

.tx-pvworkshop-pi1 SELECT {
	margin-top: 5px;
	width: 170px !important;
}

.tx-pvworkshop-pi1 INPUT.zip {
	width: 40px !important;
}
.tx-pvworkshop-pi1 INPUT.city {
	width: 204px !important;
}

.tx-pvworkshop-pi1 .submit_button {
	clear: both !important;
	border: 1px solid #666;
	width: 140px;
	margin-left: 80px;
	margin-top: 15px;
	padding: 0px;
	cursor: pointer;
}
.tx-pvworkshop-pi1 #form-note {
	padding-top: 10px;
	padding-left: 80px;
}
.tx-pvworkshop-pi1 #form-note-error {
	padding-top: 10px;
	padding-left: 80px;
	font-weight: bold;
	color: red;
}

/* NEWSLETTER Registration */
.tx-pvnlsubscription-pi1 form {
	padding-top: 15px;
}

.tx-pvnlsubscription-pi1 formfield {
	clear: both;
}

.tx-pvnlsubscription-pi1 label {
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	font-weight: normal;
	display: block;
	float: left;
}

.tx-pvnlsubscription-pi1 INPUT,
.tx-pvnlsubscription-pi1 TEXTAREA, 
.tx-pvnlsubscription-pi1 SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx-pvnlsubscription-pi1 TEXTAREA {
	width: 250px;
	margin-top: 5px;
}

.tx-pvnlsubscription-pi1 INPUT {
	margin-top: 5px;
	width: 250px;
}

.tx-pvnlsubscription-pi1 SELECT {
	margin-top: 5px;
}

.tx-pvnlsubscription-pi1 INPUT.zip {
	width: 40px !important;
}
.tx-pvnlsubscription-pi1 INPUT.city {
	width: 204px !important;
}

.tx-pvnlsubscription-pi1 .submit_button {
	clear: both !important;
	border: 1px solid #666;
	width: 140px;
	margin-left: 100px;
	margin-top: 15px;
	padding: 0px;
	cursor: pointer;
}
.tx-pvnlsubscription-pi1 .unsubscribe_button {
	clear: both !important;
	border: 1px solid #666;
	width: 180px;
	margin-left: 100px;
	margin-top: 15px;
	padding: 0px;
	cursor: pointer;
}
.tx-pvnlsubscription-pi1 #form-note {
	padding-top: 10px;
	padding-left: 100px;
}
.tx-pvnlsubscription-pi1 #form-note-error {
	padding-top: 10px;
	padding-left: 100px;
	font-weight: bold;
	color: red;
}
.tx-pvnlsubscription-pi1 .error-message {
	padding-top: 10px;
	padding-left: 100px;
	font-weight: bold;
	color: red;
}