#registerForm label{
	width:460px;
	//font-weight:bold;
	vertical-align:top;
	float:none;
}

.domainLabel{
	//width:400px !important;
	//font-weight:normal !important;
}

#registerTabs2 li{
display:inline;
}

input[type=checkbox]{
	margin-right:5px;
}

.error{
	color:red;
	font-weight:bold;
	border-color:red;
}

label.error{
		width:250px !important;
}

.next-tab{
	//float:right;
}

.prev-tab{
	//float:left;
}

.noborder{
	border:0 !important;
}

#loginDialog input[type=text],#loginDialog input[type=password] {
	margin: 5px;
	margin-top: 0;
	height : 30px;
	vertical-align:middle;
	height:20px;
}

#loginDialog label {
	margin: 5px;
	margin-top: 0;
	float: left;
	width: 100px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

#frame {
	width: 945px;
	margin: auto;
}

/* ###### Navigation Start ##### */
#nav {
	margin: 5px;
	margin-right: 0;
	padding: 0;
	float: right;
}

#nav li {
	margin: 4px;
	padding: 1px;
	padding-left: 10px !important;
	display: block;
	float: left;
	background: url('../img/navspacer.gif') no-repeat;
	text-align: center;
}

#nav li:first-child {
	background: none;
	/* Spacer für das erste Navigationselement ausblenden */
}

#nav li:last-child {
	margin-right: 0;
}

.navlink {
	display: block;
	border: 1px solid white;
	height: 23px;
	text-decoration: none;
	line-height: 23px;
	vertical-align: middle;
	border: 1px solid white;
	color: black !important;
	text-decoration: none;
	padding: 0 15px 0 15px;
}

.navlink:hover {
	border-color: #E3E3E3 !important;
}

.activeTopNode {
	background: #FF7E28;
	color: white !important;
}

/* ##### Navigation Ende ##### */ /* ##### Header Start ##### */
#dynHeader {
	background: #f3f3f3;
	clear: both;
	margin-bottom: 0;
	height: 115px;
	background: url('../img/head_bg.jpg');
}

#dynHeader p{
	color:white;
	font-family:Arial;
	font-weight:bold;
	font-size:24pt;
	padding:25px 0 0 25px;
}

/* ##### Header Ende ##### */ /* ##### ContentArea Start ##### */
#contentArea {
	min-height: 500px;
	margin-top: 10px;
}

/* ##### Sidebar Start ##### */
#sidebar {
	float: left;
	width: 23%;
	margin-right: 2%;
}

.sidebar {
	background: #EBEBEB;
	padding: 20px;
	margin-bottom: 20px;
}

/* ##### Detailed Navigation Start ##### */
#detailedNavigation {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

#detailedNavigation li {
	margin: 5px 0 5px 0;
}

#detailedNavigation a:link,#sidebar a:visited,#sidebar a:hover {
	color: black;
	text-decoration: none;
}

#detailedNavigation a:hover {
	text-decoration: underline;
}

/* ##### Detailed Navigation Ende ##### */
	/* ##### Sidebar Ende ##### */ /* ##### Content Start ##### */

.portlet {
	/*DEACTIVATED STYLE*/
	/*border: 1px solid #CFCFCF;
	margin: 0 0 10px 0;
	padding:20px;*/
}

.red-border{
	border-color: red !important;
}
.moveActive:hover{
	background:#EFEFFF;
	}
.portletToolbar,#pageToolbar {
	padding: 5px;
	border: 1px solid #FF7E28;
	margin: 0 0 10px 0;
}

#pageToolbar {
	margin-top: 10px;
}

.column {
	min-height: 30px;
}

.colum-hover-active {
	background: #FEFFC0;
}

.moveActive {
	cursor: move;
}

.therapeutenViewer label {
	font-weight: bold;
	width: 100px;
	float:left;
}

.therapeutenViewer{
	float:left;
	width:100%;
}

label{
	width:100px;
	display:inline-block;
}

.therapeutenViewer div {
	float: right;
	width: 500px;
	margin-bottom: 15px;
}

.therapeutenViewer img {
	float: left;
	max-width: 150px;
}

h1,h2 {
	margin: 0;
	padding: 0;
	color: #FF7E28;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 14pt;
}

h6 {
	font-size: 16pt;
	margin: 0;
	margin-bottom: 15px;
	color: #337ACF;
}

.firstOfThree {
	width: 193px;
	margin-right: 10px;
}

.secondOfThree {
	width: 193px;
	margin-right: 10px;
}

.lastOfThree {
	width: 193px;
}

/* ##### Content Ende ##### */ /* ##### ContentArea Ende ##### */

#messageBox{
	margin:10px;
	padding:3px;
}

.success{
background:#3FFF7D;
}