/*

	Die common.css umfasst alle generell geltenden Styles

	Aufbau der common.css:

	* ALLGEMEINES
	* LINKS
	* BUTTONS
	* FORMULARE
	* TABELLEN

	* SEITENLAYOUT
	* LOGO
	* HAUPTMENÜ
	* LOGIN IM MENÜ
	
	* STARTSEITE

	* CONTENTBEREICH
	* FORMULARE IM CONTENTBEREICH

	* IMGTXT ALTERNATIV STYLES
	
	* COURSE TYPE LISTS
	* COURSE LISTS
		- interesting courses    
*/



/* ALLGEMEINES */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	line-height: 1.5;
}

.error {
	color: red;
}

.success {
	color: green;
}

.justify {
	text-align: justify;
}

h1,
h2,
h3,
h4 {
	color: #540050;
}

h1 {
	margin-bottom: 1em;
}

h1 + p {
	margin-top: 2.5em;
}

h2 {
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
	line-height: 1.5;
}


/* h2 margin resets fuer Spezialfaelle: folgt auf h1, baseline Ausrichtung mit Navigation */

h1 + h2 {
	margin-top: 0;
}

fieldset h2 {
	margin-top: 0;
}

fieldset {
	margin-bottom: 1.75em;
}


/* Ende h2 resets */
							  

h3 {
	font-size: 1.167em;
}

h4 {
	margin-bottom: 0.25em;
	font-size: 1em;
}

p {
	margin-bottom: 1.5em;
}

ul {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 1.5em;
}

ul li {
	padding-left: 15px;
	background: url(../img/li-bg.png) no-repeat left 0.5em;
}

ol {
	margin-left: 28px;
	margin-bottom: 1.5em;
}


/* LINKS */

a {
	color: #540050;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #e7e7e7;
}

a:focus,
a:hover {
	border-bottom-color: #540050;
}

a.more {
	background: transparent url(../img/more.gif) no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
}



/* BUTTONS */

input.button, 
a.button {
	cursor: pointer;
	background-color: #540050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	font-size: 1em;
}

input.button {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 1em;
}

a.button {
	line-height: 180%;
	padding: 2px 4px;
}

input.button:active,
a.button:active {
	position: relative;
	top: 1px;
}

a.apply:active,
a.follow-up:active {
	top: 5px;
}



/* FORMULARE */

input, select, textarea {
	border: 1px solid #540050;
	padding: 2px;
}

form {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

form div.header {
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 110%;
}

form label {
	float: left;
	margin-right: 5px;
}

form .error label {
	color: black;
}

form div.element {
	float: left;
}

form div.element label {
	float: none;
	clear: none;
	margin-left: 5px;
}

form div.element input {
	margin-top: 5px;
}

form div.row, 
form div.header {
	width: 510px;
	float: left;
	clear: left;
}

form div.required label {
	font-weight: bold;
}

form div.quickform_requirednote {
	font-weight: bold;
}

form select.date {
	width: 70px;
}

form input.button {
	width: auto;
}

form input.small {
	border-width: 0;
	width: auto !important;
}

form span.notify {
	font-size: 80%;
	display: block;
	color: black;
	font-weight: normal;
}

form div.field {
	margin-left: 255px;
}	



/* TABELLEN */

table {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

th {
	color: #FFFFFF;
	background-color: #540050;
	padding: 5px 2px 5px 5px;
	text-align: left;
}

td {
	/*background-color: #EEE5ED;*/
	color: #000000;
	padding: 5px 2px 5px 5px;
}





/* SEITENLAYOUT */

div#top {
	background: transparent url(../img/bg_top1.gif) no-repeat;
	background-position: 18px 0;
	width: 900px;
	height: 146px;
	margin-top: 30px;
	padding-top: 24px;
	text-align: right;
	position: relative;
}

div#main {
	width: 900px;
	position: relative;
	margin: 0px 0px 20px 20px;
}

div#content {
	width: 516px;
	margin-bottom: 60px;
	margin-left: 295px;
	position: relative;
}



/* LOGO */

img#trace {
	position: absolute;
	top: 0;
	left: 18px;
}

#top a {
	border-bottom-width: 0;
}



/* HAUPTMENÜ */

div#nav {
	width: 290px;
	position: absolute;
	top: 75px;
	left: 0;
}

div#nav ul {
	list-style-type: none;
	width: 222px;
	margin-left: 48px;
	margin-bottom: 0;
}

div#nav ul li {
	padding: 0;
	background: none;
}

div#nav ul ul {
	margin-left: 0px;
	margin-bottom: 15px;
	padding-left: 15px;
	width: 207px;
}

div#nav ul ul ul {
	border-width: 0;
	padding-top: 0;
	margin-bottom: 0;
}

div#nav ul li li {
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 1.25;
}

div#nav ul li div {
	height: 10px;
	width: 10px;
	background-color: #000;
	float: left;
	position: relative;
	top: 5px;
	margin-right: 5px;
}

div#nav ul li li div {
	height: 7px;
	width: 7px;
}

div#nav ul li li li div {
	width: 3px;
	height: 3px;
}

div#nav ul li a {
	border-bottom-width: 0;
}

div#nav ul li li a {
	font-weight: normal;
	display: block;
	margin-left: 12px;
}

div#nav ul li li span.a {
	font-weight: bold;
	display: block;
	margin-left: 12px;
}

div#nav ul li li li a {
	font-weight: normal;
	padding-left: 9px;
}

div#nav a,
div#nav a:active,
div#nav a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}



div#nav ul li.active div.navigation-separator {
	position: static;
	height: auto;
	width: auto;
	background: none;
	float: none;
	padding-left: 15px;
	color: #777;
	font-weight: bold;
	font-size: 0.833em;  
	line-height: 1.8; 
}



/* LOGIN IM MENÜ */

div#nav div.login {
	width: 213px;
	margin: 30px 10px 10px 63px;
	font-size: 90%;
	position: relative;
}

div#nav div.login input.text {
	width: 120px;
	float: left;
}

div#nav div.login label {
	float: none;
	clear: left;
}

div#nav form div.row {
	padding: 2px 0;
	width: auto;
}


/* STARTSEITE */

div#content p.intro {
	font-size: 1.167em;
	line-height: 1.8;
	margin-bottom: 3em;
}




/* CONTENTBEREICH */

div#content div.left {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#content div.right {
	margin-left: 275px;
	margin-top: 10px;
	margin-bottom: 20px;
}



/* FORMULARE IM CONTENTBEREICH */

div#content label {
	width: 220px;
	padding-right: 30px;
	position: relative;
}

div#content .validator-required label {
	font-weight: bold;
}

div#content .validator-required .field label {
	font-weight: normal;
}

div#content form input,  
div#content form textarea {
	width: 248px;
}

div#content form select {
	width: 254px;
}

div#content form select.date {
	width: 99px;
}

div#content form input.button {
	width: auto;
}

div#content form input.checkbox,
div#content form input.radio {
	text-align: left;
	width: auto;
	border: none;
}

div#content form .option {
	width: 226px;
	float: left;
}

div#content form .option label {
	width: auto;
	margin-bottom: 5px;
}

div#content form .option input {
	float: left;
	margin-right: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
}

div#content form .multiple {
	clear: left;
}

div#content form .multiple .checkbox {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

div#content form .multiple label {
	margin-top: 5px;
}

div#content div.quickform_requirednote {
	margin: 5px 0;
}

div#content form div.row.buttons {
	padding-left: 255px;
	width: 300px;
}

div#content div.row { /* div#content form div.header { */
	border-top: 1px solid #ccc;
	padding: 5px 3px;
	position: relative;
}

div#content div.row.hidden {
	display: none;
}

div#content form .content {
	clear: left;
	padding-top: 1em;
}

div#content .multipleCheckbox {
	float: left;
	width: 100%;
}

div#content .multipleCheckbox input {
	float: left;
	margin-right: 5px;
}

div#content .multipleCheckbox label {
	display: block;
	float: left;
	padding-right: 0;
}

div#content form .fieldtype-DateField select {
	float: left;
	margin-right: 10px;
}

div#content form .fieldtype-DateField select.date_day {
	width: 50px;
}

div#content form .fieldtype-DateField select.date_month {
	width: 115px;
}

div#content form .fieldtype-DateField select.date_year {
	width: 69px;
	margin-right: 0;
}

div#content form .row.error {
	background-color: #fbe0d9;
}


/* HELPTEXTE */

div#content form label img {
	margin-left: 3px;
	vertical-align: bottom;
}

div#content form .helptext {
	clear: both;
	margin-left: 255px;
	width: 254px;
	background: url(../img/helptext-top.png) left top no-repeat;
	padding-top: 5px;
	border-top: 1px solid #fff;
}

.fx div#content form div.helptext {
	position: absolute;
	margin-left: 0;
	padding: 0;
	border-top: 0;
	width: 190px;
	left: -199px;
	top: -7px;
	z-index: 99;
	background: url(../img/helptext-right.png) right top no-repeat;
	padding-right: 10px;
}

div#content form .helptext .content {
	background: #FFFCCC;
	border: 1px solid #DA7;
	border-top: 0;
	padding: 3px;
	font-size: 0.867em;
	width: 246px;
	overflow: hidden; 
}

.fx div#content form div.helptext div.content {
	border-top: 1px solid #DA7;
	border-right: 0;
	width: 175px;
	padding: 7px;
}

div#content .error div.helptext {
	color: #333;
}





/* IMGTXT ALTERNATIV STYLES */

.imgtxt-beuc_nav, .imgtxt-beuc_nav_a {
	font-size: 14pt;
	line-height: 26px;
}

.imgtxt-beuc_head {
	font-size: 22pt;
	line-height: 43px;
}

.imgtxt-beuc_head, .imgtxt-beuc_nav_a {
	color: #540050;
}

div.login .imgtxt-beuc_nav_a {
	line-height: 26px;
}




/*	OUR COURSES */

div#content .course-level {
	width: 235px;
	float: left;
	display: block;
	margin-right: 45px;
}

div#content .course-level.specialised {
	border: none;
	margin-right: 0;
}



/* COURSE TYPE LIST */

div#content .course-type-list {
	margin-bottom: 2.5em;
}

div#content .course-type-list li {
	background-position: left 0.6em;
	margin-bottom: 1.5em;
}




/* COURSE LISTS */

.course {                      
	position: relative;
	padding-left: 36px;
	background: url(../img/course-bg.png) no-repeat left 0.5em;
}

.course h3 {
	width: 350px;
}

.course-list .teaser {
	margin-bottom: 0.75em;
	clear: left;
}

.description p {
	margin-bottom: 0;
}

.course .course-level-info,
.course .date {
	font-size: 0.867em;
}

.course .course-level-info {
	float: left;
	margin-right: 0.5em;
}

.course .date {
	margin-bottom: 0.5em;
}

.course .registration-status p {
	margin-bottom: 1em;
	font-size: 0.867em;
	font-weight: bold;	
}

div#content ul.course-list {
	margin-left: 0;
	margin-top: 1em;
}

div#content ul.course-list li {
	padding-left: 0;
	background: none;
	margin-bottom: 2.25em;
}

a.apply,
a.follow-up {
	width: auto;   
	background-color: #540050;
	color: white;
	font-weight: bold;
	line-height: 1;
	border: none;
	padding: 1px 3px 3px 3px;
	position: absolute;
	top: 4px;
	right: 0;
}

div#content ul.course-list .downloads {
	font-size: 0.867em;	
}

div#content ul.course-list .downloads ul {
	margin-left: 0;
}

div#content ul.course-list .downloads li {
	margin-bottom: 0.25em;
}

div#content ul.course-list .downloads a {
	padding-left: 16px;  
	background: url(../img/filetype-unknown.png) no-repeat left top;	
}

div#content ul.course-list .downloads a.wfd-filetype-pdf {
	background-image: url(../img/filetype-pdf.png);
}

div#content ul.course-list .downloads a.wfd-filetype-doc {                         	
	background-image: url(../img/filetype-word.png);
}

div#content ul.course-list .downloads .new-dl {
	margin-right: 5px;
	margin-left: -32px;
	vertical-align: middle;
}



/* Pending Applications */

.course .selection-status {
	margin-bottom: 0.5em;		
}

.course .selection-status p {
	margin-bottom: 0;
	color: #777;
}

.course .selection-status.selected p {
	color: #44B333;
	font-weight: bold;
}

.course .selection-status.applied p {
	
}



/* News-Flash */

.news-flash {
	background-color: #fffdf2;
	border-top: 3px solid #681362;
	border-bottom: 3px solid #681362;
	padding: 10px 15px;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.news-flash h2 {
	margin-top: 0;
}