/*
////////////////////////////////////////////////////////////////
//
// Allgemeine Styles
//
// Weblication GRID CMS Strukturdesign Version 5.0.9.1
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit Weblication Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

/* Stylesheet für Standard-Gui-Element */
@import url("wgl_neu.css");

/* Stylesheet für Navigationen */
@import url("nav.css");
/* Formatierung von HTML-Elementen */

* {
	margin:0;
	padding:0
}
html {
	overflow-y:scroll;
	overflow-x:auto;
}
#body {
}
#bodyPopup {
	background-color:#FFFFFF
}
body {
	font-family:Arial, Sans-serif, Helvetica;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	line-height:15px;
	background-color: #ffffff;
}
div {
}
span {
}
/* Überschriften */

h1 {
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	color:#808080;
	margin:0 0 20px 0;
	text-transform:uppercase;
	clear:both;
}
h2 {
	font-size:15px;
	font-weight:bold;
	line-height:19px;
	color:#666666;
	margin:0 0 14px 0;
	clear:both;
}
h3 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#666666;
	margin:0 0 14px 0
}
h4 {
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	color:#666666;
	margin:0 0 14px 0
}
h5 {
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	color:#666666;
	margin:0 0 14px 0
}
h6 {
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	color:#666666;
	margin:0 0 14px 0
}
/* Textblöcke */
p {
	margin:0 0 14px 0
}
/* Listen */
ul {
	margin:0 0 14px 0px;
	padding:0;
	list-style-type: none;
	list-style-image:none;
}
ol {
	margin:0 0 14px 0px;
	list-style-type:decimal
}
li {
	padding:0 0 0 14px;
	background-image: url(/content/wGlobal/layout/images/decoration/bullet_list.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
/* Definitionslisten */
dl {
}
dt {
}
dd {
	margin:0 0 14px 0;
	padding:0 0 0 16px;
	color:#a0a0a0
}
/* Horizontale Linien */
hr {
	background-color:#AEA794;
	color:#AEA794;
	height:1px;
	border-style:none
}
/* Formularelemente */

form {
}
input {
	width:200px; padding:3px; border:1px solid #005196;
	margin-bottom:5px;
}
label{

}
input.small {
	font:inherit;
	border:1px solid #666666;
	border-color:#666666 #B6B6B6 #B6B6B6 #666666;
	font-size:12px;
	padding:3px;
	width:50px;
}
input.big {
	font:inherit;
	border:1px solid #666666;
	border-color:#666666 #B6B6B6 #B6B6B6 #666666;
	font-size:12px;
	padding:3px;
	width:50px;
}
select {
	border:1px solid #005196;
	font-size:12px;
	padding:3px;
	margin-bottom:5px;
}
option{
	padding-right:2px;
}
textarea {
	width:200px; 
	padding:3px; 
	border:1px solid #005196;
	margin-bottom:5px;
}
#button, .formButton {
	cursor:pointer;
	background-color:#B6B6B6;
	border:none;
	font-size:11px;
	color:#ffffff;
	padding:3px;
	width:auto;
}
#button:hover, .formButton:hover {
	cursor:pointer;
	background-color:#005399;
	border:none;
	font-size:11px;
	color:#ffffff;
	padding:3px;
	width:auto;
}
#blockRight select {
	font-size:11px;
	padding:3px;
	width:100%;
	border:1px solid #005196;
}
#blockRight option {
	font-size:11px;
	padding:1px;
}
.inputRadio{
	border:none;
	width:auto;
}
/* Links */

a {
	text-decoration:none;
	color:#005399
}
a:hover {
	text-decoration:underline;
	color:#005399
}
a.intern {
	padding:0 0 0 14px;
	background:url(/content/wGlobal/layout/images/links/intern.gif) center left no-repeat
}
a.extern {
	padding:0 0 0 14px;
	background:url(/content/wGlobal/layout/images/links/extern.gif) center left no-repeat
}
a.download {
	padding:0 0 0 14px;
	background:url(/content/wGlobal/layout/images/links/download.gif) center left no-repeat
}
a.audio {
	padding:0 0 0 14px;
	background:url(/content/wGlobal/layout/images/links/audio.gif) center left no-repeat
}
a.video {

}
/* Bilder */

a img {
	border:none
}
img.picture {
	margin:4px 4px 4px 4px
}
img.pictureLeft {
	float:left;
	margin:4px 10px 4px 0
}
img.pictureRight {
	float:right;
	margin:4px 0 4px 10px
}
/* Tabellen */

table {
	font:inherit;
	color:inherit;
	border:none
}
tr, thead, tbody {
}
th, td {
	vertical-align:top
}
table.light {
	border:none;
	margin-bottom:12px;
}
table.light th {
	border:none;
	text-align:left;
	background-color:#f0f0f0
}
table.light td {
	border:none;
	padding:2px
}
table.default {
	border-style:solid none none solid;
	border-width:1px;
	border-color:#a0a0a0;
	margin-bottom:12px;
}
table.default th {
	border-style:none solid solid none;
	border-width:1px;
	border-color:#a0a0a0;
	padding:2px;
	text-align:left;
	background-color:#f0f0f0
}
table.default td {
	border-style:none solid solid none;
	border-width:1px;
	border-color:#a0a0a0;
	padding:2px
}
table.full {
	border-style:solid none none solid;
	border-width:1px;
	border-color:#a0a0a0;
	margin-bottom:12px;
}
table.full th {
	border-style:none solid solid none;
	border-width:1px;
	border-color:#a0a0a0;
	padding:2px;
	text-align:left;
	background-color:#f0f0f0
}
table.full td {
	border-style:none solid solid none;
	border-width:1px;
	border-color:#a0a0a0;
	padding:2px
}
td.bgColor1, th.bgColor1 {
	background-color:#f0f0f0
}
.tdHeader {
	padding:5px 5px 5px 5px;
	margin:0;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}
.tdRow1 {
	padding:5px 5px 5px 5px;
	margin:0;
}
.tdRow1Last {
	text-align:right;
	padding:5px 5px 5px 0;
	margin:0;
}
.tdRow2 {
	padding:5px 5px 5px 5px;
	background-color:#e6ebf4;
	margin:0;
}
.tdRow2Last {
	text-align:right;
	padding:5px 5px 5px 0;
	background-color:#e6ebf4;
	margin:0;
}
/* Grundgerüst */

#blockPre {
}
#blockPreInner {
}
#blockMain {
	width:980px;
	margin:0 auto;
	position:relative;
	background-image: url(/content/wGlobal/layout/images/backgrounds/shadow_right.gif);
	background-repeat: no-repeat;
	background-position: right 120px;
}
#blockMainInner {
	padding:0px 0px 0px 0px;
	margin: 0 10px 0 10px;/*background-color:#FFFFFF;*/
}
#blockMainPopup {
}
#blockMainInnerPopup {
	padding:0px 0px 0px 0px
}
#blockLeftContentRight {
	/*overflow:hidden;*/
	/*position:relative;*/
	margin:0px 0 0 0;
	background-image: url(/content/wGlobal/layout/images/backgrounds/bg_main_neu.gif);
	background-repeat: repeat-y;/*border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
}
#blockLeftContentRightHerzklinik {
	/*overflow:hidden;*/
	/*position:relative;*/
	margin:0px 0 0 0;
	background-image: url(/content/wGlobal/layout/images/backgrounds/bg_main_herzklinik.gif);
	background-repeat: repeat-y;/*border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
}
#blockLeftContentRightHome {
	/*overflow:hidden;*/
	/*position:relative;*/
	background-image: url(/content/wGlobal/layout/images/backgrounds/bg_main_home.gif);
	margin:0px 0 0 0;
	background-repeat: repeat-y;/*border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
}
#blockLeft {
	float:left;
	width:200px;
}
#blockLeftInner {
	/*padding:10px;*/
}
#blockContent {
	float:left;
	width:550px;
	padding:0 0 0 0;
}
#blockContentInner {
	padding:4px 10px 10px 10px
}
#blockTop {
	margin:0 0 0px 0;/*background-color:#ffffff;*/
}
#blockTopInner {
}
#blockRight {
	float:right;
	width:200px;
	vertical-align:top;
	margin-right:10px;
}
#blockRightInner {
	padding:0px 0px 0 0px
}
#blockRightInner * {
}
#blockBottom {
	/*position:absolute;*/
	width:970px;
	margin:0 auto 10px auto;
	background-image: url(/content/wGlobal/layout/images/backgrounds/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#blockBottomInner {
	color:#666666;
	text-align:left;
	padding:10px 10px 0 10px;
	font-size:10px;
}
#blockPost {
}
#blockPostInner {
}
.teaserbox {
	float:left;
	width:229px;
	/*height:350px;*/
	background-color:#E9E9E9;
	margin:0 10px 0 0;
}
#last {
	margin:0;
	padding:0;
	width:233px;
}
.teaserbox h1 {
	font-size:12px;
	color:#FFFFFF;
	height:auto;
	padding:3px;
	margin:0;
	text-align:center;
}
.teaserbox h2 {
	font-size:12px;
	color:#000000;
	text-transform:none;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
}
.teaserbox .teaserContent {
	padding:10px;
	margin:0 0 10px 0;
}
/* Globale Elemente */

#logo {
	background-color:#ffffff;
	padding:0 0 10px 10px;
	display:block;
	float:left;
}
#servicenav {
	float:right;
	margin:58px 10px 0 280px;
}
#servicenav a{
	color:#939393
}
#metanav {
	margin:58px 0 0 20px;
	float:left;
}
#metanav a {
	color:#005398;
}
#metanav a.notfall {
	line-height:18px;
	padding:0 4px 0 4px;
	color:#e5322c;
}
#language{	
	float:left;
	margin:0 10px 0 0;
}
#service{
	float:left;
}

/* Suchfeld */
#search {
	float:right;
	margin:0 0 0 0
}
.searchLabel {
	float:left;
	line-height:20px;
	margin:0 8px 0 0
}
.searchInput {
	float:left;
	width:120px;
	margin:0 8px 0 0
}
.searchButton {
	float:left
}
/* Pflegeschaltflächen */

#beButtonLayoutwizard {
	position:absolute;
	margin:8px 0 0 8px
}
#beButtons {
	float:right;
	margin:-23px 0 0 3px
}
#beButtonAdmin {
}
#beButtonPage {
	float:left;
	margin:0
}
#beButtonContent {
	float:left
}
#beButtonEditTop {
}
#beButtonEditRight {
	position:absolute;
	margin:1px 0 0 5px
}
#beButtonEditBottom {
	position:absolute;
	margin:1px 0 0 5px
}
#beButtonEditLeft {
	position:absolute;
	margin:5px 0 0 5px
}
#beButtonEditNavigation {
	position:absolute;
	margin:0 0 0 5px
}
/* Allgemeine Elemente */
.clearBoth {
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
	padding:0px;
	margin:0;
	overflow:hidden;
}
.elementStandard {
	margin:0 0 10px 0
}
.elementHeadline {
	margin:0 0 10px 0
}
.elementText {
	margin:0 0 10px 0
}
.elementText .fragmentInfo {
	background-position:4px 4px;
	background-repeat:no-repeat;
	background-image:url(/content/wGlobal/layout/images/icons/info.gif);
	padding:8px 8px 8px 64px;
	border:solid 1px #c0c0c0;
	background-color:#ffffff
}
.elementText .fragmentWarning {
	background-position:4px 4px;
	background-repeat:no-repeat;
	background-image:url(/content/wGlobal/layout/images/icons/warning.gif);
	padding:8px 8px 8px 64px;
	border:solid 1px #c0c0c0;
	background-color:#ffffff
}
.elementText .fragmentTip {
	background-position:4px 4px;
	background-repeat:no-repeat;
	background-image:url(/content/wGlobal/layout/images/icons/info.gif);
	padding:8px 8px 8px 64px;
	border:solid 1px #c0c0c0;
	background-color:#ffffff
}
.elementTextFloatLeft {
	float:left;
	padding:0 0 10px 0;
	width:260px;
}
.elementPicture {
	margin:0 0 10px 0
}
.elementPicture .title {
	line-height:20px;
	font-size:10px
}
.elementPictureFloatLeft {
	float:left;
	padding:0 10px 10px 0;
}
.elementLink {
	margin:0 0 10px 0
}
.elementVideo {
	margin:0 0 10px 0
}
.elementAudio {
	margin:0 0 10px 0
}
.elementPortlet {
	margin:0 0 10px 0;
	padding:0;
}
.elementScript {
	margin:0 0 10px 0
}
.elementSource {
	margin:0 0 10px 0;
	padding:4px;
	background-color:#FFFFCC;
	overflow:auto;
	white-space:nowrap
}
.elementSource h4 {
	margin:0 0 4px 0;
	background-color:#ffffcc;
	padding:4px 4px 4px 0;
	border-bottom:solid 1px #cccccc
}
.elementPlain {
	margin:0 0 10px 0;
	overflow:auto;
	padding:4px;
	background-color:#f0f0f0;
	border:solid 1px #a0a0a0
}
.elementDelimiter {
	margin:0 0 10px 0
}
.elementPartner {
	border-bottom:1px solid #CCCCCC;
	padding-top:5px;
	margin-bottom:5px;
}
.elementContainer {
	margin:0 0 18px 0
}
.elementContainerBox {
	margin:0 0 18px 0
}
.elementContainer1 {
	margin:0 0 0 0
}
.elementContainer1 .col1 {
}
.elementContainer2 {
	margin:0 0 0 0
}
.elementContainer2 .col1 {
	float:left;
	width:254px;
	margin:0 16px 0 0
}
.elementContainer2 .col2 {
	float:left;
	width:254px
}
.elementContainer3 {
	margin:0 0 0 0
}
.elementContainer3 .col1 {
	float:left;
	width:164px;
	margin:0 16px 0 0
}
.elementContainer3 .col2 {
	float:left;
	width:164px;
	margin:0 16px 0 0
}
.elementContainer3 .col3 {
	float:left;
	width:164px
}
.elementContainerBox1 {
	margin:0 0 16px 0;
	padding:8px;
	background-color:#DBE9F2;
	border:1px none #e0e0e0
}
.elementContainerBox1 .col1 {
}
.elementContainerBox2 {
	margin:0 0 16px 0;
	padding:8px;
	background-color:#DBE9F2;
	border:1px none #e0e0e0
}
.elementContainerBox2 .col1 {
	float:left;
	width:49%;
	margin:0 2% 0 0
}
.elementContainerBox2 .col2 {
	float:left;
	width:49%
}
.elementContainerBox3 {
	margin:0 0 16px 0;
	padding:8px;
	background-color:#DBE9F2;
	border:1px none #e0e0e0
}
.elementContainerBox3 .col1 {
	float:left;
	width:32%;
	margin:0 2% 0 0
}
.elementContainerBox3 .col2 {
	float:left;
	width:32%;
	margin:0 2% 0 0
}
.elementContainerBox3 .col3 {
	float:left;
	width:32%
}
.pagenav {
	margin-bottom:10px;
}
.pagenav a {
	margin-right:10px;
}
/* Elemente des oberen Bereich */
.elementBanner {
	background-color:#005399;
	height:150px;
	width:950px;
	background-repeat: no-repeat;
	margin-top:39px;
}
.elementBannerStart {
	background-color:#005399;
	height:283px;
	width:950px;
	background-repeat: no-repeat;
	margin-top:39px;
}
.elementBannerHome {
	background-color:#FFFFFF;
	height:150px;
	width:950px;
	margin-top:39px;
}
/* Elemente des linken Bereiches */

#blockLeft .elementHeadline {
	margin:0 0 8px 0px;
	padding:6px 10px 6px 10px;
}
#blockLeft .elementText {
	margin:0 0 8px 0px;
	padding:6px 10px 6px 10px;
}
/* Elemente des Inhaltsbereiches */


/* Elemente des rechten Bereiches */

#blockRight .elementHeadline {
	margin:0 0 0px 0;
	padding:0;
}
#blockRight .elementHeadline h1 {
	margin:0 0 5px 0;
	padding:2px 2px 2px 5px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	background-color:#005399;
}
#blockRight .elementHeadline h2 {
	margin:0;
	padding:0;
	color:#ffffff;
}
#blockRight .elementHeadline h3 {
	margin:0;
	padding:0;
	color:#ffffff;
}
#blockRight .elementHeadline h4 {
	margin:0;
	padding:0;
	color:#ffffff;
}
#blockRight .elementText {
	margin:0 0 10px 0;
	padding:10px 6px 6px 10px;
}
#blockRight form {
	margin:0 0 10px 0;
	padding:10px 6px 6px 10px;
}
.newborn {
	padding:0 0 0 0;
}
.newborn img {
	padding-bottom:5px;
}
#blockRight ul{
	margin:0 5px 0 5px;
}
#blockRight .elementLink{
	margin:0 5px 5px 5px;
}


/* Elemente des unteren Bereiches */



/*SpryValidationSelect*/
/* SpryValidationSelect.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* These are the classes applied on the messages
 * (required message and invalid state message)
 * which prevent them from being displayed by default.
 */ 
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}
/* These selectors change the way messages look when the widget is in one of the error states (required, invalid).
 * These classes set a default red border and color for the error text.
 * The state class (.selectRequiredState or .selectInvalidState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.selectRequiredState .selectRequiredMsg, .selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #CC3333;
}
/* The next three group selectors control the way the core element (SELECT) looks like when the widget is in one of the states: 
 * focus, required / invalid, valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the SELECT
 * - the widget id is placed on the SELECT element itself (there are no error messages)
 */
 
/* When the widget is in the valid state the SELECT has a green background applied on it. */
.selectValidState select, select.selectValidState {
	background-color: #B8F5B1;
}
/* When the widget is in an invalid state the SELECT has a red background applied on it. */
select.selectRequiredState, .selectRequiredState select, select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}
/* When the widget has received focus, the SELECT has a yellow background applied on it. */
.selectFocusState select, select.selectFocusState {
	background-color: #FFFFCC;
}
/*SpryValidationTextField*/
/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
	display: none;
}
/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg {
	display: inline;
	color: #CC3333;
}
/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}
/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, input.textfieldMinValueState, .textfieldMinValueState input, input.textfieldMaxValueState, .textfieldMaxValueState input, input.textfieldMinCharsState, .textfieldMinCharsState input, input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}
/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}
/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}
/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
/*color: red !important;*/
}
#sql label {
	display:block;
	width:150px;
	float:left;
}
#sql input, #sql textarea, #sql select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding: 2px;
	margin-bottom:3px;
	border:1px solid #CCCCCC;
}
#sql input {
	width:200px;
}
#sql form br {
	clear:left;
}
#sql .tdHeader {
	padding:5px 5px 5px 5px;
	margin:0;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}
#sql .tdRow1 {
	padding:5px 5px 5px 5px;
	margin:0;
}
#sql .tdRow1Last {
	text-align:right;
	padding:5px 5px 5px 0;
	margin:0;
}
#sql .tdRow2 {
	padding:5px 5px 5px 5px;
	background-color:#E6E6E6;
	margin:0;
}
#sql .tdRow2Last {
	text-align:right;
	padding:5px 5px 5px 0;
	background-color:#E6E6E6;
	margin:0;
}
a.smaller {
	font-size: 0.9em;
}
a.reset {
	font-size: 1.0em;
}
a.bigger {
	font-size: 1.1em;
}
.text_grey {
	color:#939393
}
.aDocdetails{
	color:#333333;
	text-decoration:none;
	display:block;
}
.aDocdetails:hover{
	color:#333333;
	text-decoration:none;
	display:block;
}


.elementPictureCourseGroup{
	width:166px;
	height:150px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	cursor:pointer;
}
.elementPictureCourseGroup h1{
	margin:0;
	background-color:#e97e1e;
	color:#FFF;
	font-size:12px;
	text-transform:none;
	font-weight:bold;
	padding:5px;
	line-height:14px;
	height:28px;
}
.registerSuccess{
	padding:5px 5px 5px 5px;
	color:#fff;
	background-color:#f1a324;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
