@charset "utf-8";
/* ==================================================================== */
/* Web design and development by UNORM Philippe Kuenzler - www.unorm.ch */
/* ==================================================================== */
* {
	margin:0;
	padding:0;
	font-family:'Trebuchet MS',Trebuchet,'Lucida Grande',LucidaGrande,Lucida,"Lucida Sans",'Lucida Sans Unicode',Geneva,Arial,sans-serif;
	font-weight:normal;
	color:#373B5B;
	border:0;
}
html {
	overflow-y:scroll;
}
body {
	background:#A9BCF5;
	font-size:14px;
}

/* structure */
#top {
	position:absolute;
	top:-1px;
	height:1px;
}
#head {
	background:#A9BCF5 url(/images/global/bg-head.gif) repeat-x center top;
}
#body {
	background:#fff;
	overflow:hidden;
	padding:0 0 5px 0;
}
#foot {
	background:#A9BCF5 url(/images/global/bg-foot.gif) repeat-x center top;
	overflow:hidden;
	font-size:12px;
	line-height:18px;
}
.page {
	margin:0 auto;
	width:980px;
	overflow:hidden;
        top:50%;
        left:50%;
}
#head .col-1, #head .col-2 {
	padding:0 20px;
	overflow:hidden;
	width:400px;
	float:left;
}
#head .col-2 {
	padding-top:50px;
    float:right;
}
#head .col-11 {
	padding:0 20px;
	overflow:hidden;
	width:920px;
	float:left;
}
#head .col-12 {
	padding:0 20px;
	padding-top:50px;
	overflow:hidden;
    float:right;
}

#body .col-1, #body .col-2, #body .col-3 {
	padding:0 20px;
	overflow:hidden;
	width:200px;
	float:left;
}
#body .col-2 {
	width:460px;
	padding:14px 20px;
}
#body .col-1 {
	padding-bottom:34px;
}
#body .col-3 {
	padding:0 0 7px 0;
	margin:27px 20px 14px 20px;
	font-size:12px;
	line-height:18px;
	border-bottom:1px solid #CCCDD5;
}
#foot .col-1, #foot .col-2, #foot .col-3, #foot .col-4, #foot .col-5 {
	padding:20px 20px 5px 20px;
	overflow:hidden;
	width:140px;
	float:left;
}
#foot .col-1, #foot .col-5 {
	width:200px;
}
#foot .col-3, #foot .col-4 {
	padding-left:0;
}

/* content */
img {
	display:block;
}
h1 {
	font-size:20px;
	line-height:28px;
	padding:14px 0;
	clear:both;
}
h2 {
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	padding:7px 0;
}
p, ul, ol, h2 {
	line-height:21px;
	padding-bottom:14px;
	overflow:hidden;
}
#body ul, ol {
	list-style:circle;
	padding-left:16px;
	overflow:auto;
}
#foot p, #foot ul, #foot ol, #foot h2 {
	line-height:18px;
	padding-bottom:12px;
}
a {
	text-decoration:none;
	color:olive;
}
a.on, li.on a {
	color:#373B5B;
}
a:hover, a.on:hover, li.on a:hover {
	color:#373B5B;
}
.img-float-l {
	float:left;
	margin:0 20px 1em 0;
}
.img-float-r {
	float:right;
	margin:0 0 1em 20px;
}
#body img, #foot img {
	border:1px solid #CCCDD5;
	margin-top:4px;
}
#foot ul, ol {
	list-style:none;
	line-height:18px;
}
#foot h2 {
	font-size:13px;
	line-height:19px;
	padding:0 0 5px 0;
}
.bold, strong {
	font-weight:bold;
}
em {
	font-style:italic;
	font-weight:normal;
}
.clear {
	clear:both;
}
/* tables */
table {
	border-collapse:collapse;
	line-height:21px;
	margin-bottom:14px;
}
td, th {
	padding-right:10px;
	vertical-align:top;
}
.zebra {
	width:100%;
}
.zebra td {
	padding:5px;
	vertical-align:top;
}
.even {
	background-color:#efefef;
}

/* menu */
#body ul.menu, #body ol.menu {
	list-style:none;
	padding:14px 0;
	border-bottom:1px solid #CCCDD5;
}
#body ul.submenu, #body ol.submenu {
	padding:0 0 0 16px;
	font-size:12px;
}
.menu.first {
	margin-top:34px;
	border-top:1px solid #CCCDD5;
}
.menu a {
	display:block;
	font-weight:bold;
}
.submenu a {
	font-weight:normal;
}
.submenu a { color:olive !important; }
.submenu a:hover { color:#373B5B !important; }
.submenu li.on a { color:#373B5B !important; }
.menu .submenu { display:none; line-height:18px; }
.menu li.on .submenu { display:block; }

/* forms */
.col-34 {
	margin-left:160px;
}
label, .label {
	width:140px;
	display:block;
	float:left;
	padding:3px 20px 0 0;
	text-align:right;
}
input, textarea, select {
	color:#373B5B;
	background:#fff;
	font-size:1em;
	border:1px solid #CCCDD5;
}
input.field, textarea.field {
	width:287px;/*be nice to IE6*/
	padding:4px;
}
input.field-ort {
	width:180px;
	padding:4px;	
}
input.field-xs {
	width:60px;
	padding:4px;	
}
input.field-date {
	width:80px;
	padding:4px;	
}
.radio {
	vertical-align:middle;
	border:0;
}
.radio-label {
	width:auto;
	text-align:left;
	display:inline;
	float:none;
}
.button {
	color:#F5F5DD;
	background:olive;
	margin-right:10px;
	cursor:pointer;
	padding:0 5px;
	font-weight:bold;
	overflow:visible;
	height:26px;
}
.button:hover {
	color:#373B5B;
	background:#F5F5DD;
}
.errorfield, .errors {
	border:1px solid #f88;
}
.errors {
	line-height:21px;
	padding:10px;
	margin:0 3px 14px 160px;
}

/* side content */
#body .col-3 label {
	width:60px;
	padding:7px 0 0 0;
	text-align:left;
}
#body .col-3 p .link-button {
	color:#F5F5DD;
	background:#65B747;
	margin-right:10px;
	padding:3px 4px;
	font-weight:bold;
	border:1px solid #CCCDD5;
	line-height:35px;
}
#body .col-3 p .link-button:hover {
	color:#373B5B;
	background:#fff;
}
#body .col-3 input {
	margin-top:5px;
}
#body .col-3 input.field {
	padding:3px;
}
#body .col-3 .button {
	height:24px;
	padding:0 4px;
	margin-right:5px;
}
#body .col-3 .button:hover {
	background:#F5F5DD;
}
#body .col-3 p, #body .col-3 ul,  #body .col-3 ol {
	line-height:18px;
	padding:0 0 10px 0;
}
#body .col-3 ul, #body .col-3 ol {
	padding:0 0 10px 16px;
}
#body .col-3 h1 {
	border-top:1px solid #CCCDD5;
	font-size:14px;
	font-weight:bold;
  margin-top:7px;
	padding:14px 0 7px 0;
	line-height:21px;
}
#body .col-3 h2 {
	font-size:12px;
	font-weight:bold;
	padding:0 0 7px 0;
}

/*banner ads*/
div.bannerads {
	padding-top:22px;
	font-size:10px;
	text-align:right;
}
#body .bannerads img {
	border:0;
	margin-top:10px;
}