body {
	font-family: arial;
	font-size: 16px;
	margin: 5px 0 25px 0;
}

img {
	border: none;
}

/*----------------------------- Layout --------------------------*/ 
#header {
	height: 100px;
	/*width: 1046px;*/
}
#subheader {
	color: #336699;
	font-weight: bold; 
	padding: 0px 20px; 
}
#leftcol {
	position: absolute;
	top: 105px;
	left: 0;
	width: 216px;
	border-right: 1px solid #336699;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
#main {
	min-width: 600px;
	max-width: 800px;
	margin-left: 216px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 50px;
}

#footer {
	border-top: 1px solid #336699; 
	text-align: center;
	background-color: #C9DBED;
	font-size: 12px;
	padding: 3px 0 7px 0;
	position:  fixed;
	bottom: 0;
	left: 0;
	right: 0;
	
}

p.block {
	text-align: justify;
}

/*------------------------- top navigation bar --------------------------------*/


/*------------------------- left navigation bar --------------------------------*/
div#leftcol h1, div#leftcol .sidehead {
	background: none;
	font-size: 18px;
	color: #336699;
	text-align: right;
	font-weight: normal;
	padding: 3px 10px;
	text-transform: uppercase;
	margin: 0px;
	border: none;
}
div#leftcol .sidesection {
	background-color: #eee; 
	border-top: 1px dotted #336699; 
	border-bottom: 1px dotted #336699;
}
ul.navlist {
	margin: 0;
	padding: 0;
	background-color: #eee;
	padding: 20px 20px;
	border-top: 1px dotted #336699;
	border-bottom: 1px dotted #336699;
}
ul.navlist li:first-child {
	border-top: 1px solid gray;
}
ul.navlist li {
	border-bottom: 1px solid gray;
	font-size: 14px;
	list-style-type: none;
}
ul.navlist li a {
	display: block;
	padding: 6px 3px;
	text-decoration: none;
}
ul.navlist li a:hover {
	background-color: #bbb;
	background-color: #C9DBED;
}
ul.navlist li.sublink {
	font-size: 12px;
	margin-left: 10px;
}

/* article list in the left col*/
ul.articles {
	padding: 20px;
	margin: 0;
}
ul.articles li:first-child {
	border-top: 1px solid gray;
}
ul.articles li {
	list-style-type: none;
	font-size: 12px;
	border-bottom: 1px solid gray;
}
ul.articles li a {
	display: block;
	padding: 5px 3px;
	text-decoration: none;
}
ul.articles li a:hover {
	background-color: #C9DBED;
}
ul.articles li .head {
	font-weight: bold;
	color: #333333;
}
ul.articles li .text > p{
	margin: 0;
	display: inline;
}
/**
 * Pagination
 *
 */
div.pagination {
	width: 500px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}
div.pagination div.disabled {
	display: inline;
	display: none;
}
div.pagination img {
	vertical-align: bottom;
}

/*------Chirurgie--------------*/
table.leistungen *th {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
table.leistungen *td {
	font-family: arial;
	font-size: 16px;
	vertical-align: top;
	padding-bottom: 10px;
}
table.leistungen *td.einzug {
	width: 160px;
}
/*-----------------------------*/

/*
 * Headings
 *
 */
h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #336699;
	text-transform: uppercase;
}
h2 {
	font-family: arial;
	font-size: 18px;
	color: #336699;
}
h3 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
.pointout {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
a {
	color: #336699;
}

.imgCaption {
	text-align: center;
	font-size: 12px;
}
.imgCell {
	padding: 3px 10px;
	text-align: center;
	vertical-align: middle;
	clear: both;
}

.message {
	padding: 3px 10px;
	border: 1px solid #0093DD;
	color: #444444;
	background-image: url(/img/icons/information.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 3px center;
}
#flashMessage.message, #authMessage.message {
	background-color: #ECEFF2;
	border-color: #0093DD;
}
#infoMessage.message {
	background-color: #FFFFBB;
	border-color: #CCCC66;
}
#errorMessage.message {
	background-color: #FFEEEE;
	border-color: #990000;
	background-image: url(/img/icons/exclamation.png);
}

/*-------------------------------- breadcrumbs ------------------------*/
div#breadcrumbs {
	font-size: 16px;
	font-weight: bold;
}
div#breadcrumbs a {
	margin: 0px 5px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
div#breadcrumbs a:hover {
	color: black;
}
/*----------------------zebra table/list-----------------------*/
table.zebra tr.odd, ul.zebra li.odd {
	background-color: #C9DBED;
}
table.zebra tr.even, ul.zebra li.even {
	background-color: #EEEEEE;
}
/*+++++++++++++++++++++ gallery ++++++++++++++++++++*/
div.pagination {
	width: 800px;
}
/*-------------------------- table ----------------------------*/
table.gallery {
	width: 800px;
	border-collapse: collapse;
}
table.gallery tr.odd {
	background-color: #C9DBED;
}
table.gallery tr.even {
	background-color: #EEEEEE;
}
table.gallery th {
	border-bottom: 1px solid gray;
}
table.gallery td {
	padding: 3px 5px;
}
table.gallery td, table.gallery th {
	border-left: 1px solid gray;
}
table.gallery td:first-child, table.gallery th:first-child {
	border-left: none;
}
/*-------------------------- icons -----------------------------*/
.icon {
	padding-left: 20px ! important;
	background-position: left center;
	background-repeat: no-repeat;
}
.delete {
	background-image: url(/img/icons/delete.png);
}
.images {
	background-image: url(/img/icons/images.png);
}
.image {
	background-image: url(/img/icons/image.png);
}
.image.add {
	background-image: url(/img/icons/image_add.png);
}
.image.edit {
	background-image: url(/img/icons/image_edit.png);
}
.image.delete {
	background-image: url(/img/icons/image_delete.png);
}
.album {
	background-image: url(/img/icons/book.png);
}
.album.add {
	background-image: url(/img/icons/book_add.png);
}
.album.edit {
	background-image: url(/img/icons/book_edit.png);
}
.album.delete{
	background-image: url(/img/icons/book_delete.png);
}
.event.index {
	background-image: url(/img/icons/calendar.png);
}
.event.view {
	background-image: url(/img/icons/calendar.png);
}
.event.add {
	background-image: url(/img/icons/calendar_add.png);
}
.event.edit {
	background-image: url(/img/icons/calendar_edit.png);
}
.event.delete{
	background-image: url(/img/icons/calendar_delete.png);
}
.user.index {
	background-image: url(/img/icons/group.png);
}
.user.add {
	background-image: url(/img/icons/user_add.png);
}
.user.view {
	background-image: url(/img/icons/user.png);
}
.user.edit {
	background-image: url(/img/icons/user_edit.png);
}
.user.delete{
	background-image: url(/img/icons/user_delete.png);
}
.index {
	background-image: url(/img/icons/page_white_stack.png);
}
.add {
	background-image: url(/img/icons/add.png);
}
.view {
	background-image: url(/img/icons/information.png);
}
.edit {
	background-image: url(/img/icons/pencil.png);
}
.delete {
	background-image: url(/img/icons/delete.png);
}
.login {
	background-image: url(/img/icons/door.png);
}
.logout {
	background-image: url(/img/icons/door_out.png);
}
.recalculate {
	background-image: url(/img/icons/wrench.png);
}
.icon.statistics {
	background-image: url(/img/icons/chart_bar.png);
}
/*-------------------------- forms -----------------------------*/
#main form {
	width: 800px;
}
#main form div.input, #main form div.date {
	margin-bottom: 0.5em;
}
#main label {
	position: absolute; 
	text-align:right; 
	width:190px;
}
#main fieldset {
	border-width: 1px;
}
#main input, #main textarea, #main select, #main fieldset {
	margin-left: 200px;
}
#main form iframe {
	margin-left: 200px !important;
}
#main div.input >input, #main div.input  >textarea, #main div.input >select, #main div.input >fieldset {
	width: 400px;
}
#main div.input  input, #main div.input textarea, #main div.input select, #main div.input fieldset {
	width: 400px;
}
#main div.input div.checkbox input, #main div.input fieldset input {
	width: 20px;
}
#main div.input div.checkbox label {
	position: inherit;
	text-align: left;
	width: 300px;
}
#main div.input fieldset {
	padding: 3px 0px 10px 0px;
}
#main div.input fieldset label {
	text-align: left;
	position: relative;
}
#main div.input fieldset input {
	margin-left: 10px;
}
.form-error {
	border: 2px solid red;
}
div.error-message {
	color: red;
	margin-left: 140px;
}
/*------------------------search form in left col------------------------------------*/
form#searchform {
	padding: 10px;
	margin: 0px;
}
form#searchform input {
	width: 128px;
}
form#searchform input#submit_search {
	width: 56px;
}
form#searchform div.auto_complete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
form#searchform div.auto_complete ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
form#searchform div.auto_complete ul li {
	padding: 1px 3px;
	list-style-type: none;
}
 
form#searchform div.auto_complete ul li.selected { 
	background-color: #EEEEEE; 
}
/* ------------------------------------- accordion style ------------------------------------------*/
#accordion {
	/*width: 500px;*/
}
#accordion h3{
	font-size: 14px;
	border: 1px dashed #336699;
	background-color: #C9DBED;
	margin-bottom: 0px;
	padding: 2px 10px;
	margin-top: 20px;
}
#accordion h3 .date {
	float: right;
	margin-left: 5px;
}
#accordion div.element {
	border-left: 1px dashed #336699; 
	/*margin-bottom: 20px;*/
	padding: 5px 5px 0 5px;
}
#accordion div.element p {
	margin: 5px;
}
#accordion div.element div.footer {
	border-bottom: 1px dashed blue; 
	text-align: right;
}
#accordion div.element div.footer a {
	padding: 1px 5px;
	border: 1px dashed blue;
	border-bottom: none;
}

ul.articlefile {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* chirurgie */
#main dl dt {
	text-decoration: underline;
	display: inline;
	float: left;
	padding-right: 3px;
}
#main dl dd {
	margin-left: 0px;
	margin-bottom: 10px;
}

/* drop shadows */

.alpha-shadow {
	clear: both;
	float: left;
	background: url(/img/shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
}

.alpha-shadow div {
	background: url(/img/shadow2.png) no-repeat left top !important;
	background: url(/img/shadow2.gif) no-repeat left top;
	float: left;
	padding: 0px 6px 6px 0px !important;
	padding: 0px 6px 6px 0px;
}

.alpha-shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	margin: 0;
}

/*.article.text p {
	margin: 0px;
}*/
