/*----------------------
  globale definitionen
----------------------*/

body,html{
  height:100%;
  font:88% Verdana,Arial,sans-serif;
  color:#303030;
  line-height:1.3em;
  /* background:#F6F6F6 url('../img/schatten.png') repeat-y scroll 1100px 50%; */
  margin: 0;
}

/* ueberschriften */
h1{

  border-bottom:1px solid #BBD3EF;
  border-top:1px solid #BBD3EF;
  font-size:1.15em;
  margin:0;
  padding:3px 0 3px 0;
}
sup {
   /*vertical-align:text-top; font-size:75%;*/
  }


h2{
  color:#5B5B5B;
  font-size:1.2em;
  margin:0 0 20px 0;
}


h3 {
  color:#5B5B5B;
  font-size:1.05em;
  margin:0 0 20px 0;
}

h4 {
  margin:0 0 10px 0;
  font-size:1.0em;
  font-weight: normal;
  border-top: 1px solid #E2E2E2;
  background-color: #F2F2F2;

}

h5 {
  margin:0 0 20px 0;
  font-size:1.0em;
  font-weight: normal;
  background-color: #FFFFFF;
  border-bottom: 0px solid #5B5B5B;
}

h5 b
{
  color:#5B5B5B;
  border-bottom: 1px solid #5B5B5B;
}

b
{
  color:#5B5B5B;
}

/* links */
a{
  background-color:inherit;
  color:#2C5A93;
  text-decoration:none;
}

  a:hover{
    color:#2C5A93;
    text-decoration:underline;
  }

  a img{
    border:0px;
  }
/* formulare */
form {
  margin:0;
}
fieldset{
  background:#EFEFEF;
  border:1px solid #CCCCCC;
  margin:5px 0 !important;
  padding:5px;
}
legend {
  font-weight:bold;
}

input{
  font-size:1em;
  font-family:Verdana,Tahoma,Arial,sans-serif;
}

button{
  font-size:0.8em;
  font-family:Verdana,Tahoma,Arial,sans-serif;
}

textarea {
  font-size:1em;
  font-family:Verdana,Tahoma,Arial,sans-serif;
}

input[type=submit] {
  font-size:0.8em;
}

input[type=text] {
  font-size:1em;
}

input[type=file] {
  font-size:0.8em;
}

input[type=password] {
  font-size:1em;
}

select
{
  font-size:1em;
  font-family:Verdana,Tahoma,Arial,sans-serif;
}

/* weitere block-elemente */
hr {
  background:#CCCCCC;
  border:#CCCCCC;
  color:#CCCCCC;
  clear:both;
  height:1px;
}
p {
  margin:0;
}
ul, ol{
/*   list-style:none; */
}

/* inline-element */
acronym {
  border-bottom:1px dotted #303030;
  cursor:help;
  font:inherit;
}

.present p em {
  display:block;
  text-align:right;
}


/* kopfbereich mit banner, logo, kopfnavigation
------------------------------------------------------*/
#head {
  margin:0;
  padding-bottom:0px;
  width:1100px;
  height: 80px;
}
#head li {
  border-left:1px dotted #FFFFFF;
  float:left;
}


#head li a {
  display:block;
  padding:0 10px;
}
#head li a:hover {
  text-decoration:none;
}
#head .wappen {
  float:right;
  margin-top:6px;
  width:340px;
}
#head .wappen img {
  float:right;
  padding-right: 10px;
}
#head .banner
{
  margin-top: 10px;
}

#head .currentdate
{
  float: right;
  padding-top: 3px;
}

#head .logo
{
  float:left;
  margin: 25px 10px 0 15px;
}

#head .head_navi, #head .head_subnavi {
    float:left;
    width:1070px;
}
#head .head_navi {
  background:#2C5A93;
  color:#FFFFFF;
  height: 24px;
}
#head .head_navi ul {
  margin:0.2em 0;
  padding-left:30px;
}
#head .head_navi ul li {
  font-size:0.8em;
  line-height:2em;
  list-style-type: none;
}
#head .head_navi ul li a {
  color:#FFFFFF;
}
#head .head_subnavi ul {
  margin:26px 0 0 60px;
  padding-left: 0;
}
#head .head_subnavi ul li {
  border-color:#2C5A93;
  line-height:1.6em;
  list-style-type: none;
}
#head .head_subnavi ul li a {
  font-weight:bold;
}

/* globale menue spalte
-----------------------*/

#main
{
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 0 0 170px;
  min-height: 320px;
  padding: 1px 10px 4em 20px;
  width: 680px;
  position: relative;
}

#box{
  box-shadow: 3px 0 35px 5px rgba(0, 0, 0, 0.4);
  width:1100px;
  padding:0;
  margin: 0 auto;
  text-align:left;
  position: relative;
  min-height: 100%; /* Fuer moderne Browser */
  height: auto !important; /* Fuer moderne Browser */
  height: 100%; /* Fuer IE */
  background-color: #ffffff;
}

#footer {
  border-top-width:0px;
  border-top-color: #BBD3EF;
  border-top-style:solid;
  bottom: 0;
  left: 15px;
  line-height: 25px;
  position: absolute;
  width: 680px;
}

/* fuss-zeile
-----------------------*/
#foot {
  background:#FFFFFF;
  clear:both;
  line-height:1.5em;
  padding-top:5px;
  width:880px;
}

#foot .foot_links {
  text-align:center;
}

#foot .foot_source {
  display:none;
  font-weight:bold;
}

div#navbox
{
  margin-left: 30px;
  width:800px;
  height: 40px;
}

/*----------------------
  klassen definitionen
----------------------*/

/* keine float-effekte mehr */
.clear {
  clear:both !important;
  height:0 !important;
  float:none !important;
  width:100% !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.hidden {
  display:none;
}

/* linke und rechte ausrichtung */
.right{
  float:right;
}

.left{
  float:left;
}

.anchor {
  clear:both;
  display:block;
  padding-top: 25px;
  text-align:right;
  width:100% !important;
}

.error {
  border:1px solid #CCCCCC;
  color:red;
  font-weight:bold;
  margin:5px;
  padding:5px;
}

div#loginbox
{
  border-top:1px solid #BBD3EF;
  border-bottom:1px solid #BBD3EF;
  margin-bottom:10px;
  margin-top: 80px;
  margin-left: 480px;
  width:165px;
}

div#loginbox h3
{
  /*background-color:#EEF3FB;*/
  margin:0;
  padding:5px 10px;
  background:#EEF3FB;
  font-size:0.9em;
  color: #000000;
}

div#loginbox div
{
  margin:8px 0 0 6px;
}

div#loginbox p {
  margin: 0;
  padding: 0;
}

div#loginbox .submit {
  margin: 5px 0 0 0;
  padding: 0;
}

div#loginbox .errormsg {
  color:red;
  margin: 5px 0 0 0;
}

div#loginbox .logout {
  margin: 0 0 0 4px;
}

div#loginbox label {
  text-align: right;
  float: left;
  width: 45px;
  margin: 0 5px 0 0;
}

div#loginbox input
{
  width:90px;
}

input.small, select.small {
  width: 50px;
}

input.medium {
  width: 85px;
}

input.large {
  width: 250px;
}

textarea.large {
  width: 410px;
  height: 50px;
  font-family:Verdana,Tahoma,Arial,sans-serif;
}

textarea.ultralarge {
  width: 410px;
  height: 100px;
  font-family:Verdana,Tahoma,Arial,sans-serif;
}

textarea.ultralarge2 {
  width: 410px;
  height: 150px;
  font-family:Verdana,Tahoma,Arial,sans-serif;
}

select.medium {
  width: 180px;
}

/* tabellen */
#substance table {
  clear:both;
  font-size:inherit;
}
#substance td, #substance th, #substance .cell {
  background:#EFF2FA;
  border:1px solid #CCCCCC;
  padding:2px;
}

#substance .banner img {
  margin: 10px 0 0 0;
}
.sub_main
{
  margin-left: 50px;
  width: 1000px;
}

.org_td_input
{
  width: 100px;
  background-color: #F2F2F2;
}

.org_td_view
{
  vertical-align: top;
  padding-bottom: 15px;
}

.org_td_view_color
{
  vertical-align: top;
  background-color: #F2F2F2;
  padding-bottom: 15px;
}

.con_td_input
{
  width: 100px;
  background-color: #F2F2F2;
}

.event_td_input
{
  vertical-align: top;
  width: 100px;
  background-color: #F2F2F2;
}

.event_td_view
{
  vertical-align: top;
  padding-bottom: 15px;
}

.event_td_view_color
{
  vertical-align: top;
  padding-bottom: 15px;
}

.event_tr_view
{
  background-color: #FFFFFF;
}

.event_tr_view_color
{
  background-color: #F2F2F2;
}

.mail_td_input
{
  width: 100px;
  background-color: #F2F2F2;
}

.stat_td_input
{
  width: 100px;
  background-color: #F2F2F2;
}

.stat_td_view
{
  vertical-align: top;
  padding-bottom: 15px;
}

.stat_td_view_color
{
  vertical-align: top;
  background-color: #F2F2F2;
  padding-bottom: 15px;
}

.os_td_input
{
  width: 100px;
  background-color: #F2F2F2;
}

.ticket_td_input
{
  vertical-align: top;
  width: 100px;
  background-color: #F2F2F2;
}

.disabled
{
  color: #CCCCCC;
  text-decoration: line-through;
}

td {
  padding-left: 2px;
}

.td_border_top
{
  border-top:1px solid #E2E2E2;
}

.td_border_bottom
{
  border-bottom:1px solid #E2E2E2;
}

textarea {resize:none;}

.stategroup
{
  color:#5B5B5B;
  font-size:1.05em;
  font-weight:bold;
  margin:10px 0 4px 0px;
  background-color: #f2f2f2;
}

.stategroup_top
{
  color:#5B5B5B;
  font-size:1.05em;
  font-weight:bold;
  margin:0 0 4px 3px;
  background-color: #f2f2f2;
}

.stategroup_top_cb
{
  color:#5B5B5B;
  font-size:1.05em;
  font-weight:bold;
  margin:0 0 4px 0;
  background-color: #f2f2f2;
}

div.ui-datepicker, .ui-datepicker td{
  font-size:10px;
}


input[type=submit],
input[type=reset],
input[type=button] {

  font-size: 0.8em;
}

.h3_emu
{
  color: #5B5B5B;
  font-size: 1.05em;
  font-weight:bold;
}

img.ajax-loader {
  display: none;
  position: relative;
  float: right;
  top: 0;
}
