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

/* @group global content */

div#content p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'VistaSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#content h1, #content h2, #content h3 {
	margin-bottom: 19px;
	padding: 0;
	color: #333333;
}
#content h1 a,
#content h2 a,
#content h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#content h1 {
   font-size: 30px;
   line-height: 32px;
}

#content h2,
#content h2 a {
	font-size: 23px;
}

#content h3,
#content h3 a {
	font-size: 20px;
}

#content ul,
#content ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

#content a {
	color: #333;
	text-decoration: underline;
}

#content a:hover {
	color: #007FD1;
}

#content .introduction {
	font-family: 'VistaSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 17px 0;
}

#content strong, #content b {
	font-family: 'VistaSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* @end */

/* @group table */

table.table {
	border: 0 none;
	margin-bottom: 20px;
	border-collapse: collapse;
}

table.table th,
table.table td {
	padding: 6px;
}

table.table th {
	color: black;
	font-family: 'VistaSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #1481CE;
	background-color: transparent;
}

table.table td {
	border-top: 1px solid #1481CE;
}

/* @end */

/* @group resources */

div.resource_container.documents {
	margin: 0;
	padding: 0;
	border: 0 none;
}

div.resource_container.documents h2 {
	display: none;
}

div#content .resource_link {
	border: 0 none;
	padding: 0;
}
div#content .resource_link img {
	display: block;
}

/* @end */

/* @group button */

a.button,
input.button,
div.management input.float_left,
div.management input.float_right,
input.mailform-submit,
input.action_button,
input[type=button],
input[type=submit],
div#contentframe .management input.button {
	background-color: #1481CE;
	padding: 3px 8px;
	color: white !important;
	text-decoration: none !important;
	border: 0 none;
	cursor: pointer;
	border-radius: 0px !important;
	font-weight: 600;
	border: 1px solid #1481CE !important;
	font: 14px/22px 'VistaSans', Arial, Helvetica, sans-serif;
	text-decoration: uppercase;
}

a.button:hover,
input.button:hover,
div.management input.float_left:hover,
div.management input.float_right:hover,
input.mailform-submit:hover,
input.action_button:hover,
input[type=button]:hover,
input[type=submit]:hover,
div#contentframe .management input.button:hover  {
	background-color: #fbe92d !important;
	padding: 3px 8px;
	color: #1481CE !important;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0px;
	border-color: #EEEEEE !important;
	font-weight: normal;
}
a.button.with_icon:hover {
	padding-left: 30px;
}

/* @end */