body {
	background: url(/tmpl/bgr/bbraun-bar.gif) repeat-x top left; 
	font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#666666;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: 0;
}

input[type=text], input[type=password], input[type=file], textarea {
	color: #333333;
	font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	padding: 1px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #5a5a5a;
	margin: 0;
	line-height: 25px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 0pt;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	margin: 0;
	line-height: 1.35em;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 0pt;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #5a5a5a;
	margin: 0;
	line-height: 1.35em;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 0pt;
}

p {
	margin: 0.5em 0;
}

th, td {
	padding: 3px;
}

#wrapper {
	width: 1000px;
}

#modality {
	background: url(/tmpl/bgr/bg_black60transparent.png) top left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}

#dialog {
	background: white;
	border: 1px solid #999999;
	width: 400px;
	height: 320px;
	/*position: absolute;*/
	position: fixed;
	z-index: 101;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
}

#dialog-title {
	background: url(/tmpl/logo/logo.gif) no-repeat top left;
	font-size: 16px;
	height: 40px;
	margin: 32px 24px 0 24px;
	overflow: hidden;
}

#dialog-body {
	height: 190px;
	margin: 6px 24px 6px 24px;
	overflow-x: hidden;
	overflow-y: auto;
}

#dialog-footer {
	margin: 6px 24px;
	text-align: right;
}

#dialog a {
	color: #00B482;
	text-decoration: underline;
}

#metanav {
	width: 950px;
	position: absolute;
	top: 5px;
	text-align: right;
}

#metanav a {
	color: #999999;
	font-size: 85%;
	text-decoration: none;
}

#metanav a:hover {
	color: #00b482;
}

#logo {
	background: url(/tmpl/logo/logo.gif) no-repeat top left;
	width: 144px;
	height: 35px;
	position: absolute;
	top: 30px;
	left: 20px;
}

#logo a {
	display: block;
	height: 35px;
}

#link-out-nav {
	width: 560px;
	position: absolute;
	top: 80px;
	left: 200px;
}

#link-out-nav a {
	color: #999999;
	display: block;
	float: left;
	width: 92px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#link-out-nav a:hover {
	color: #00b482;
}

#header {
	background: url(/tmpl/bgr/bg_header.gif) repeat-y top left rgb(153, 225, 205);
	height: 180px;
	margin-bottom: 33px;
/*	margin-top: 100px;*/ /* does not work in ie7 */
	border-top: 100px solid #ffffff;
}

#header-image {
	margin-left: 201px;
	height: 180px;
	width: 568px;
	background: url(/tmpl/bgr/markenband.jpg) no-repeat top left;
}

#colleft {
	float: left;
	width: 200px;
	height: 600px;
}
#content {
	float: left;
	margin: 0 20px 0 20px;
	width: 730px;
}
#content a {
	color: rgb(150, 150, 150);
	text-decoration: underline;
}
#content a:hover {
	color: rgb(0, 180, 130);
}

#footer {
	height: 105px;
}

#nav {
	color: #999999;
	margin-left: 20px;
	line-height: 1.6em;
}

.navsection {
	border-top: 1px solid #999999;
	font-weight: bold;
}

.navsub {
	color: #999999;
	display: block;
	font-weight: bold;
	outline: none;
}

.navsub:hover {
	color: #33C39B;
}

.indent {
	margin-left: 1em;
}

.navsub.active {
	color: #00B482;
	font-weight: bold;
}

.form-grey {
	background-color: #e7e7e7;
	border: 1px solid #999999;
	padding: 4px 12px;
}

.form-grey h2 {
	color: #5a5a5a;
}

.formrow {
	padding: 4px 0;
}

.formcol-left {
	display: block;
	float: left;
	line-height: 2em;
	width: 200px;
}

.formcol-right {
	display: block;
	float: right;
	line-height: 1.6em;
	width: 390px;
}

.formcol-left-sub {
	width: 120px !important;
}

ul.legend {
	font-size: 90%;
	line-height: 1.6em;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#clinic-logo-new {
	width: 210px;
}

.clinic-logo-preview {
	background: #FFFFFF;
	border: 1px solid #999999;
	width: 100%;
	height: 150px;
	margin: 12px 0;
	text-align: center;
	overflow: auto;
}

.clinic-logo-preview img {
	margin 0 auto;
}

/* generic helpers */
.clear{clear:both}
.clickable{cursor:pointer}
.block{display:block}
.bold{font-weight:bold}
.inline{display:inline}
.right{float:right}
.left{float:left}
.red{color:#C2284E}

/* project helpers */
.darkgrey{color: #5A5A5A}

/* clinic-accordion */
div#clinic-cmdbar {
	background: #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	float: left;
}

div#clinic-cmdbar div {
	border-right: 1px solid #999999;
	float: left;
	padding: 6px 12px;
}

div#clinic-add {
	background: #E7E7E7;
	border: 1px solid #999999;
	border-bottom: 0;
}

div.ui-accordion {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

a.ui-accordion-header {
	background: #E7E7E7;
	border-bottom: 1px solid #999999;
	color: #C2284E !important;
	display: block;
	outline-style: none;
	font-weight: bold;
	padding: 0 0 0 12px;
	text-decoration: none !important;
}

.clinic-label {
	padding: 6px 0;
}

.clinic-remove-button {
	border-left: 1px solid #999999;
	border-top: 0;
	padding: 6px 12px;
}


div.ui-accordion-content {
	background: #E7E7E7;
	border-bottom: 1px solid #999999;
	padding: 0;
}

div.clinic-form-cmdbar {
	background: #FFFFFF;
	border-top: 1px solid #999999;
	padding-left: 32px;
	padding-bottom: 32px;
}

.deliverybar, .billingbar {
	background: #E7E7E7;
	border-left: 1px solid #999999;
}

.billingbar {
	border-bottom: 1px solid #999999;
}

.deliverybar div.field, .billingbar div.field{
	padding: 0 12px;
	line-height: 26px;
}

.statusarrow {
	background: url(/tmpl/icons/rubrik_eingeklappt.png) no-repeat center center #E7E7E7;
	border-left: 1px solid #999999;
	width: 10px;
	height: 26px;
}

.statusarrow-open {
	background: url(/tmpl/icons/rubrik_ausgeklappt.png) no-repeat center center #E7E7E7 !important;
}

/* hyg-list */
table#hyg-list {
	width: 100%;
}

table#hyg-list thead {
	background-color: rgb(0, 180, 130);
	color: rgb(255, 255, 255);
	text-align: left;
	padding: 2px 6px;
}

table#hyg-list td {
	border-bottom: 1px solid #999999;
	padding: 2px 6px;
}

.plan-new-preset {
	cursor: pointer;
	float: left;
	margin: 12px 24px 0 0;
}

.plan-new-preset .innerbox {
	background: #e7e7e7;
	border: 1px solid #999999;
	width: 150px;
	height: 200px;
	-moz-box-shadow: 0 0 3px #666666;
	-webkit-box-shadow: 0 0 3px #666666;
}

.plan-new-preset .innerbox:hover {
	border: 1px solid #66D2B4;
	color: #66D2B4;
}

.plan-new-preset .innerbox.selected {
	border: 1px solid #C2284E !important;
	color: #C2284E;
}

.selected {
	border-color: #66D2B4 !important;
	color: #00B482;
}

#selection-box {
	background: #e7e7e7;
	border: 1px solid #999999;
	padding: 12px;
	margin-top: 6px;
}

#selection-box label {
	display: block;
	font-weight: bold;
	float: left;
	width: 50px;
}

#selection-box select {
	float: right;
	width: 280px;
	overflow: hidden;
}

#preset-image-box {
	background: #e7e7e7;
	border: 1px solid #999999;
	padding: 12px;
	margin-top: 6px;
	overflow: hidden;
}

#preset-image-box .right {
	margin-right: 12px;
	margin-bottom: 12px;
}

#preset-image {
	width: 150px;
	height: 200px;
	border: 1px solid #999999;
	background-color: #E7E7E7;
	-moz-box-shadow: 0 0 3px #666666;
	-webkit-box-shadow: 0 0 3px #666666;
}

#plan-image-box-button {
	background-color: #e7e7e7;
	border: 1px solid #999999;
	border-left: 0;
	padding: 6px 12px;
}

#plan-undo {
	background: url(/tmpl/icons/undo.png) no-repeat center center #e7e7e7;
	border: 1px solid #999999;
	border-left: 0;
	padding: 6px 12px;
}

#plan-redo {
	background: url(/tmpl/icons/redo.png) no-repeat center center #e7e7e7;
	border: 1px solid #999999;
	border-left: 0;
	padding: 6px 12px;
}

#plan-save-button {
	background-color: #e7e7e7;
	border: 1px solid #999999;
	border-left: 0;
	padding: 6px 12px;
}

#plan-dismiss-button {
	background-color: #C2284E;
	border: 1px solid #999999;
	border-left: 0;
	padding: 6px 12px;
}

#plan-add-node-button {
	background-color: #e7e7e7;
	border: 1px solid #999999;
	border-left: 0;
	padding: 6px 12px;
}

#plan-fold-button {
	background-color: #e7e7e7;
	border: 1px solid #999999;
	border-left: 0;
	padding: 6px 12px;
}

#plan-name-box {
	margin-top: 25px;
}

#plan-name {
	background-color: #e7e7e7;
	border: 1px solid #999999;
	color: #C2284E !important;
	cursor: text;
	display: block;
	height: 16px;
	overflow: hidden;
	outline-style: none;
	font-weight: bold;
	text-decoration: none !important;
	width: 320px;
	padding: 6px 12px;
}

#plan-name-input-box {
	background-color: #e7e7e7;
	border: 1px solid #999999;
	margin-top: 2px;
	padding: 6px 12px;
}

#plan-name-input {
	width: 396px;
}

/* hplan */
#hplan, #hplan ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#hplan .dragger {
	background: url(/tmpl/icons/drag_n_drop.png) no-repeat center center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	cursor: move;
	float: left;
	width: 34px;
	height: 30px;
	margin-top: -1px; /* hack to make upper border seem */
	/*
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	*/
}

#hplan .pikto {
	border: 1px solid #999999;
	border-top: 0;
	/*border-bottom: 0;*/
	background-position-x: -1px;
	background-position-y: -1px;
	cursor: pointer;
	width: 35px;
	height: 30px;
	float: left;
	margin: 0 0 0 -1px;
}

#hplan .level3 .pikto {
	display: none;
}

.step2-label {
	cursor: text;
	font-weight: bold;
	font-size: 10px;
	width: 155px;
	height: 40px;
	outline: navy;
	padding: 5px 0 7px 0;
	text-align: center;
}

.label {
	cursor: text;
	font-weight: bold;
	font-size: 14px;
	float: left;
	height: 28px;
	width: 400px;
	overflow: hidden;
	outline: navy;
	line-height: 34px;
	padding: 0 0 7px 4px;
}

#hplan .level1 {
	background: #ffffff;
	border: 1px solid #999999;
	margin-top: 6px;
	zoom: 1; /* ie7 hack */
}

#hplan .level2 {
	background: #e7e7e7;
	border-bottom: 0;
	zoom: 1; /* ie7 hack */
}

#hplan .level3 {
	background: #ffffff;
	border-top: 0;
	border-left: 1px solid #999999;
	border-bottom: 0;
	margin-left: 34px;
	zoom: 1; /* ie7 hack */
}

#hplan .level2 .bar {
	background: #e7e7e7;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#hplan .level3 .bar {
	background: #ffffff;
	border-top: 0;
	border-left: 0;
}

#hplan .level1 .level1-body {
	border-top: 1px solid #999999;
	clear: both;
	display: none;
	padding-left: 34px;
	padding-bottom: 6px;
}

#hplan .level1 .level2-add-form {
	background: #e7e7e7;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 12px;
}

#hplan .level2 .level2-body {
	background: #ffffff;
	display: none;
}

#hplan .level2 .level3-add-form {
	background: #ffffff;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 12px;
	margin-left: 34px;
}

#hplan .level3 .level3-body {
	background: #e7e7e7;
	border-bottom: 1px solid #999999;
	display: none;
}

#hplan .level3-body form .leftside {
	float: left;
	width: 300px;
}

#hplan .level3-body form .rightside {
	float: left;
	width: 320px;
}

#hplan .level3-body form .row {
	line-height: 1.6em;
	padding: 6px 0 6px 12px;
} 

#hplan .level3-body form .leftcol {
	display: block;
	float: left;
	width: 180px;
}

#hplan .level3-body form .rightcol {
	display: block;
	float: left;
	width: 270px;
}

#hplan .level3-body form .picbox {
	border: 1px solid #999999;
	height: 160px;
}

#hplan .level3-body form .whendesc {
	width: 320px;
	height: 100px;
} 

#hplan .level3-body form .wherebypic-upload-button {
	font-size: 9px;
	font-weight: 800;
	float: right;
}

.hplan-footer-field {
	padding: 15px;
	background: #e7e7e7;
	border-top: 1px solid #999;
}

.hplan-footer-field label {
	display: block;	
	margin: 0 0 3px;
}

.hplan-footer-field textarea {
	width: 100%;
	padding: 0;
	height: 110px;
	border: 1px solid #999;
}

/* button-specialization */
.button {
	background: url(/tmpl/icons/print.png) no-repeat center center transparent;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	cursor: pointer;
	float: right;
	width: 35px;
	height: 30px;
	/*
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius-bottomleft: 4px;
	-webkit-border-radius-bottomright: 4px;
	*/
}

.button-edit {
	background-image: url(/tmpl/icons/element_editieren.png);
	border-left: 1px solid #999999;
}

.button-add {
	background-image: url(/tmpl/icons/element_einfuegen.png);
	border-left: 1px solid #999999;
}

.button-remove {
	background-image: url(/tmpl/icons/element_entfernen.png);
}

.button-fold {
	background-image: url(/tmpl/icons/rubrik_eingeklappt.png);
	/*
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	*/
}

.button-fold-open {
	background-image: url(/tmpl/icons/rubrik_ausgeklappt.png) !important;
}

.level3 .button-remove {
	border-left: 1px solid #999999;
}

/* hplan pikto-selection */
#pikto-selection {}

.pikto-selection-item {
	border: 1px solid white;
	cursor: pointer;
	float: left;
	width: 50px;
	margin: 2px;
}

.pikto-selection-item:hover {
	border: 1px solid #66D2B4;
}

/* user-list */
table#user-list {
	width: 100%;
}

table#user-list thead {
	background-color: rgb(0, 180, 130);
	color: rgb(255, 255, 255);
	text-align: left;
	padding: 2px 6px;
}

table#user-list td {
	border-bottom: 1px solid #999999;
	padding: 2px 3px;
}

/* user-clinic-list / user-plan-list */
table.clinic-list, table.plan-list {
	width: 100%;
	margin-bottom: 2em;
}

table.clinic-list thead, table.plan-list thead {
	background-color: rgb(0, 180, 130);
	color: rgb(255, 255, 255);
	text-align: left;
	padding: 2px 3px;
}

table.clinic-list th {
	width: 50%;
}

table.clinic-list td {
	border-bottom: 1px solid #999999;
	padding: 2px 3px;
	width: 50%;
}

table.plan-list td {
	border-bottom: 1px solid #999999;
	padding: 2px 6px;
}


#letterbar {
	float: right;
}
#letterbar a {
	text-decoration: none;
}

h1 a {
	text-decoration: none !important;
}

/* ADMIN PRESETS */

/* user-list */
table#preset-list {
	width: 100%;
}

table#preset-list thead {
	background-color: rgb(0, 180, 130);
	color: rgb(255, 255, 255);
	text-align: left;
	padding: 2px 6px;
}

table#preset-list td {
	border-bottom: 1px solid #999999;
	padding: 2px 3px;
}

#presets-box {
	width: 100%;
}

#preset-edit-box {
	background: #e7e7e7;
	border: 1px solid #999999;
	display: none;
	padding: 12px;
	margin-top: -1px;
}

.presetbar {
	background: #e7e7e7;
	border: 1px solid #999999;
	border-top: 0;
	font-weight: bold;
	padding-left: 12px;
}

#busy {
	padding: 6px 12px;
}

.attention {
	background-color: #f2f2f2;
	padding: 6px;
	/*margin-left: -6px;*/
}

