/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2014 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */


/* @group headings, paragraph */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #618581;
	font-weight: bold;
	font-size: 16px;
    margin-bottom: 10px;
	border-bottom: 1px solid #618581;
	display: block;
}
h2, h2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #618581;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #618581;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
}

div.introduction {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	font-size: 13px;	
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	/*border-top: 1px solid #618581;
	border-bottom: 1px solid #618581;*/
	background-color: #dff0f1;
}

blockquote {
  margin-top: 5px;
  border-left: 5px solid #ddd;
  padding-left: 10px;
  margin-left: 20px;
  text-align:justify;
}

label {
	width: 100px;
    display: block;
    float: left;
	margin-left: 20px;
}

fieldset {
	background-color: #ddd;
}

legend{
	font-weight: bold;
	padding: 3px;
}

input[type=submit] {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background:#888;
	border: 1px solid #618581;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	padding: 5px;
}

input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border: 1px solid #618581;
	padding: 5px;
}


a.button {
	display: inline-block;
	padding: 5px 7px;
	background:#888;
	color: #fff;
	margin: 0px;
}
a.button:hover {
	background:#888;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	background-color: #618581;
	text-align: left;
}

h3, h3 a,
div.content h3.portlet-title,
div.content h3.portlet-title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	padding-bottom: 7px;
	text-align: left;
}
h6, h6 a,
h4, h4 a,
h5, h5 a {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0 0 3px 0;
	line-height: 20px;
	text-decoration: none;
}
p {
	text-align:justify;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;	
	padding-top: 0px;
	padding-bottom: 10px;
}

/* @end */

/* @group link */

a, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #618581;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #618581;
}

a img {
	border: none;
}
#contentframe .resource_subtitle {
	display: none;
}


/* @end */

/* @group unordrered list */

.content ul,
.content ol {
	margin: 0 0 20px 16px;
	width: auto;
}
.content .chosen ul {
	margin: 0;
}
.content ul li {
	list-style-image: url(../img/bullet.gif);
}
.content ol {
	list-style-type: decimal;
	margin: 0 0 20px 16px;
}
.content ul.sitemap {
	margin: 0;
}

/* @end */

/* @group content table */

.content table {
	border: none;
	border-spacing: 0;
	margin: 0 0 20px 0;
}
table th {
	color: #005065;
	color: #fff;
	border-bottom: 2px solid #005065;
	padding: 6px;
	text-transform: uppercase;
}
table td {
	border-bottom: 1px solid #ccc;
	padding: 10px 6px;
}

/* @end */

/* @group forms */


/* @end */