 
/* main layout ****************************************************************/

* {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #545353;
    line-height:1.35em;
}

table {
    border-collapse: collapse;
}

table td{
    vertical-align:top;
}

html {
    /*background: #b2b2b2 url(../images/bg_main.gif) repeat-x;*/
    background: #b2b2b2;
    padding: 0;
}

#head {
    width: 850px;
    background: #e5edf6 url(../images/bg_top.gif) repeat-x;
    height:127px;
    position:fixed; 
}

body {
    position: relative;
    width: 850px;
    margin: 0 auto 0 auto;
    background: url(../images/bg.gif) repeat-y;
    padding: 0 10px 15px 10px;
    
}

img.logo {
    margin: 25px 0 0px 32px;
}

img#bottom {
    position: absolute;
    right: 0;
    bottom: -6px;
}

/* common *********************************************************************/

a {
    color: #35629e;
}

a:hover {
    color: #000;
}

.left{
  	float:left;
  }
  
.right{
  	float:right;
  }  

p {
    margin-bottom: 1em;
}

ul.bullets li{
    list-style-type: none;
    background: url(../images/arrow.gif) no-repeat 0 3px;
    padding:6px 0 0 33px;
}

ul.bullets_blue li{
    list-style-type: none;
    background: url(../images/arrow_blue.gif) no-repeat 0 3px;
    padding:6px 0 0 33px;
}


h1 {
    font-size:16px;
    color:#3a5479;
    margin-bottom:12px;
    line-height:1.3em;
}
h1.subhead {
    color:#000;
    margin:10px 0 0 137px;
}

.bold {
    font-weight:bold;
}

/* content_head ****************************************************************/

#content_head {

    padding-left:135px;
    padding-top:155px;
}


/* main_navigation ************************************************************/

ul#main_navigation {
    width:600px;
    position:absolute; 
    top: 85px;
    left: 350px;
    list-style-type: none;
}

ul#main_navigation li {
    display: inline;
    position: relative;
    padding: 0 1px;
}

ul#main_navigation li a {
    position: relative;
}


/* service_navigation *********************************************************/

ul#service_navigation {
    position: absolute;
    top: 20px;
    display: inline;
    list-style-type: none;
    padding-top:4px;
    padding-bottom:3px;
    margin-left:231px;
    width:350px;
}

ul#service_navigation li {
    display: inline;
    margin-left:5px;
}

ul#service_navigation li.active {
    display: inline;
    background-color:transparent;
}

ul#service_navigation li a {
    color: #3a5479;
    font-size:12px;
    font-weight:bold;
    padding: 3px 6px 3px 6px;
    margin: 0;
}

ul#service_navigation li.active a {
    color: #228520;
    text-decoration: none;
}

ul#service_navigation li a:hover {
    color:#000;
}

ul#service_navigation li.active a:hover {
    text-decoration: none;
    color:#228520;
}


/* text ************************************************************/

div.text{
    width: 540px;
    min-height:100px;
	height:auto !important;
	height:100px;
    background: url(../images/bg_text.gif) no-repeat;
    padding:10px 20px 20px 24px;
    margin:25px 0 25px 135px;
}

div.sub{
    background: url(../images/bg_text_sub.gif) no-repeat;
    margin-top:25px;
}

div.sub h1{
    color:#3a5479;
}

div.text h1{
    margin:0 0 30px 0px;
}
div.text h2{
    margin:15px 0 0 0;
    font-size: 13px;
}


/* Referenz ************************************************************/

div.referenz{
    width: 545px;
    min-height:220px;
	height:auto !important;
	height:220px;
    background: url(../images/referenz_head.gif) no-repeat;
    padding:10px 85px 10px 24px;
    margin:20px 0 0 135px;
}

div.referenz h1{
    margin:0 0 0 27px;
}

div.referenz table{
    width: 545px;
    margin:20px 0 0 0px;
    height:180px;
}

/*div.referenz table td{
    color:#35629e;
}*/

div.referenz img{
    margin-left:105px;
}

div.referenz .detailtext{
    overflow: hidden;
}

div.referenz_bottom{
    width: 525px;
    height:35px;
    margin:0 0 0 135px;
    background: url(../images/referenz_bottom.gif) no-repeat;
    padding: 10px 0 0 55px;
}

a.top{
    margin-left:615px;
    margin-top:10px;
    font-weight:bold;
    font-size:14px;
    color:#228520;
    text-decoration:none;
}
a.top:hover{
    color:#000;
}

/* content ********************************************************************/

div#content {
    margin: 20px 0 30px 155px;
    width:650px;
}

div#content h1 {
    color:#000;
}

div#content table {
    width: 590px;
    margin-bottom: 16px;
}
 


/* footer_navigation **********************************************************/

ul#footer_navigation {
    text-align: center;
    margin: 30px 0px 4px 0;
    list-style-type: none;
     width:850px;
}

ul#footer_navigation li {
    display: inline;
    border-right: 1px solid #62707A;
    padding: 0 10px;
    color:#000;
}

ul#footer_navigation li a {
}

ul#footer_navigation li a:hover {
    color: #000;
}


