/*** BASE STYLES *****************************************/

html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url('img/bg.png') top repeat-x;
  font-family: lucida grande, verdana, sans-serif;
  font-size: 101%;
  color: #444444;
  line-height: 1.2em;
}

body {
  padding-top: 1em;
}

div {
  font-size: 0.9em;
}

h1 {
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: normal;
  color: black;
  text-align: left;
  text-transform: lowercase;
  margin: 0;
}

h2 {
  width: 100%;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}

h1 a, h2 a {
  border-bottom: 0px solid transparent !important;
  font-size: 0.9em !important;
}

a:link {
  color: #333;
  border-bottom: 1px dotted #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  border-bottom: 1px dotted #333;
  text-decoration: none;
}

a:hover {
  border-bottom: 0px solid transparent;
}

a:active {
  color: #333;
  border-bottom: 1px dotted #333;
  text-decoration: none;
}

/*** FORMS **********************************************/

fieldset { border: 1px solid #ccc; margin: 0; padding: 1em;}
legend { color: #ccc; }
label, input, select { display: block; float: left; }
label { width: 150px;}
input, select, textarea { width: 350px; margin-bottom:5px; }
input, select { height: 100%; }
.submit { margin-top:10px; margin-left: 150px; border: 1px solid #000D54; background: #9B9FB3 !important; color: #FFF; width:100px }
form br { clear: both; }
input:focus, textarea:focus { color: #444444; background:#FFC300; }

/*** BASE LAYER ******************************************/

#container {
  width: 900px;
  text-align: left;
  margin: 0 auto;
  background: url('img/bg_container.gif');
}

#nav {
  width: 100%;
  height: 50px;
  background: #000D54 url(img/logo.gif) no-repeat bottom right;
}

#logo {
  float: left;
  width: 300px;
  height: 60px;
  overflow: hidden;
  background: blue;
}

#foto {
  width: 670px;
  padding: 10px 0;
  text-align: center;
  float: left;
}

#textcontainer {
  width: 630px;
  padding: 0 20px;
  float: right;
  min-height: 500px;
}

#sidebarcontainer {
  width: 210px;
  padding: 10px;
  float: right;
  color: #EDEDED;
}

#footer {
  width: 900px;
  height: 30px;
  clear: both;
}

#footer div {
  width: 230px;
  height: 30px;
  color: #333;
  font-size: 0.7em;
  text-align: center;
  float: right;
}

#page_end {
  background: url('img/bg_footer.gif') #fff;
  height: 6px;
  font-size: 1px; /* IE Hack for height: 6px; */
}

/*** NAVIGATION ******************************************/

#nav div {
  float: left;
  padding: 10px 2em;
}

#nav div a {
  color: #ccc;
  font-size: 90%;
  font-weight: bold;
  border-bottom: 0px solid transparent !important;
}

#nav div a:hover, .slide a:hover {
  color: #FFC300 !important;
}

.slide {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 99999;
  /* background: url('img/slide_transparent.gif'); */
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  background: #000054;
}

#slide_leistungen {
  width: 250px;
}

#slide_impressum {
  width: 220px;
}

.slide ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.slide ul li {
  margin: 0.5em;
}

.slide ul li a {
  color: #ccc !important;
}

/*** SIDEBAR *********************************************/

#sidebarcontainer h2 {
  font-size: 1em;
  line-height: 1.2em;
  color: #EDEDED;
  text-indent: 0.3em;
  padding-bottom: 0.1em;
  margin: 0;
  border-bottom: 2px solid #ccc;
}

h2.kundenlogin {
  background: url('img/slide_down.gif') right center no-repeat;
}

.sidebar {
  padding: 1em;
}

.sidebaritem {
  background: #9B9FB3;
  font-size: 1.0em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

.compact {
  font-size:80%;
}

#slide_login input {
  width: 175px !important;
}

#slide_login .submit {
  margin: 0.3em 0 !important;
  width: 80px !important;
  float: right;
}

#slide_login #slide_submit {
  width: 180px;
  text-align: right;
}

#sidebarcontainer a:link, #sidebar a:visited {
  color: #333;
  border-bottom: 1px dotted #333;
  text-decoration: none;
}

#sidebarcontainer a:hover {
  border-bottom: 0px;
}

/*** TEXT ***********************************************/

#textcontainer h1 {
  font-size: 1.4em;
  border-bottom: 1px solid #ccc;
}

#textcontainer li {
  list-style-image:url('img/bullet.gif');
}

/* REFERENZEN */

.referenzen_bild {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.referenzen_bild a {
  border-bottom: 0px solid transparent !important;
}

.referenzen_bild img {
  border: 0px solid transparent;
}

.status {
  height: 20px;
  width: 610px;
  text-align: right;
  padding-right: 10px;
  
}

.status_offline {
  font-weight: bold;
  padding: 18px;
  background: url('img/status_offline.gif') right no-repeat;
}

.status_online {
  font-weight: bold;
  padding: 18px;
  background: url('img/status_online.png') right no-repeat;
}

/* ROUND CORNERS */

.sidebaritem {
}

.sidebaritem b {
  background: #ccc;
}

.nav {
  background: #d9d9d9;
}

.nav b {
  background: #000D54 !important;
}

.footer {
  background: #fff !important;
}

.rtop, .rbottom {
  display:block;
}

.rtop b, .rbottom b {
  display:block;
  height: 1px;
  overflow: hidden;
  background: #9B9FB3;
}
.r1{
  margin: 0 5px;
}
.r2{
  margin: 0 3px;
}
.r3{
  margin: 0 2px;
}
.rtop b.r4, .rbottom b.r4 { 
  margin: 0 1px;
  height: 2px;
}
