/** Element fixing **/
.subnav {
	margin-bottom: 20px;
}
.block.extsearch .btn-default span {
	font-size: 13px;
	padding: 0 22px 0 3px;
}

.main ol li {
	font-size: 13px;
}

/** TYPO3 content-element styling **/
.main .csc-header h4 {
	font-family: 'VAG',Arial,Verdana;
	font-size: 14px;
	margin-bottom: 15px;
}

.main .csc-default h3 {
	clear: right;
	font-size: 15px;
	margin: 0;
	padding: 15px 0 0;
}

.main .more,
.main .more-page,
.main .more-url {
	background: url("../image/arrows.png") no-repeat scroll 0 8px transparent;
	float: right;
	font-size: 13px;
	padding: 5px 0 0 10px;
	text-decoration: none;
}

.main p.bodytext {
	margin-bottom: 2px;
}

.main a.back-to-top {
	float: right;
	font-size: 11px;
}

.main .faq-block {
	padding: 10px 0;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}

.experts {
	background: none repeat scroll 0 0 transparent !important;
	color: #333333;
	overflow: hidden;
	padding: 10px 0 !important;
}
.experts div {
	margin-left: 95px;
}
#accordion h3 {
	font-size: 18px;
}
.main ul.articlesub li h3 {
	padding: 0;
	font-size: 18px;
}
.main ul.articlesub li h4 a,
.main ul.newest li h4 a {
	color: #4E4E4E;
	text-decoration: none;
}
.main ul.newest li h4 a:hover,
.main ul.articlesub li h4 a:hover {
	color: #EC6708;
}
.aside .organisations div a.cta {
	width: auto;
}

/**
* Styling for the login box
*/
.tx-felogin-pi1 {
	font-size: 130%;
}

.tx-felogin-pi1 .login-form {
	margin-top: 15px;
}

.tx-felogin-pi1 .login-form, .tx-felogin-pi1 .login-form form {
	float: left;
	width: 356px;
}

.tx-felogin-pi1 .login-input {
	float: left;
	clear: both;
	width: 100%;
}

.tx-felogin-pi1 .login-input label{
	float: left;
	margin-bottom: 10px;
}

.tx-felogin-pi1 .login-input input {
	clear: right;
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.tx-felogin-pi1 .submit {
	width: 100%;
	clear: both;
	text-align: right;
}

.tx-felogin-pi1 .login-error {
	color: red;
	font-size: 90%;
	margin-top: 10px;
}

/**
* Form styling
**/
legend {
	display: none;
}
.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"],
.wrapper input[type="text"],
.wrapper input[type="email"],
.wrapper input[type="password"],
.wrapper select,
.wrapper textarea {
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 3px #DDDDDD inset;
	float: right;
	max-width: 68%;
	padding: 4px;
	width: 68%;
	font-family: Arial;
	font-size: 10pt;
}
#extSearchForm select {
	max-width: 100%;
}

.tx-powermail-pi1 select {
	margin-right: 10px;
}

.tx-felogin-pi1 input[type="submit"],
.wrapper input[type="submit"] {
	float: right;
	background: -moz-linear-gradient(center top , #9366A9 0%, #672887 100%) repeat scroll 0 0 transparent;
	border: 1px solid #511E6B;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-family: 'VAG',Arial,Verdana;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	cursor: pointer;
}

.tx_powermail_pi1_fieldwrap_html {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

/* VIDEO EMBED */
.tx-saz-content .embed {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 500px;
	max-width: 500px;
}
.tx-saz-content .embed iframe, .tx-saz-content .embed object, .tx-saz-content .embed embed, .tx-saz-content .embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END VIDEO EMBED */

/*
* Styling Change password
*/
.tx-drechangesaltedfepw-pi1 {
	font-size: 140%;
	margin-top: 20px;
	margin-left: 50px;
	float: left;
	width: 100%;
	clear: both;
}

.tx-drechangesaltedfepw-pi1 .error {
	color: red;
	margin-bottom: 10px;
	float: left;
	width: 90%;
}

.tx-drechangesaltedfepw-pi1 .info {
	color: green;
	margin-bottom: 10px;
	float: left;
	width: 90%;
}

.tx-drechangesaltedfepw-pi1 form {
	width: 89%;
}

.tx-drechangesaltedfepw-pi1 hr {
	color: #CCCCCC;
	height: 1px;
	margin: 10px 0px 10px 0px;
	width: 100%;
	float: left;
	clear: both;
}

.tx-drechangesaltedfepw-pi1 .changepassword-field {
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 415px;
}

.tx-drechangesaltedfepw-pi1 .changepassword-field label {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.tx-drechangesaltedfepw-pi1 .changepassword-field input {
	float: left;
	width: 410px;
	max-width: 96%;
}

.tx-drechangesaltedfepw-pi1 .submit {
	float: right;
	text-align: right;
}

ul.radioboxed-filter label {
	padding-left: 10px;
}

/** Styling for news and agenda filter **/
.extsearch ul.radioboxed-filter {
	padding: 5px 10px 5px 25px;
	position: relative;
}
.extsearch ul.radioboxed-filter li {
	float: left;
}
.extsearch ul.radioboxed-filter input {
	margin-left: -15px;
	margin-bottom: 10px;
	float: left;
}
.extsearch ul.radioboxed-filter label {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}
.extsearch .remove-sector {
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
}

/** Account detail page **/
.account-detail a.btn-default {
	color: white;
}

.account-detail h2,
.account-detail h3 {
	margin-bottom: 10px!important;
}

.account-detail .account-detail-left {
	float: left;
	width: 60%;
}

.account-detail .account-detail-right {
	float: left;
	width: 40%;
	padding-top: 10px;
	text-align: right;
}

.account-detail .account-detail-content {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}

.account-detail .account-detail-content .account-details-left {
	float: left;
	width: 75%;
}

.account-detail .account-detail-right-item {
	float: left;
	width: 100%;
	clear: both;
	height: 27px;
	margin-bottom: 10px;
}

.account-detail .small-gray {
	color: #CCCCCC;
	font-style: italic;
}

.account-detail .email-icon {
	padding-left: 20px;
	background: url('../image/email-icon.png') no-repeat left center;
}

.account-detail .phone-icon {
	padding-left: 20px;
	background: url('../image/phone-icon.png') no-repeat left center;
}

.account-detail .account-detail-right-container {
	text-align: left;
	padding: 10px 10px 0px 10px;
	background-color: #EFE9F3;
	border: solid 1px #CCCCCC;
	float: left;
	margin-bottom: 10px;
	width: 88%;
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
}

.account-detail .contact-label {
	font-weight: bold;
	width: 59px;
	float: left;
}

.account-detail .account-detail-content br {
	margin-bottom: 5px;
}

.account-detail .connected-themes a,
.account-detail .showOnMap a {
	font-weight: bold;
	color: #808080;
	font-size: 12px!important;
}

.account-detail .showOnMap {
	margin-top: -15px;
}

.account-detail .account-detail-right-container h3 {
	padding: 0px;
}

/** How does it work layout **/
#pageNavigation {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 20px;
}

.howdoesitwork hr {
	height: 1px;
	border: none;
	background: #CCCCCC;
}

#pageNavigation-left {
	float: left;
	width: 50%;
}

#pageNavigation-right {
	float: left;
	width: 50%;
	text-align: right;
}

#pageNavigation-left a.btn-default {
	float: left;
}

#pageNavigation-right a.btn-default {
	float: right;
}

/** Layout changes for the MySaZ school dashboard page **/
.mysaz-body-bottom-content {
	float: left;
	margin-left: 250px;
}

.mysaz-body-search-container {
	float: left;
	width: 240px;
	margin-right: 8px;
}

.mysaz-body-organisation-container {
	float: left;
	width: 200px;
}

.mysaz-body-organisation-container .organisations .btn-default {
	color: white;
}

.mysaz-body-organisation-container .block.organisations > div > a.cta {
	width: auto;
}

/** AddThis support **/
.addthis_toolbox {
	float: right;
	margin-top: 18px;
}
.main p.date {
	clear: both;
}
h1.title-left {
	float: left;
	width: 80%;
}
.submenu-header {
	font-size: 14px;
	padding-left: 11px;
	float: left;
	clear: both;
	width: 100%;
}

.submenu-themes-list {
	float: left;
}

.task-iframe-status {
	font-size: 12px;
	font-weight: bold;
}

.upload-single-file {
	text-align: right;
	padding-right: 10px;
	padding-top: 20px;
}

.upload-single-file a.upload-file {
	color: white;
}
#carousel {
	left: 0;
	position: relative;
	top: 10px;
	width: 100%;
}
home .column {
	margin-top: 40px;
}
.clearfix {
	clear: both;
}
.main .tx-saz-content > img {
	float: left;
	margin-bottom: 2%;
	margin-right: 4%;
	max-width: 40%;
}
div.field label {
	font-weight: bold;
	width: 150px;
}
div.field {
	width: 400px;
}
div.field input[type="text"],
div.field input[type="email"]{
	width: 220px;
}

div.field form.newsletterform label.error, div.field label.error {
	color: red;
	font-style: bold;
	margin-left: 170px;
	width: 100%;
}
p.forgot-pass {
	float: left;
}
#content p.forgot-pass a,
#content .no-account-link a {
	color: #EC6708;
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 10px;
}
#content p.forgot-pass a:hover {
	text-decoration: underline;
}
#content .tx-felogin-pi1 h3 {
	margin: 0 0 10px;
}
#content .tx-felogin-pi1 fieldset {
	border: 0;
	padding: 0;
}
#content .tx-felogin-pi1 fieldset div label {
	font-weight: bold;
}
#content div.login-input input {
	width: 200px;
}

/** Menu fixes **/
.vso-loggedin .header .tabs li:nth-child(2) {
	background:url(../image/tabs1-active-right.png) right 0 no-repeat !important;
}
.vso-loggedin .header .tabs li.active {
	background: url('../image/tabs3-active-right.png') right 0 no-repeat;
}

.footer .social li a.youtube {
	background: url('../image/youtube.png') right 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	padding-left:0;
	text-indent:-1000px;
}
#tx-solr-search {
	font-size: 13px;
}

.fancybox-iframe,
.form-iframe {
	overflow-x: hidden;
}

.form-iframe-content {
	font-size: 13px;
	float: left;
}

.form-iframe-content .download {
	float: right;
}

.block.organisations > div > a.cta-rest-width {
	width: auto;;
}

/* BLOCK ORGANISATIONS ASK */
.block.organisations-ask {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	width: 100%;
	padding: 0px 5px 0px 5px;
}

.block.organisations-ask > a {
	padding: 5% 4% 4% 4%;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	color: #333333;
	font-size: 20px;
	text-decoration: none;
	font-family: 'VAG', Arial, Verdana;
}

.block.organisations-ask > a > span {
	display: block;
	font-size: 13px;
	font-family: Arial, Verdana;
	margin-top: 2px;
}

.block.organisations-ask a:hover {
	text-decoration: underline;
}

.block.organisations-ask > div {
	padding: 3% 4% 4% 4%;
	overflow: hidden;
}

.block.organisations-ask > div > a {
	font-size: 13px;
}

.block.organisations-ask > div > a.cta {
	float: left;
	text-align: right;
	width: 94px;
}

.block.organisations-ask > div > a.btn-default {
	float: right;
	margin-top: 8px;
	width: 145px;
}

#main-left,
#main-right {
	width: 48%;
	float: left;
	padding: 5px;
}

#main-top,
#main-bottom,
#main-last {
	width: 100%;
	float: left;
	clear: both;
}

#main-top #main-left-top,
#main-top #main-right-top,
#main-bottom #main-left-bottom,
#main-bottom #main-right-bottom,
#main-last #main-left-last,
#main-last #main-right-last {
	float: left;
	width: 48%;
	padding: 5px;
	margin-bottom: 20px;
}

#form-errors-container .errors {
	color: red;
	font-weight: bold;
}

.new-user-fields {
	width: 100%;
}

.new-user-label {
	float: left;
	width: 150px;
}

.tx-saz-register-feuser {
	width: 600px;
	float: left;
}

.new-user-input input {
	float: left!important;
	width: 97%!important;
	max-width: 97%!important;
}

table.tx_sazassessmentstool {
	font-size: 13px;
	border-collapse: collapse;
	margin-top: 20px;
	width: 1025px;
}

table.tx_sazassessmentstool thead tr th {
	padding: 5px;
}

table.tx_sazassessmentstool tr td {
	width: 300px;
	padding: 5px;
}

table.tx_sazassessmentstool label {
	width: auto;
}
table.tx_sazassessmentstool thead tr th:hover {
	color: #333333;
}

table.tx_sazassessmentstool tr:hover {
	background-color: #F2F2F2;
}

.tx-saz-assessments-tool {
	width: 950px;
}
