/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/*  */

body {
    background: url(images/background.png) fixed #E0E0E0;
    font-size: 11px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000;
    padding:0px;
    margin:0px;
}
html {
    padding-top: 50px;
    padding-bottom: 40px;
}
a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted;
}
img a {
    text-decoration: none;
    border: none;
}
a:visited {
    color:#000;
}
a:hover {
    color: #000;
}
a:active {
    color:#000;
}
a img {
    border: none;
}
img.download {vertical-align:middle;}

.left {
    text-align: left;
    float: left;
}
.right {
    text-align: right;
}
.tablehighlight tr:hover {
    background: #B641D4;
    color: #fff;
}
.tablehighlight tr:hover a{
    color: #fff;
}
/* ----------container zentriert das layout-------------- */
#container {
    width: 920px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #DCDCC8;
    border: 7px solid #003F5F;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;

}

/* ----------banner for logo-------------- */
#banner {
    background: url(images/header.jpg) no-repeat #003F5F;
    text-align: right;
    padding: 0px;
    margin: 0px;
    width: 920px;
    min-height: 157px;
    vertical-align: bottom;
    color: #fff;
}
#banner img {
    margin-top: 133px;
}

#banner h1 {
    font-size: 11px;
    text-transform:uppercase;
    background-color: #003F5F;
    padding:5px 15px;
    margin:0px;
    color: #FFF;
}

#banner a {
    color: #fff;
    border: none;
}

/* -----------------Inhalt--------------------- */
#content {
    background-color: #ffffff;
    padding: 0px;
    margin-left: 210px;
    margin-right: 0px;
    padding: 10px;
    border-left: 7px solid #003F5F;
}
div#content { 
    min-height:750px;
    height:expression(this.scrollHeight > 650 ? "auto":"650px"); 
}
p, pre{
    padding: 5px 10px;
    margin:0px;
}

#content h1 {
    border-bottom: 1px solid #00324B;
}

/* -----------------News--------------------- */
.newstable {
    width: 100%;
}
.newshead {
    background: #7BD8AC;
    color: #fff;
    padding-left: 8px;
}

.pages_current {
    padding: 4px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #B641D4;
    background: #FFB5FF;
}
.pages_count {
    padding: 4px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #B641D4;
}

/* --------------left navigavtion------------- */
#left {
    float: left;
    width: 210px;
    margin: 0px;
    padding: 0px;
}
#left p {
    padding-bottom: 20px;
}
#left ul {
    list-style: none;
    margin-left: -40px;
}
#left ul li {
    padding-bottom: 0px;
    padding-top: 0px;
    
}
#left ul a{
    font-weight: bold;
    border-bottom: none;
    padding-left: 10px;
    display: block;
    text-decoration: none;
    color: #00324B;
    padding-bottom: 5px;
    padding-top: 5px;
}
#left ul a:hover{
    text-decoration: none;
    background: #B641D4;
    color: #fff;
}

#left h1 {
    font-size: 11px;
    color: #FFF;
    text-transform:uppercase;
    background: #B641D4;
    border-bottom:2px solid #FFB5FF;
    padding:5px 15px;
    margin-bottom: 5px;
}

/* -----------footer--------------------------- */
#footer {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    background-color: #003F5F;
    margin:0px;
    color: #fff;
}
#footer a {
    color: #fff;
}
.footer_box {
    padding: 5px;
    vertical-align: top;
}

/* ---------- Textboxen für Login -------------- */
#textbox_picture {
    background: #FFFFFF url("images/icons/picture.png") no-repeat right;
    border: 1px solid #000;
}
#textbox_user {
    background: #FFFFFF url("images/icons/user.png") no-repeat right;
    border: 1px solid #000;
}
#textbox_pass {
    background: #FFFFFF url("images/icons/key.png") no-repeat right;
    border: 1px solid #000;
}
#button_login {
    background: #FFFFFF url("images/icons/tick.png") no-repeat right;
    border: 1px solid #000;
}
#button_add {
    background: #FFFFFF url("images/icons/add.png") no-repeat right;
    border: 1px solid #000;
}
#button_accept {
    background: #FFFFFF url("images/icons/accept.png") no-repeat right;
    border: 1px solid #000;
}
#button_undo {
    background: #FFFFFF url("images/icons/arrow_undo.png") no-repeat right;
    border: 1px solid #000;
}

