/*
'-------------------------------------------------
' Grundeinstellungen Dokument
'-------------------------------------------------
*/

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	//color: #001C00;
	color: #00BB00;
	line-height: 14px;
	letter-spacing: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.png);
}



/*
'-------------------------------------------------
' Definition Layer
'-------------------------------------------------
*/

div#headerLayer {
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	visibility: visible;
	font-size: 36px;
	text-align:center;
	clear: both;
}

div#inhaltContainer {
	width: 800px;
	top: 250px;
	height: auto;
	margin: 0px;
	visibility: visible;
	position: absolute;
	left: 30px;
}

div#inhaltLayer, div#LinkerLayer, div#RechterLayer {
	width: 800px;
	height: auto;
	margin: 0px;
	visibility: visible;
	?osition: relativ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	left: 30px;
}

div#navigationLayer {
	width: 800px;
	height: 250px;
	margin: 0;
	visibility: visible;
	left: 30px;
	position: absolute;
	top: 30px;
}

#overview .element, #list .element {
	background-color: #006600;
	border: #00BB00 1px solid;
	color: #00BB00;
	font-size: 10px;
	padding: 3px;
	text-align: center;
} 

div.thumb {
	height:75px;
	width: 75px;
	vertical-align:middle;
}

div.csc-frame-indent6633 {
	float:left;
	width:62%;
	padding-right:3%;
}

div.csc-frame-indent3366 {
	float:left;
	width:32%;
	padding-right:3%;
}

div.csc-frame-indent {
	float:left;
	width:32%;
	padding:5px;
	background-color:#F4E2D7;
}

div.csc-frame-indent h1{
	color:#000000;
	text-transform:capitalize;
}
div.csc-frame-indent li {
	font-size: 8pt;
}

div.csc-frame-frame1 div.csc-header {
	background-color: #6899ce;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
}

div.csc-frame-frame1 div.csc-header H1 {
	font-weight: bold;
	color: white;
	line-height: 26px;
	height: 23px;
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 25px;
	margin-right: 32px;
}

.csc-frame-frame2 {
	background-color: #F4E2D7;
	width: 50%;
}

.csc-frame-frame1 .contenttable th {
	background: transparent;
	font-weight:normal;
	width: 50%;
	text-align: left;
}

.csc-frame-frame1 .contenttable td {
	background: transparent;
	font-weight:normal;
	background-color: #F4E2D7;
}

/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

p {
	margin-top: 9px;
	margin-bottom: 9px;
}

table {
	border-width: 0px;
	empty-cells: hide;
	margin-top: 9px;
	margin-bottom: 9px;
}
table.leftBrownBold td.td-last {
	background-color: #F4E2D7;
	margin: 3px;
	padding: 3px;
	font-weight: bold;
}

table.leftBrown td.td-last {
	background-color: #F4E2D7;
	margin: 3px;
	padding: 3px;
}

img {
	border-width: 0px;
}

img.inhaltClass {
	border-width: 1px;
	border-style: solid;
	border-color: #c1c1c1;
}

hr {
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 0px 0px 1px 0px;
	height: 1px;
	width: 100%;
	margin: 9px 0px 9px 0px;
	text-align: left;
}

h1 {
	font-size: 12px;
	color: #66CC66;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding-top: 12px;
}
p.csc-linkToTop{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	clear:both;
}
.csc-header {
	background-color: #F4E2D7;
	padding: 3px;
}

.csc-header h1 {
	font-weight: bold;
	color: #C77C44;
}

.csc-header h2 {
	color: #C77C44;
}


h2 {
	color: #CA834F;
}
h3 {
	line-height: 1.2em;
	color: #C77C44;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c77c44;
	font-size: 12px;
}
span.detail {
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00CC33;
	font-size: 14px;
}

span.important {
	background-color: #F4E2D7;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
}

em {
	font-weight: bold;
}

th {
	vertical-align: top;
	padding-top: 5px;
}

/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a { color: #00FF00; font-weight: normal; text-decoration: underline; }
a:link { color: #000000; }
a:hover {
	color: #FF0000;
	font-weight: bold;
}
a:active {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:visited { color: #000000; }
a:visited:hover { color: #000000; }
a:visited:active { color: #000000; }

a.iconClass { color: #000000; font-weight: normal; text-decoration: underline; }
a.iconClass:link { color: #000000; }
a.iconClass:hover { color: #000000; }
a.iconClass:active {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.iconClass:visited { color: #000000; }
a.iconClass:visited:hover { color: #000000; }
a.iconClass:visited:active { color: #000000; }

a.nav1OffClass { color: #000000; font-weight: bold; text-decoration: none; }
a.nav1OffClass:link { color: #000000; }
a.nav1OffClass:hover { color: #000000; background-color: yellow;}
a.nav1OffClass:active {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.nav1OffClass:visited { color: #000000; }
a.nav1OffClass:visited:hover { color: #000000; background-color: yellow;}
a.nav1OffClass:visited:active { color: #000000; }

a.nav1OnClass { color: #000000; font-weight: bold; text-decoration: none;}
a.nav1OnClass:link { color: #000000; }
a.nav1OnClass:hover { color: #000000; }
a.nav1OnClass:active {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.nav1OnClass:visited { color: #000000; }
a.nav1OnClass:visited:hover { color: #000000; }
a.nav1OnClass:visited:active { color: #000000; }

a.nav2OffClass { color: #000000; font-weight: normal; text-decoration: none; }
a.nav2OffClass:link { color: #000000; }
a.nav2OffClass:hover { color: #000000; }
a.nav2OffClass:active {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.nav2OffClass:visited { color: #000000; }
a.nav2OffClass:visited:hover { color: #000000; }
a.nav2OffClass:visited:active { color: #000000; }

a.nav2OnClass { color: #000000; font-weight: normal; text-decoration: none; }
a.nav2OnClass:link { color: #000000; }
a.nav2OnClass:hover { color: #000000; }
a.nav2OnClass:active {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.nav2OnClass:visited { color: #000000; }
a.nav2OnClass:visited:hover { color: #000000; }
a.nav2OnClass:visited:active { color: #000000; }



/*
'-------------------------------------------------
' Listen
'-------------------------------------------------
*/

/* Liste im Inhaltsbereich */

ul {
}

li {
}

/* Liste Navigation 1 */

ul.nav1Class {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.nav1Class {
	background-image: url('screen_FILES/pixel_trans.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 0px;
}

/*
li.nav1Class a { color: #676767; font-weight: bold; text-decoration: none; }
li.nav1Class a:link { color: #676767; }
li.nav1Class a:hover { color: #135da0; }
li.nav1Class a:active { color: #135da0; }
li.nav1Class a:visited { color: #676767; }
li.nav1Class a:visited:hover { color: #135da0; }
li.nav1Class a:visited:active { color: #135da0; }

li.nav1OnClass a { color: #135da0; font-weight: bold; text-decoration: none; }
li.nav1OnClass a:link { color: #135da0; }
li.nav1OnClass a:hover { color: #135da0; }
li.nav1OnClass a:active { color: #135da0; }
li.nav1OnClass a:visited { color: #135da0; }
li.nav1OnClass a:visited:hover { color: #135da0; }
li.nav1OnClass a:visited:active { color: #135da0; }
*/

/* Liste Navigation 2 */

ul.nav2Class {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.nav2Class {
	background-image: url('screen_FILES/nav2_listenpunkt_off.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 8px;
}

li.nav2OffClass:hover {
	background-image: url('screen_FILES/nav2_listenpunkt_on.gif');
}

li.nav2OnClass {
	background-image: url('screen_FILES/nav2_listenpunkt_on.gif');
}

label {
	width: 150px;
	clear: right;
	float: left;
}

.align-right {
	text-align: right;
}

.typo3-adminPanel {
	cellpadding:0px;
	cellspacing:0px;
}

span#glossary {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

.align-center {
	text-align: center;
}

div.rgaccord2-content {
  width:798px;
}


h3.rgaccord2-toggle {
	margin-right: 0px;
}

csc-mailform{
	width: 600px;
}

div.patientinfo {
	background-color: #F4E2D7;
	font-weight: bold;
	vertical-align: top;
	width: 600px;
}
.csc-mailform-label div.patientinfo {
	padding-bottom: 10px;
	padding-top: 10px;
}

.csc-mailform-field label, div.patientinfo label {
	font-weight: bold;
	vertical-align: top;
	Width: 250px;
}

.csc-mailform-field input, .csc-mailform-field div.patientinfo input {
	width: 15em;
}

.csc-mailform-field textarea {
	width: 25em;
}

.Notdienst td {
	padding: 3px;
}