body {
	/*direction: ltr;*/
	background: #F2F2F2;
	color: #333;
	/*font: 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
	line-height: 1.6em;
	text-align: left;
        width: 1300px;
        min-width: 1300px;
        max-width: 1300px;
        margin: auto;
        text-align: center;

        font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        /*text-transform: normal;*/
        letter-spacing: normal;
        line-height: 1.5em;
}



p {
font-size: 1em;
line-height: 1.4em;
margin: 0;
text-align: left;
padding-left: 100px;
/*padding-left: 1.5em;
padding-right: 1.5em;*/

}
p + p {
/*text-indent: 1.5em;*/
padding-top: 1em;
}
/*--------------------------------------------*/




a{
    font-size: 95%;
    color: #2b88d4;
    text-decoration: none;
    text-shadow: 1px 1px 2px #cacaca;
}

a.pdf {
    background: url(../img/pdf.gif) right no-repeat;
    padding: 10px;
    font-size: 110%;
}

h1, h2, h3, h4 {
        text-align: left;
        padding-left: 1.5em;
	padding-right: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	line-height: 2em;
}

ul, ol {
        text-align: left;
	list-style-type: circle;
	padding-left: 1.5em;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: circle;
}

h1 {
        font-family: 'Reenie Beanie', arial, serif;
	font-size: 300%;
        font-weight: normal;
        /*letter-spacing: -0.02em;*/
        color: #434343;
        line-height: 0.9em;
}

h2 {
        color: #2b88d4;
        padding-left: 0px;
	font-size: 164%;
        font-weight: bold;
        letter-spacing: -0.03em;
        text-align: center;
        width: 390px;
        line-height: 1.4em;
        padding-left: 100px;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}

#menucontainer {
   font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   width: 100%;
   margin: 0px;
   background-color: #c9c9c9;

   background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1));
  -webkit-transition: all 0.5s;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#848484'); /* for IE */
  background: -moz-linear-gradient(top,  #c9c9c9,  #848484); /* for firefox 3.6+ */

  -webkit-border-top-left-radius: .3em;
  -moz-border-radius-topleft: .3em;
  border-top-left-radius: .3em;
  -webkit-border-bottom-left-radius: .3em;
  -moz-border-radius-bottomleft: .3em;
  border-bottom-left-radius: .3em;
    -webkit-border-top-right-radius: .3em;
  -moz-border-radius-topright: .3em;
  border-top-right-radius: .3em;
  -webkit-border-bottom-right-radius: .3em;
  -moz-border-radius-bottomright: .3em;
  border-bottom-right-radius: .3em;

  -webkit-box-shadow: 0px 1px 3px #bbb;
  -moz-box-shadow: 0px 1px 3px #bbb;
  box-shadow: 0px 0px 1px #bbb;
  
  border-radius: .3em;
  
  height: 3em;

}

ul#navigation li a {
  display: block;
  padding: .8em .5em .5em .5em;
  text-decoration: none;
  display: block;
  padding: .8em .5em .5em .5em;
  color: #292929;
  text-shadow: 0px 0px 2px #434343;
  text-shadow: 1px 1px 2px #cccccc;
}

ul#navigation li:first-child {
}

ul#navigation li:last-child {
}

ul#navigation li {
  list-style-type: none;
  display: block;
  width: 8em;
  float: left;
  text-align: center;
  font-family: "Lucida Grande", sans-serif;
  font-weight: 900;
  height: 3em;
  border-right: 1px #818181 solid;
}

#navigation li {
  margin: 0px;
}

#navigation li:hover {
  background-color: #c9c9c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#545454), color-stop(0.6, #696969));
  -webkit-transition: all 0.5s;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#545454'); /* for IE */
  background: -moz-linear-gradient(top,  #909090,  #545454); /* for firefox 3.6+ */
}

#navigation li.active {
  background-color: #c9c9c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#545454), color-stop(0.6, #696969));
  -webkit-transition: all 0.5s;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#545454'); /* for IE */
  background: -moz-linear-gradient(top,  #909090,  #545454); /* for firefox 3.6+ */
 }

#navigation li.active a {
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}

#navigation li:hover a {
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}


#contentbox {
    background-color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 4px 0px #bdbdbd;
    -webkit-box-shadow: 0px 1px 4px 0px #bdbdbd;
    box-shadow: 0px 1px 4px 0px #bdbdbd;
}

#exposebutton {
    position: relative;
    top: -100px;
    left: -100px;
    overflow: visible;
    margin: 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
}

#tweetbox {

     float: left;
     width: 300px;
     border: 1px solid transparent;
     margin-left: 20px;
     margin-top: 130px;
     margin-right: 500px;

     position: relative;

     padding-left: 5px;
     padding-right: 5px;

     color: #ffffff;

     background-color: #3a8ed3;

     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 0px 1px 4px 0px #bdbdbd;
    -webkit-box-shadow: 0px 1px 4px 0px #bdbdbd;
    box-shadow: 0px 1px 4px 0px #bdbdbd;
}

#tweet {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.42em;

    padding: 0px;

    /*border-bottom: 1px solid #197DCF;*/
    border-bottom: 1px solid #4D95CF;
}

#innertweet {
    padding: 5px;
    border-bottom: 1px solid #2683CF;
    text-align: left;
}

#tweetbox h4 {
    text-align: center;
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
    font-weight: bold;
}

#bodyalone ul, #bodyalone ol {
    padding-left: 100px;
    width: 390px;
}

#bodysplit p{
    padding-left: 0px;
}

#bodysplit h2{
    padding-left: 0px;
}

#footerbar {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #666666;
    font-size: 80%;
    margin-top: 60px;
}

#footerbar h3{
    padding: 2px;
    margin: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 110%;
    font-weight: bold;
}

#footerbar table{
    width: 100%;
    border-collapse: separate;
    border: 1px solid #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

#footerbar table.inner{
    border: none;
}

#footerbar .inner td{
    border: none;
}

#footerbar td.firstchild
{
    border: none;
}

#footerbar td
{
    padding: 5px;
    border-left: 1px dotted #e3e3e3;
}

#footerbar tr.fi
{
    background: -moz-linear-gradient(top,  #f2f2f2,  #ebebeb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ebebeb), color-stop(0.1, #f9f9f9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ebebeb');
}

#footerbar tr.sec
{
    /*border-bottom: 1px solid #dddddd;*/
    background: -moz-linear-gradient(top,  #f2f2f2,  #ebebeb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ebebeb), color-stop(0.1, #f9f9f9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ebebeb');
}

#footerbar .sec td
{
     /*border-bottom: 1px solid #dddddd;*/
}

#footerbar .sec li{
    float: left;
    font-size: 120%;
}

#footerbar ul {
    padding-right: 5px;
    list-style-type: none;
}

#footerbar li.header {
    font-size: 120%;
    font-weight: bold;
}

#footerbar li.firstchild {
    font-size: 110%;
    font-weight: normal;
    text-align: center;
    margin: auto;

    border: 1px solid #ccc;
    background-color: #e5e5e5;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 0px;
    padding: 3px;
}

#footerbar li.secondchild {
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
    list-style-image: url(../img/list1.png);
}

#footerbar a {
    color: #999;
    text-decoration: none;
    font-size: 100%;
    text-shadow: none;
}

#footerbar a.sitemap_header{
    color: #999;
}

#footerbar .secondchild a{
    color: #666;
}

#copybar {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #666666;
    padding: 10px;
    text-align: left;
    font-size: 90%;
}

#copybar ul {
    list-style-type: none;
}

#copybar li {
    display: inline;
    padding-left: 30px;
}

#headerpic {
    height: 150px;
    position: relative;
    -moz-box-shadow: 0px 1px 2px 0px #bdbdbd;
    -webkit-box-shadow: 0px 1px 2px 0px #bdbdbd;
    box-shadow: 0px 1px 2px 0px #bdbdbd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#imagebox {
    margin-top: 20px;
    float: right;
    width: 300px;
    height: 750px;
    overflow: hidden;
    cursor:pointer;
    background-color: #cacaca;
    border: solid 5px #ffffff;

    -moz-box-shadow: 0px 1px 2px 0px #bdbdbd;
    -webkit-box-shadow: 0px 1px 2px 0px #bdbdbd;
    box-shadow: 0px 1px 2px 0px #bdbdbd;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9), color-stop(0.8, #f2f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9'); /* for IE */
    background: -moz-linear-gradient(top,  #ffffff,  #f9f9f9); /* for firefox 3.6+ */
}

#referenztext {
    margin-top: 20px;
    margin-left: 20px;
    width: 1130px;
    padding-top: 60px;
    padding-bottom: 60px;
    /*padding-left: 20px;*/
    float: left;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9), color-stop(0.8, #f2f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9'); /* for IE */
    background: -moz-linear-gradient(top,  #ffffff,  #f9f9f9); /* for firefox 3.6+ */

    -moz-box-shadow: 0px 1px 4px 0px #bdbdbd;
    -webkit-box-shadow: 0px 1px 4px 0px #bdbdbd;
    box-shadow: 0px 1px 4px 0px #bdbdbd;
}

#bigcontenttext {
    margin-top: 20px;
    margin-left: 20px;
    width: 1130px;
    padding-top: 60px;
    padding-bottom: 60px;
    float: left;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9), color-stop(0.8, #f2f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9'); /* for IE */
    background: -moz-linear-gradient(top,  #ffffff,  #f9f9f9); /* for firefox 3.6+ */

    -moz-box-shadow: 0px 1px 4px 0px #bdbdbd;
    -webkit-box-shadow: 0px 1px 4px 0px #bdbdbd;
    box-shadow: 0px 1px 4px 0px #bdbdbd;
}

#bodybigcontent {
}

#referenztext p {
    max-width: 800px;
}

#bodyreferenz ul, #bodyreferenz ol {
    padding-left: 100px;
    width: 500px;
}

#bodyreferenz p{
    font-size: 150%;
    padding-left: 200px;
}

#bodybigcontent p{
    padding-left: 150px;
}

#bodybigcontent h3{
    padding-left: 150px;
}

#bodyreferenz h2,h3,h4{
    padding-left: 400px;
}

#bodybigcontent h2{
    padding-left: 350px;
}

#contenttext {
    margin-top: 20px;
    margin-left: 20px;
    width: 640px;
    padding-top: 60px;
    padding-bottom: 60px;
    float: left;

    background-color: #ffffff;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9), color-stop(0.8, #f2f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9'); /* for IE */
    background: -moz-linear-gradient(top,  #ffffff,  #f9f9f9); /* for firefox 3.6+ */

    -moz-box-shadow: 0px 1px 4px 0px #bdbdbd;
    -webkit-box-shadow: 0px 1px 4px 0px #bdbdbd;
    box-shadow: 0px 1px 4px 0px #bdbdbd;
}

#contenttext p {
    max-width: 390px;
}

#csimage {
    width: 300px;
    height: 750px;
}

#csimage_big {
    width: 1000px;
    height: 750px;
    visible: false;
}

#subheader {
    height: 0px;
    position: relative;
}

#subnav {
    border-bottom: 1px solid #EDEDED;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 1px;
}

#subnav ul {
    background-color: transparent;
    list-style-type: none;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 1px;
    margin-left: 50px;
}

#subnav li {
    display: inline;
    padding-bottom: 11px;
    margin-right: 15px;
    border-left: 1px solid transparent;
}

#subnav a{
    font-size: 100%;
    color: #333;
    text-decoration: none;
    text-shadow: 0px 1px 2px #999;
}

#subnav a:hover{
    color: #2b88d4;
    text-decoration: none;
    text-shadow: 0px 1px 2px #999;
}

#subnav li.active{
    color: #2b88d4;
    font-weight: bold;
    text-shadow: 0px 1px 2px #999;
    background: transparent url(../img/menuepfeil.gif) no-repeat 50% 100%;
    z-index:9998;
}

#claim {
    /*float: right;*/
}

#claim h1 {
    color: #2b88d4;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    margin-top: 0px;
    padding: 0px;
    padding-left: 50px;
    padding-right: 100px;
    position: relative;
    top: 80px;
    left: 1%;
    z-index: 20;
}

#servicetable {
background-color: transparent;
color: #000000;
text-align: center;
margin: auto;
vertical-align: middle;
overflow: hidden;
}

#servicetable ul {
    text-align: left;
    list-style-image: url(../img/list2.png);
    width: 200px;
    padding-left: 0px;
}

#servicetable li:first-child{
    padding: 5px;
    padding: 2px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid transparent;
    vertical-align: middle;
    width: 200px;
}

#servicetable li:last-child{
    padding: 5px;
    padding: 2px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid #ffffff;
    vertical-align: middle;
    width: 200px;
}

#servicetable li{
    margin-left: 5px;
    padding: 2px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ffffff;
    vertical-align: middle;
    width: 200px;
}

#servicetable h4{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 120%;
    text-align: center;
}

#topservice {
color: #ffffff;
background-image: url(../img/main.png);
background-repeat: no-repeat;
background-position: center;
height: 150px;
width: 200px;
vertical-align: middle;
}

#sum {
background-image: url(../img/sum.png);
background-position: center left;
background-repeat: no-repeat;
height: 300px;
width: 50px;
margin: 30px;
}

#sum_small {
background-image: url(../img/sum_small.png);
background-position: center;
background-repeat: no-repeat;
height: 150px;
width: 50px;
}

#contactblock {
    text-align: left;
    padding-left: 40px;
}

#qrcode {
    text-align: left;
    padding-left: 40px;
}

ul.contentnav {
    list-style-type: none;
    border: 1px solid #efefef;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    color: #777;
    min-width: 180px;

    -moz-box-shadow: 0px 1px 2px 0px #bdbdbd;
    -webkit-box-shadow: 0px 1px 2px 0px #bdbdbd;
    box-shadow: 0px 1px 2px 0px #bdbdbd;
}
li.contentnav {
    background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb), color-stop(0.6, #f9f9f9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');

    border-bottom: 1px solid #efefef;

    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;

    text-shadow: 0px 0px 2px #434343;
    text-shadow: 1px 1px 2px #cccccc;
}

li.contentnav:hover {
    background: -moz-linear-gradient(top,  #fbfbfb,  #ebebeb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ebebeb), color-stop(0.6, #f9f9f9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ebebeb');

    color: #333;
}

li.contentnav a {
   color: #2b88d4;
   font-weight: normal;
}

li.contentnav:hover a {
  color: #2b88d4;
  text-shadow: 0px 1px 2px #999;
}


/* Forms */

form {
    text-align: left;
    padding-left: 30px;
}

input{
		border: none;
    background-color: transparent;
		border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
	}

textarea {
		border: none;
    background-color: transparent;
    background-image: url(../img/textbg.png);
	}

:focus {
	outline: 0;
}


/* Awesome-Buttons by http://www.zurb.com */
.awesome, .awesome:visited {
    background: #222 url(../img/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    margin: 5px;
}

.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px; padding: 0px; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited { background-color: #91bd09; }
.green.awesome:hover { background-color: #749a02; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; }
.blue.awesome:hover { background-color: #007d9a; }
.red.awesome, .red.awesome:visited { background-color: #e33100; }
.red.awesome:hover { background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited { background-color: #a9014b; }
.magenta.awesome:hover { background-color: #630030; }
.orange.awesome, .orange.awesome:visited { background-color: #ff5c00; }
.orange.awesome:hover { background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited { background-color: #ffb515; }
.yellow.awesome:hover { background-color: #fc9200; }
.gray.awesome, .gray.awesome:visited { background-color: #727272; }
.gray.awesome:hover { background-color: #868686; }
