/* CSS Document */

body {
    font-family: Arial;
    color: #333333;
    font-size: 12px;
}

ul {
    padding: 0px;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
    color: dimgray;
}

li {
    list-style-type: none;
    list-style-position: inside;
}

#topbar {
    position: absolute;
    line-height: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #EFEFEF;
}

#topbarinset {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#header {
    width: 971px;
    height: 85px;
    background-image: url(../images/header.jpg);
    font-family: Arial;
    float: left;
    margin-bottom: 5px;
    margin-top: 20px;
}

#header .logo {
    float: left;
}

#headinfo {
    float: right;
    width: 200px;
    margin: 10px 5px 0 0;
    height: 20px;
    padding: 05px 0 10px 0;
    background: url(../images/headinfobg.gif) no-repeat;
    text-align: center;
}

#headinfo a {
    color: #EFEFEF;
}

#headinfo a:hover {
    color: #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

.logotext {
    float: left;
    width: 300px;
    margin: 30px 0 50px 30px;
    font-family: Tahoma, Verdana;
    font-size: 22px;
    color: #EFEFEF;
}

.logotext strong {
    color: #EFEFEF;
}

.logotext2 {
    font-size: 14px;
}

#nav {
    float: left;
    width: 97%;
    padding: 1px;
    margin: 0;
    height: 39px;
}

#status {
    float: left;
    width: 97%;
    overflow: hidden;
    padding: 1px;
    margin: 0;
    text-align: right;
    font-weight: bold;
    color: #444444;
    font-size: 8pt;
    margin-bottom: 5px
}

#navr ul {
    margin: 0;
    padding: 0;
}

#navr ul li {
    float: left;
    list-style: none;
    padding: 0;
    display: block;
    width: 100px;
    height: 15px;
    padding: 8px 0;
    margin: 0 1px 0 0;
    color: black;
    text-align: center;
}

#content {
    width: 100%;
}

#left {
    float: left;
    width: 20%;
}

#tableLink a {
    color: #2779AA;
    text-decoration: underline;
}

#breadcrumb {
    float: left;
    width: 80%;
    background-color: #EFEFEF;
}

#right {
    float: left;
    width: 80%;
}

#right .postinfo {
    display: block;
    width: 90%;
    margin: 5px;
    padding: 6px;
    background-color: #EFEFEF;
    border: 1px solid #D4D4D4;
}

#right p a {
    color: #FFCD59;
    font-weight: bold;
    text-decoration: underline;
}

.clear {
    clear: both;
}

.defaultPanelWidth {
    width: 765px;
}

.ui-panel-title {
    display: block;
}

.bold {
    font-weight: bold;
}

.block {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.blue {
    color: #2779AA;
}

.ui-datatable-data-empty,
.hideTableHead thead,
.hidden {
    display: none;
}

.hideTableHead {
    margin-top: -1px;
}

.width_200 {
    width: 200px;
}

.width_100 {
    width: 100px;
}

.button_width_m {
    width: 98px;
}

.button_width_l {
    width: 170px;
}

.margin_top {
    margin-top: 20px;
}

.margin_top_l {
    margin-top: 35px;
}

.margin_right {
    margin-right: 15px;
}

.margin_left {
    margin-left: 15px;
}

.margin_bottom {
    margin-bottom: 25px;
}

.margin_bottom_s {
    margin-bottom: 10px;
}

.margin_bottom_xl {
    margin-bottom: 50px;
}

.red {
    color: red;
}

.crimson {
    color: crimson;
}

.green {
    color: green;
}

/*Spaltenbreiten der MedikamentTabelle*/
.actionColumn {
    width: 45px;
}

.uawColumn {
    width: 45px;
}

.bisColumn,
.vonColumn {
    width: 112px;
}

.dosisColumn {
    width: 122px;
}

td table,
td table td {
    border: 0 !important;
}

ul.liststyle li {
    list-style: outside disc !important;
}

.no_border {
    border: 0 none !important;
}

.no_border_bottom {
    border-bottom: 0 none !important;
}

.no_background {
    background: none !important;
}

.no_margin {
    margin: 0 !important;
}

.no_padding {
    padding: 0 !important;
}

.no_corner_bottom {
    border-radius: 6px 6px 0px 0px;
}

.centered {
    margin: 0 auto;
}

.center {
    text-align: center;
}

.inline_block {
    display: inline-block;
}

.inline {
    display: inline;
}

.navButton {
    width: 31px;
}

.navButtonSmall {
    width: 120px;
}

.third {
    width: 33%;
}

.ui-panel-title {
    margin: 0 !important;
}

.ui-panel-titlebar {
    position: static !important;
}

.valignTop {
    vertical-align: top;
}

#Laborwerte\:navigation\:pageselectButton div.ui-widget,
#form1\:navigation\:pageselectButton div.ui-widget,
#formPatientenakte\:newActionSelectButton div.ui-widget {
    width: 300px;
}

#newsarea ul li {
    list-style-type: disc;
}

#newsarea ol {
    padding: 0px;
}

#newsarea ol li {
    list-style-type: decimal;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget {
    font-family: Arial;
}

.width_1000 {
    width: 1000px
}

.fs_10 {
    font-size: 10px;
}

.fw_normal {
    font-weight: normal;
}
