@import 'reset.css';

/*
colors
green: #093
light green: #97dba8;
lighter green: #e5f6e9;
orange (start of gradient): #fbb42f
orange (end of gradient): #b56e1f
grey (text): #4b576c
light grey: #717171;
*/

html, body {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: arial,sans-serif;
	background: #ededed;
}

h1, h2 {
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2",arial,sans-serif;
	color: #fff;
	font-weight: normal;
}

h1 {
	font-size: 1.875em;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, h1 a:focus {
	color: #fff;
}

h2 {
	font-size: 1.125em;
}

h3 {
	color: #093;
	margin-bottom: .5em;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, h3 a:focus {
	color: #093;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	color: #4b576c;
	font-size: 1em;
	line-height: 1.25em;
}

h5 {
	margin-bottom: .5em;
	color: #4b576c;
	line-height: 1.25em;
}

h6 {
	font-size: .7em;
	margin-bottom: .5em;
	color: #4b576c;
	line-height: 1.35em;
	text-decoration: none;
}


p, ul, li {
	font-size: .938em;
	line-height: 1.35em;
	color: #4b576c;
}

p, ul {
	margin-bottom: .75em;
}

ol {
	list-style-type: decimal;
}

li {
	margin-left: 1.25em;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: .8em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

a:link, a:visited, a:hover, a:active, a:focus {
	color: #093;
	text-decoration: none;
}

small {
	font-size: .75em;
}

hr {
	color: #093;
	border: none;
	border-top: 1px solid #093;
	clear: both;	
}

img.floatedRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatedLeft {
	float: left;
	margin: 0 10px 10px 0;
}

a.callToActionButton {
	display: block;
	border: 1px solid #b56e1f;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	padding: .25em;
	width: 50%;
	text-align: center;
	margin: 1em auto 0;
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2",arial,sans-serif;
	color: #fff;
	background: #b56e1f url(../img/layout/button-orange-bg.png) 0 0 repeat-x;
	-moz-box-shadow: 0 1px 8px #333;
	-webkit-box-shadow: 0 1px 8px #333;
	box-shadow: 0 1px 8px #333;
}

a.callToActionButton2 {
	display: block;
	border: 1px solid #1fb537;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	padding: .25em;
	width: 50%;
	text-align: center;
	margin: 1em auto 0;
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2",arial,sans-serif;
	color: #fff;
	background: #1fb537 url(../img/layout/button-green-bg.png) 0 0 repeat-x;
	-moz-box-shadow: 0 1px 8px #333;
	-webkit-box-shadow: 0 1px 8px #333;
	box-shadow: 0 1px 8px #333;
}


a.callToActionButton3 {
	display: block;
	border: 1px solid #945cab;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	padding: .25em;
	width: 50%;
	text-align: center;
	margin: 1em auto 0;
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2",arial,sans-serif;
	color: #fff;
	background: #1fb537 url(../img/layout/button-pink-bg.png) 0 0 repeat-x;
	-moz-box-shadow: 0 1px 8px #333;
	-webkit-box-shadow: 0 1px 8px #333;
	box-shadow: 0 1px 8px #333;
}


#page {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 95px;
	padding: 125px 20px 0 255px;
	background: #093 url(../img/layout/header-bg.jpg) 0 0 no-repeat;
	position: relative;
}

#header h1 {
	margin-bottom: .15em;
}

#header #logos {
	position: absolute;
	top: 10px;
	left: 10px;
}

#header #logos img {
	vertical-align: middle;
	margin-right: 1em;
}

#content {
	background: #fff url(../img/layout/sidebar-bg.jpg) -10px 0 no-repeat;
	overflow: hidden;
}

#sidebar {
	width: 190px;
	padding: 20px;
	float: left;
}

#sidebar ul {
	list-style-type: disc;
}

#sidebar li {
	margin-left: 1em;
	line-height: 1.5em;
	color: #093;
	font-size: .813em;
}

#sidebar li a:link, #sidebar li a:visited, #sidebar li a:hover, #sidebar li a:active, #sidebar li a:focus {
	color: #4b576c;
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#mainContent {
	width: 680px;
	padding: 20px;
	float: right;
	background: transparent url(../img/layout/green-gradient-top-white.png) 0 100% repeat-x;
}

#mainContent h3 {
	line-height: 1.35em;
}

#mainContent ul {
	list-style-type: disc;
}

.col1, .col2 {
	width: 320px;
	float: left;
}

.col1 {
	padding-right: 20px
}

.col1 select {
	display: block;
	width: 50%;
	margin: 0 auto;
	background: #093;
	color: #fff;
	border: 1px solid #fff;
	-moz-border-radius: .5em;
}

.col2 {
	padding-left: 20px
}

#loginForm {
	border: 1px solid #fff;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	background: #97dba8 url(../img/layout/green-gradient-bottom-white.png) 0 100% repeat-x;
	padding: 0 15px 0;
	-moz-box-shadow: 0 1px 8px #333;
	-webkit-box-shadow: 0 1px 8px #333;
	box-shadow: 0 1px 8px #333;
}

#loginForm div {
	clear: right;
	margin-bottom: .5em;
}

#loginForm label {
	font-size: .938em;
}

#loginForm input[type=text], #loginForm input[type=password] {
	border: 1px solid #fff;
	width: 200px;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	float: right;
}

#loginForm input[type=submit] {
	margin-left: 85px;
	background: #093;
	border: 1px solid #093;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	color: #fff;
}

#loginForm div p.passwordForgotten {
	float: right;
	font-size: .75em;
	margin-top: 1em;
}

#downloadList {
}

#downloadList li {
	list-style-type: none;
	margin: 0;
	margin-bottom: 1em;
	height: 50px;
}

#downloadList a {
	display: block;
	color: #4b576c;
	padding-left: 70px;
	padding-top: .5em;
	min-height: 50px;
	border: 1px solid #e1e1e1;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	width: 50%;
}

#downloadList a:hover {
	border: 1px solid #a0a0a0;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	box-shadow: 0 1px 4px #333;
}

#downloadList li.powerpoint a {
	background: transparent url(../img/layout/powerpoint-icon.png) 5px 50% no-repeat;
}

#downloadList li.excel a {
	background: transparent url(../img/layout/excel-icon.png) 5px 50% no-repeat;
}

#downloadList li.pdf a {
	background: transparent url(../img/layout/pdf-icon.png) 5px 50% no-repeat;
}

#downloadList a span {
	font-size: 1.25em;
	color: #093;
}

.examAnswer {
	display: block;
	color: #4b576c;
	padding: 1em .5em;
	border: 1px solid #e1e1e1;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	width: 90%;
	margin-bottom: 1em;
	overflow: hidden;
}

.examAnswer:hover {
	border: 1px solid #a0a0a0;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	box-shadow: 0 1px 4px #333;
}

.examAnswer input[type=radio], .examAnswer input[type=checkbox] {
	vertical-align: middle;
	margin: 0 1em;
}

.examAnswer label img {
	vertical-align: middle;
	margin-left: .5em;
}

table {
	font-size: .95em;
}

th {
	font-weight: normal;
	text-align: left;
	color: #4b576c;
	background: transparent url(../img/layout/grey-gradient.png) 0 100% repeat-x;
	border-top: 1px solid #ccc;
}

th, td {
	padding: 8px 4px;
}

td input[type=checkbox], td input[type=radio] {
	margin: 0;
}

table table td {
	padding: 2px;
	color: #717171;
}

.tableCol1 {
	width: 30px;
	text-align: center;
}

.tableCol2 {
	width: 590px;
}

.tableCol3 {
	width: 30px;
}

.questionPass .tableCol1 {
	background-color: #ccedd4;
}

.questionPass:hover .tableCol1 {
	background-color: #093;
	color: #fff;
}

.questionPass .tableCol3 {
	background: #ccedd4 url(../img/layout/greenlight-inactive.png) 50% 50% no-repeat;
}

.questionPass:hover .tableCol3 {
	background: #ccedd4 url(../img/layout/greenlight-active.png) 50% 50% no-repeat;
}


.questionFail .tableCol1 {
	background-color: #f0bebe;
}

.questionFail:hover .tableCol1 {
	background-color: #d13b3b;
	color: #fff;
}

.questionFail .tableCol3 {
	background: #f0bebe url(../img/layout/redlight-inactive.png) 50% 50% no-repeat;
}

.questionFail:hover .tableCol3 {
	background: #f0bebe url(../img/layout/redlight-active.png) 50% 50% no-repeat;
}


.correctAnswer {
	color: #093;
	font-weight: bold;
}

.wrongAnswer {
	color: #d30909;
	font-weight: bold;
}

#footer {
	background: #fff;
	border-top: 15px solid #093;
	clear: left;
	padding-top: .75em;
}

#footer ul#socialNetworking {
	float: right;
	margin-right: 20px;
}

#footer ul#socialNetworking li {
	float: left;
	margin-left: .25em;
	color: #093;
	font-weight: bold;
	line-height: 1.25em;
}

#footer ul#socialNetworking li img {
	vertical-align: middle;
}

.errorMessage {
	color: #f00;
	background-color: #fcc;
	padding: .5em;
	border: 1px solid #f00;
	text-align: center;
	font-weight: bold;
}

#userInfo {
	position: absolute;
	top: 110px;
	right: 20px;
	width: 340px;
	-moz-box-shadow: 0 1px 8px #333;
	-webkit-box-shadow: 0 1px 8px #333;
	box-shadow: 0 1px 8px #333;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
}

#userInfo h4 {
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2",arial,sans-serif;
	font-weight: normal;
	background: #093;
	border: 1px solid #97dba8;
	border-bottom-width: 0;
	-moz-border-radius: .25em .25em 0 0;
	-webkit-border-radius: .25em .25em 0 0;
	border-radius: .25em .25em 0 0;
	color: #fff;
	padding: 6px 70px 6px 10px;
	line-height: 1.25em;
}

#userInfo h4 a {
	display: block;
	color: #fff;
	font-size: .8em;
	position: absolute;
	top: 7px;
	right: 7px;
/*
	float: right;
*/
	padding: .125em .25em;
	background: #093;
	border: 1px solid #97dba8;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	-moz-box-shadow: 0 1px 8px #333;
	-webkit-box-shadow: 0 1px 8px #333;
	box-shadow: 0 1px 8px #333;
	margin-top: -3px;
}

#userInfo #userInfoContent {
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #97dba8;
	border-top-width: 0;
	-moz-border-radius: 0 0 .25em .25em;
	-webkit-border-radius: 0 0 .25em .25em;
	border-radius: 0 0 .25em .25em;
	padding: 5px 10px;
	max-height: 65px;
	overflow-y: auto;
}

#userInfo #userInfoContent p {
	margin: 0;
	font-size: .8em;
}


/***************************/
/* Registrierungs-Formular */
/***************************/

#registerForm div {
	margin-bottom: .5em;
	clear: left;
	float: left;
}

#registerForm label {
	width: 180px;
	float: left;
	margin-right: 5px;
	font-size: .8em;
}

#registerForm labelkontakt {
	width: 180px;
	float: left;
	margin-right: 5px;
	font-size: .938em;
	color: #4b576c;
}

#registerForm input[type=text], #registerForm input[type=password] {
	width: 200px;
	float: left;
	border: 1px solid #093;
}

#registerForm input[type=submit] {
	margin-left: 150px;
	background: #093;
	border: 1px solid #093;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	color: #fff;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	box-shadow: 0 1px 4px #333;
}

#registerForm input[type=submit]:hover {
	-moz-box-shadow: 0 1px 8px #333;
	-webkit-box-shadow: 0 1px 8px #333;
	box-shadow: 0 1px 8px #333;
}


/*********************/
/* Feedback-Formular */
/*********************/

#mainContent form ul.noListStyle {
	list-style-type: none;
}

#mainContent form ul.horizontalList li {
	display: inline;
	margin-right: 2em;
}

#mainContent form textarea {
	width: 600px;
	height: 100px;
	border: 1px solid #093;
}

#mainContent form input[type=submit] {
	margin-top: 1em;
}

.examAnswer {
	clear: left;
}

.examAnswer label {
	display: block;
	float: left;
	width: 575px;
	line-height: 1.25em;
}

.examAnswer input[type="radio"], .examAnswer input[type="checkbox"] {
	float: left;
	margin-top: .2em;
}


/*******************/
/* Studien-Bereich */
/*******************/

.restrictedDownloadsBox {
	background: url(/de/professional/elearning/img/layout/studies-downloads-bg.png) no-repeat 0 0;
	width: 110px;
	height: 72px;
	padding: 12px 16px 10px 60px;
	margin-left: -3px;
	position: relative;
}

.restrictedDownloadsBox a {
	color: 00a729;
	font-weight: bold;
	font-size: .938em;
}

.restrictedDownloadsInfo {
	display: none;
	position: absolute;
	left: 145px;
	top: -10px;
	background: url(/de/professional/elearning/img/layout/studies-info-bg.png) no-repeat 0 0;
	width: 227px;
	height: 62px;
	padding: 10px 10px 10px 37px;
}

.restrictedDownloadsInfo p {
	font-size: .813em;
	font-weight: bold;
	color: #000;
}

.dropShadowBox {
	-webkit-box-shadow: #666 0 1px 3px;
	-moz-box-shadow: #666 0 1px 3px;
	box-shadow: #666 0 1px 3px;
}

.roundedCornersBox {
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.greenGradientBox {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5f6e9), to(#fff));
	background: -moz-linear-gradient(#e5f6e9, #fff);
	background: linear-gradient(#e5f6e9, #fff);
}

.gradientBorderBoxGreenToWhite {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#9cdcac));
	background: -moz-linear-gradient(#fff, #9cdcac);
	background: linear-gradient(#fff, #9cdcac);
	clear: both;
	padding: 1px;
}

.downloadsOuterBox {
	margin-bottom: 1em;
}

.downloadsInnerBox {
	padding: 13px;
}

.downloadsInnerBoxHeader {
	background-color: #cfeed6;
	padding: 5px 8px 0;
	overflow: hidden;
}

.downloadsBox h4, .downloadsBox p, .downloadsBox th, .downloadsBox td {
	font-size: .875em;
	margin-bottom: .5em;
}

.downloadsBox h4, .downloadsBox p {
	margin-bottom: .5em;
}


.downloadsBox h4 {
	color: #008922;
}


.downloadsBox h4.expanded {
	background: #cfeed6 url(/de/professional/elearning/img/layout/icon-minus.png) no-repeat 100% 50%;
}

.downloadsBox h4.collapsed {
	background: #cfeed6 url(/de/professional/elearning/img/layout/icon-plus.png) no-repeat 100% 50%;
}

.downloadsInnerBoxContent p {
	background-color: #cfeed6;
	padding: 0 8px 5px;
	margin-bottom: 0;
}

.downloadsBox table {
	width: 100%;
/*
	border-collapse: separate;
*/
}

.downloadsBox thead th {
	background: #0e7628 url(/de/professional/elearning/img/layout/green-gradient-th-bg.gif) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	margin-right: 2px;
	border-top: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1.5em;
}

.downloadsBox tbody tr {
	border-top: 1px solid #008922;
}

.downloadsBox tbody tr:hover td {
	background-color: #d9edde;
}

.downloadsBox thead th.firstCol {
	background-image: none;
	padding-left: 8px;
}

.downloadsBox tbody td {
	background: url(/de/professional/elearning/img/layout/white-3x3.gif) repeat-y 0 0;
	padding-left: 1.5em;
}

.downloadsBox tbody td.firstCol {
	background: url(/de/professional/elearning/img/layout/downlods-bullet.png) no-repeat 4px 50%;
	padding-left: 34px;
	width: 284px;
/*
	border-right: 3px solid #fff;
*/
}

.languageSwitch {
	position: absolute;
	top: 1em;
	right: 1em;
	font-size: .8em;
}