/* 
	Project:  eCH Website
	Author:   Puzzle ITC GmbH, Bern, Switzerland (www.puzzle.ch) 
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
* body {
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		font-size:12px;
		color:#333;
		background-color: #fff;
}
a {
	color: #4f94c9;
	text-decoration: none;
}
a:hover {
	color: #4f94c9;
	text-decoration: underline;
}
p {
	margin: 0 0 15px 0;
}
h1 {
	font-size: 1.6em;
    font-weight: bold;
	margin-bottom: 1em;
}
h1 a {
	background: inherit;
}
img {
	border: 0;
}

h2 {
	font-size: 1.6em;
    font-weight: bold;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.4em;
    font-weight: bold;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
    font-weight: bold;
	margin-bottom: 0.5em;
}

ul {
	list-style-position: inherit;
	padding: 0px 0px 10px 0px;
}
ul li {
	margin-left:20px;
	margin-top: 0.5em;
}
ul li ul {
	padding: 0px 0px 5px 0px; 
}


ol {
	list-style-position: inherit;
	padding: 0px 0px 10px 0px; 
}
ol li {
	margin-left:20px;
	margin-top: 0.5em;
}
ol li ul {
	padding: 0px 0px 5px 0px; 
}

.content {
	margin: 0px;
	padding: 0px;
}

.content div {
	margin: 0px;
	padding: 0px;
}

.content p {
	margin: 0px 0px 1em 0px;
}

.content table {
	margin: 0px 0px 1em 0px;
	border: solid 1px #AAA;
	border-collapse: collapse;
}

.content table thead {
	font-weight: bold;
	background-color: #FAFAFF;
}

.content table tbody {
	font-weight: normal;
}

.content table th {
	border: solid 1px #AAA;
	padding: 2px 5px 2px 5px; 
}

.content table td {
	border: solid 1px #AAA;
	padding: 2px 5px 2px 5px; 
}


.content .info {
	font-size:12px;
    font-weight: normal;
	margin-bottom: 15px;
}

.content .info h2 {
	margin-bottom: 5px;
}



.content form label {
	padding-top: 4px;
	width:10em;
	float:left;
}

.content form .message {
	font-weight: bold;
}

.content form .errormessage {
	font-weight: bold;
	color: #e70e39;
}

.content .feedback_message {
	padding: 5px;
	margin: 0px 0px 20px 0px;
	
	border: solid 1px #cdd6e0;
	background-color: #e8f2fe;
	
	font-weight: normal;
}

.content .success_message {
	padding: 5px;
	margin: 0px 0px 20px 0px;
	
	border: solid 1px #cdd6e0;
	background-color: #e8f2fe;
	
	font-weight: normal;
}

.content .error_message {
	padding: 5px;
	margin: 0px 0px 20px 0px;
	
	border: solid 1px #ff0000;
	background-color: #ffeeee;
	
	font-weight: bold;
	color: #ff0000;
}



/**********
 * newsEntry 
 ***********/

div.newspost {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 4px;
}

div.newspost h3 {
	margin-bottom: 0px;
}

div.newspost h3 a {
}

div.newspost small {
	color: #666;
}

div.newspost .entry {
	margin-top: 5px;
}

div.newspost .more {
	margin-bottom: 2px;
}


hr {
	background-color: #E0E0E0;
	height: 1px;
	border: none;
	
	margin-bottom: 4px;
}


#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	border-top: 5px solid #e9e9e9;
}


#top {
	float: right;
	text-align: right;
}
#top a {
	color: #808080;
}
#top .menuitem {
	color: #808080;
	margin: 0 0 0 13px;
	background: #fff url(../images/toparrow.png) no-repeat center left;
	padding: 0 0 0 12px;
}

#top .localeitem.current {
	color: #000;
}

 
#top form {
	margin: 25px 0px 10px 0px;
	
}


input.searchfield {
	width: 175px;
	padding: 6px;
	border: 1px solid #ccc;
	font-size: .9em;
}
input.searchbutton {
	background: #71b0d6;
	border: 0;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
}

input.textfield {
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	font-size:12px;
}

input.checkbox {
	margin: 5px 0 5px 0px;
	padding: 2px;
	font-size:12px;
}

textarea.textarea {
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	font-weight: normal;
	font-size:12px;
}

select {
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	font-weight: normal;
	font-size:12px;
}
input.button {
	color: #fff;
	background: #71b0d6;
	border: 1px solid #5190b6;
	font-weight: normal;
	font-size:12px;
	padding:1px 5px 1px 5px;
}

input.button-link {
	color: #4f94c9;
	background-color: transparent;
	border: none;
	font-weight: normal;
	font-size:12px;
	
	background: #fff url(../images/toparrow.png) no-repeat center left;
	padding: 0 0 0 12px;

}


form fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

form fieldset legend {
	color: black;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

#dossierConsultation .dossierConsLabel {
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 20px;
	width: auto;
	float: left;
}

#dossierConsultation .dossierConsTextfield {
	font-size:12px;
	border:1px solid #CCCCCC;
	margin:0 0 5px;
	padding: 2px;
	width: 4em;
	float: left;
}

#dossierConsultation .dossierConsTextarea {
	font-size:12px;
	border:1px solid #CCCCCC;
	margin:0 0 5px;
	padding: 2px;
	width: 50em;
	height: 5em;
	clear: both;
}

#logo {
	float: left;
	
	color: #808080;
	/*line-height: 25px;*/
	
	width: 440px;
	height: 65px;
	background: url(../images/ech-tagline.gif) no-repeat bottom left;
}

/* 
 * top-navigation 
 */
 
#global_x002e_headernav {
	clear: both;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-top: dotted 1px #ccc;
	border-bottom: solid 3px #e9e9e9;
}

 
#menu {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #ccc;
	font-size:14px;
}
#menu li {
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 12px;
	display: inline;	
	font-size: 16px;
}

#menu li a {
	color: #666;	
}
#menu li a:hover {
	color: #333;
}

#menu li.selected a {
	font-weight: bold;
}

#left {
	clear: left;
	float: left;
	width: 200px;
	margin: 0px 0px 10px 0px;	
	padding: 5px 0px 15px 0px;
	background-color: #FAFAFF;
	border: solid 1px #F3F3F3;
}

#left ul  {
	margin: 0px;
	padding: 0px;	
}

#left ul ul  {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#left li {
	margin: 5px 0px 0px 14px;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
}

#left li a {
	font-size: 12px;
	font-weight: normal;
	
	color: #787A8F;
	background: url(../images/nav_point.gif) no-repeat center left;
	padding: 1px 0 0 15px;
}

#left li li a {
	font-size: 12px;
	font-weight: normal;
	
	color: #787A8F;
	background: url(../images/nav_point.gif) no-repeat center left;
	padding: 1px 0 0 15px;
}

#left li.selected a {
	font-weight: bold;
}

#left li.current a {
	font-weight: bold;
}

#left li.current li a {
	font-weight: normal;
}

#main {
	float: left;
	width: 645px;
	margin: 0px 0px 20px 10px;
}
#main img {
	float: left;
	border: 3px solid #eee;
	padding: 1px;
	margin: 0 15px 5px 0;
}


#main iframe {
	border: solid 1px #AAA;
	width: 643px;
	padding: 0px;
	margin: 0px;
}

#line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: #fff url(../images/smalldot.gif) repeat-x;
}
#ad {
	float: right;
	text-align: center;
	padding: 33px 0 0;
	width: 250px;
	border: 3px solid #eee;
	color: #ccc;
	height: 50px;
	margin: 0 0 15px;
}


/**
 * Sidebar
 */
 
#sidebar {
	float: right;
	width: 250px;
	border: solid 1px #cdd6e0;
	background-color: #e8f2fe;
	padding: 5px;
	margin: 0px 0px 20px 0px
}
 
#sidebar h3 a {
	color: #333;
}

#sidebar hr {
	margin: 10px 0px 6px 0px;
}


#sidebar table tr.selected td {
	font-weight: bold;
}
 
 #sidebar .menuitem {
	background: #e8f2fe url(../images/toparrow.png) no-repeat center left;
	padding-left: 12px;
}
 
/*
#sidebar div {
	border-bottom: 1px solid #cdd6e0;
}
*/

/* 
#shortnews {	
	float: right;
	width: 250px;
	border: solid 1px #cdd6e0;
	background-color: #e8f2fe;
}
*/

.news {
	padding: 0 0 2px;
	margin: 0 0 10px;
}
#right {
	margin: 0 0px 20px 0;
	padding: 0 0 0 0px;
	float: right;
	width: 715px;
	/*text-align: justify;*/
}
.border {
	clear: both;
	border-left: 4px solid #ccc;
	padding: 0 0 0 15px;
}
#rl {
	float: left;
	width: 290px;
	margin: 0 20px 30px 0;
}
#rr {
	float: right;
	width: 290px;
}
#rl li, #rr li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding: 4px;
	margin: 0;
}
#rl li a, #rr li a {
	background: #fff url(../images/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}
#footer {
	clear: both;
	padding: 4px 10px 4px 10px;
	margin: 20px 0px 10px 0px;
	font-size: 8pt;
	color: #808080;
	background: #e9e9e9;
	border-bottom: solid 1px #ccc;
}
.links a {
	font-weight: bold;
	color: #787A8F;
	background: #fff;
	margin: 0 10px 0 0;
	background: url(../images/dot.png) no-repeat center left;
	padding: 0 0 0 10px;
}
.sponsor {
	color: red;
	background: #eee;
}
#footer li {
	list-style: none;
}
#fl {
	width: 80%;
	font-size:0.9em;
}
#fr {
	float: right;
}

/*
label {
	margin-right:10px;
	margin-left:5px;
	width:10em;
	float:left;
}
*/

.debugInfo {
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:10px;
	padding: 5px;
	color:#333333;
	background-color: #bbddff;
	border: 1px solid #99bbcc;
	display: none;
}

table.list {
	width: 100%;
}

table.list thead {
	background-color: #FAFAFF;
}

table.list th {
	border: solid 1px #AAA;
	padding: 2px 5px 2px 5px; 
}

table.list td {
	border: solid 1px #AAA;
	padding: 10px 5px 10px 5px; 
}


dl {
}

dt {
	font-weight: bold;
}

/* dd:before { content: "- "; } */
	
dd {
	padding: 0 0 4px 15px;
}


/* categories */

div.categoryTree {
	border: solid 1px #cdd6e0;
	background-color: #e8f2fe;
	padding: 5px;
	margin-bottom: 20px;
} 

div.categoryTree li {
	list-style: url("../images/nav_point.gif");
} 

.categoryTree li a {
	font-size: 12px;
	font-weight: normal;
	/* color: #787A8F; */
}

/* member and leader list  */

#leaderList .memberList {
	margin-bottom: 1em;
}
#leaderList .memberList .memberList-photo {
	margin-left: 20px;
	margin-right: 10px;
}

.memberList-photo {
	float: left;
	width: 100px;
}

.memberList-photo img {
	max-width: 64px;
	max-height: 64px;
}


#leaderList .memberList .memberList-text {
	margin-left: 20px;
}
.memberList-floadEnd {
	clear: both;
}
#leaderList .memberList .memberList-text .memberList-title {
	font-size: 12px;
	font-weight: bold;
}

