body {
    background-color: white;
    margin: 0;
    padding: 0;
    background-image: url("paperback-crushed.jpg");
    background-position: top center;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

a img {
   border: 0;
}

address {
   font-family: serif;
   font-size: 16px;
   padding-left: 20px;
   border-left: 2px dotted #ddd;
}

#title {
  margin: 20px 20px 0px 20px;
  /*background-image: url(stripes.png);*/
}

#title img {
    margin: 0;
    border: 0;
    z-index: 100;
}

#toplinks {
    position: absolute;
    margin: 0;
    top: 0px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    text-align: right;
    text-shadow: 0 0 5px white;
}

#toplinks li {
    display: inline;
}

#toplinks a {
    font-family: 'Times', serif;
    font-stretch: condensed;
    font-size: 12px;
    text-decoration: none;
    font-style: italic;
    color: #333;
}

#toplinks a:hover {
    text-decoration: underline;
}

/*#toplinks li:before {
    content: '*';
    color: #036;
}*/

#menu {
  margin: 5px 20px 10px 20px;
  /*height: 20px;
  overflow: hidden;*/
}
.horizontalmenu {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  /*background-color: #ccc;*/
  background-image: url(mainmenuback.png);
  text-align: left;
  list-style-type: none;
  height: 24px;
  border-bottom: #999 solid 1px;
  /*border-top: #e5e5e5 solid 1px;*/
}

.horizontalmenu li {
  display: block;
  float: left;
  padding: 3px 0 0 0;
  border: 0;
  width: 100px;
  height: 21px;
  text-align: center;
}
.horizontalmenu li.selected {
  /*background-color: #777;*/
  font-weight: bold;
  /*text-shadow: 1px 1px 2px #ddd, -1px -1px 3px #999;*/
  background-image: url(mainmenu-darker.png);
}
.horizontalmenu.level2 {
  background-color: #777;
}
.horizontalmenu.level2 .selected {
  background-color: #333;
}

.horizontalmenu a {
   font-family: /*'Myriad Pro',*/ sans-serif;
   /*font-stretch: condensed;*/
   font-size: 12px;
   text-decoration: none;
   color: black;
}

.horizontalmenu a:hover {
    text-decoration: underline;
}

.horizontalmenu li.selected a {
    color: #036;
    text-shadow: 0 0 4px white;
}

#bigpic {
   margin: 0;
   padding: 0;
   width: 820px;
   height: 350px;
   z-index: 0;
   overflow: hidden;
   position: relative;
}

#bigpic a {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

#bigpic #slogan {
   position: absolute;
   width: 0; /* --> 220px */
   height: 350px;
   left: 820px; /* --> 600px */
   top: 0;
   z-index: 100;
   margin: 0;
   background-image: url(blackgrad.png);
   color: white;
   display: block;
}

#bigpic #sloganquestion {
   position: absolute;
   width: 220px;
   height: 350px;
   margin-left: 600px;
   z-index: 50;
   display: block;
}

#sloganclause{
   position: absolute;
   bottom: 20px;
   left: 240px;
   right: 240px;
   top: 20px;
   color: #3a3a3a;
   border: 0;
   /*background-image: url(balloon.jpg);*/
   background-repeat: no-repeat;
   padding: 10px;
   font-family: monospace;
   font-stretch: condensed;
   font-weight: normal;
   font-size: 16px;
   text-align: leftl
}

#sloganclause:before,
#sloganclause:after {
	content: '„';
	font-family: sans-serif;
	font-weight: bold;
	color: #777;
	font-size: 16px;
}
#sloganclause:after {
	content: '“';
}

#sloganquestion #sloganquestiontext,
#slogantext {
   position: absolute;
   bottom: 20px;
   left: 20px;
   width: 180px;
   color: #eee;
   font-family: 'Myriad Pro', 'Myriad', sans-serif;
   font-stretch: condensed;
   font-weight: normal;
   font-size: 22px;
   overflow: hidden;
   text-shadow: 0 0 2px #777;
}

#sloganquestion #sloganquestiontext {
   color: black;
   text-shadow: 0 0 1px #555;
}

#slogantext b {
    color: white;
}

#bigpic img {
    position: absolute;
    z-index: 200;
}

#breadcrumps {
    margin: 0 20px 0 20px;
    padding: 3px 10px 2px 10px;
    font-family: 'Myriad Pro', 'Myriad', sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    font-size: 11px;
    color: #bbb;
    text-align: right;
}

#breadcrumps a {
    color: #bbb;
    text-decoration: none;
}

#breadcrumps a:hover {
    text-decoration: underline;
}

#footer {
    margin: 50px 20px;
    font-family: 'Myriad Pro', 'Myriad', sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    font-size: 12px;
    color: #ccc;
    text-align: center;
    clear: both;
}

#footer a {
    text-decoration: none;
    color: #ccc;
}

#footer a:hover {
    text-decoration: underline;
}

.content {
   margin: 0 20px 0 20px;
}

.content, .content .textsnippet {
   font-family: Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.3;
   color: #111;
   text-align: left;
}

.content h1 {
  color: #036;
  margin: 10px 0 10px 0;
  padding: 5px 10px;
  overflow: hidden;
  font-size: 20px;
  font-family: 'Myriad Pro', 'Myriad', sans-serif;
  font-weight: bold;
  text-shadow: 0 0 5px white;
  background-color: #f2f2f2;
}

.content h2 {
	font-family: 'Myriad Pro', 'Myriad', sans-serif;
	font-size: 15px;
	text-align: left;
	margin: 10px 0;
    padding: 4px 8px 3px 8px;
	border-bottom: 1px solid #d7e0ea;
    background-color: #f4f7f9;
}

.content h3 {
  font-family: 'Times', serif;
  font-weight: normal;
  color: black;
  text-align: center;
  font-style: italic;
  font-size: 13px;
}

.content h3:after,
.content h3:before {
  content: '―';
  color: #ccc;
  margin: 0px 10px;
}

.jumptotop:hover {
   background-color: #f7f7f7;
   cursor: pointer;
}

.content table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

#detailrechtssicherheitimabo {
  margin-top: 10px;
}

#detailrechtssicherheitimabo td,
#detailrundumdenvertragstext td,
#detailrundumdenvertragstext2 td,
#detailrundumdenvertragstext3 td,
#detailfuerdenernstfall td,
#detailfuerindividualisten td {
  padding-top: 50px;
  width: 50%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#detailrechtssicherheitimabo th,
#detailrundumdenvertragstext th,
#detailrundumdenvertragstext2 th,
#detailrundumdenvertragstext3 th,
#detailfuerdenernstfall th,
#detailfuerindividualisten th {
  text-align: right;
  margin: 0;
  padding: 0;
}

#detailrechtssicherheitimabo th img,
#detailrundumdenvertragstext th img,
#detailrundumdenvertragstext2 th img,
#detailrundumdenvertragstext3 th img,
#detailfuerdenernstfall th img,
#detailfuerindividualisten th img {
  margin: 0px 10px -45px auto;
  border: 5px solid white;
  position: relative;
}

/* rund um den vertragstext */
#detailrundumdenvertragstext,
#detailrundumdenvertragstext2,
#detailrundumdenvertragstext3 {
   margin-bottom: 15px;
}
#detailrundumdenvertragstext th img,
#detailrundumdenvertragstext2 th img,
#detailrundumdenvertragstext3 th img {
   margin-bottom: -39px;
}
#detailrundumdenvertragstext td.klauselcheck,
#detailrundumdenvertragstext td.klauselupdate,
#detailrundumdenvertragstext2 td.klauselpraxis,
#detailrundumdenvertragstext2 td.klauselsupport,
#detailrundumdenvertragstext3 td.klauseluebersetzung {
   padding-top: 24px;
}

/* für den ernstfall */
#detailfuerdenernstfall th img {
  margin-bottom: -39px;
}
#detailfuerdenernstfall td.klauselverteidigung {
   padding-top: 24px;
}

/* für individualisten */
#detailfuerindividualisten th img {
  margin-bottom: -27px;
}

.content #detailrechtssicherheitimabo dt {
  font-weight: bold;
  margin-bottom: 3px;
}

.content #detailrechtssicherheitimabo dd {
  margin: 3px 0;
  padding: 0;
  border: 0;
}

#detailrechtssicherheitimabo th.plus {
  text-align: center;
}
#detailrechtssicherheitimabo td.plus {
  padding: 5px 10px;
}

#detailrechtssicherheitimabo td.monitoringbasic,
#detailrechtssicherheitimabo td.monitoringpro {
  padding-top: 45px;
}

.content a {
  color: #024;
}

.content .textsnippet {
    display: block;
    margin: 0;
}

.content dl dt {
	font-weight: bold;
	margin: 0;
}

.content dl dd {
	margin: 5px;
	font-style: italic;
	border-left: 1px dotted #ccc;
	padding-left: 10px;
}

.content .pageheader {
  background-image: url(pageheadback.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0;
  z-index: 0;
  width: 820px;
}

.content .pageheader div.light {
  background-image: url(pageheadback-light.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 10px 0 0 0;
  margin: 0;
  z-index: 0;
  width: 820px;
}

.content .pageheader h1 {
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
  font-size: 20px;
  font-family: 'Myriad Pro', 'Myriad', sans-serif;
  font-weight: bold;
  float: left;
  text-shadow: 0 0 5px white;
  background-color: transparent;
}

.content .pricelist {
   border-style: solid;
   border-color: #ccc;
   border-width: 3px 1px;
   margin: 0px;
   border-collapse: collapse;
}

.content .pricelist th {
   font-size: 120%;
}

.content .pricelist th, .content .pricelist td {
   vertical-align: top;
   border-color: #ccc;
}

.content .pricelist td hr {
   height: 1px;
   background-color: #ccc;
   border: 0;
   width: 50%;
}

#quicklinks {
  margin: 0 0 0 auto;
  padding: 5px 10px 15px 10px;
  width: 260px;
}

#quicklinklist {
  display: none;
}

#quicklinks em,#quicklinks a {
  color: white;
  display: block;
  padding: 3px 13px;
  font-size: 13px;
  font-style: normal;
}

#quicklinks em:after {
  content: '▼';
  margin-left: 5px;
  color: #ccc;
}

#quicklinks:hover em:after {
  color: white;
}

#quicklinks ul {
  margin: 0;
  padding: 0;
  max-height: 195px;
  overflow: auto;
  overflow-x: hidden;
}

#quicklinks ul li {
  padding: 0;
  margin: 0;
}

#quicklinks a {
  display: block;
  color: white;
  margin: 0;
  padding: 3px 13px;
  text-decoration: none;
}

#quicklinks a:hover {
  background-color: #036;
}

#leftside {
  float: left;
  width: 540px;
}

.rightside {
   float: right;
   width: 250px;
   padding: 5px;
   margin-top: 9px;
   margin-right: 9px;
   background-color: #f5f5f5;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   font-size: 12px;
}

#rightside-ad {
   display: block;
   float: right;
   width: 260px;
   padding: 0;
   margin-top: 9px;
   margin-right: 9px;
   border: 0;
}

#rightside-ad img {
   margin: 0;
   padding: 0;
   border: 0;
}


.rightside h1:first-child {
   margin-top: 0;
}
.rightside h1 {
	font-family: 'Myriad Pro', 'Myriad', sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 20px 0 10px 0;
   padding: 0;
   /*padding: 2px 2px 1px 2px;*/
   /*border-bottom: 1px solid #a3b6cb;*/
   /*background-color: #e6ebf2;*/
   background-color: #f5f5f5;
}

.rightside dl dt {
	font-weight: bold;
	margin: 0;
}

.rightside dl dd,
#twitter_desc {
	margin: 5px;
	font-style: italic;
	border-left: 1px dotted #ccc;
	padding-left: 10px;
}

#twitter_desc {
   font-style: italic;
}

#twitter_update_list {
  margin: 0;
  padding: 0;
  z-index: 100;
}

#twitter_update_list li {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
}

#twitter_update_list li a {
  text-decoration: underline;
  font-style: normal;
}

#twitter_update_list li a:hover {
  text-decoration: none;
  color: red;
}


/* kontaktformular usw. */
form {
	padding:  20px;
	text-align: center;
   display: block;
}

form p {
	display: block;
	font-size: 13px;
	text-align: left;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

form input.forminput,
form textarea {
	margin-left: 5%;
	width: 90%;
}

/* News */
.content p.newslistdate, .content .newsdetaildate {
   font-size: 12px;
   color: #777;
   text-align: left;
   margin-left: 10px;
   margin-bottom: 15px;
}
.content p.newslistlink {
   text-align: right;
   font-size: 12px;
   margin: 3px 10px 30px 0;
}
.content .newslistcategory {
   font-weight: bold;
}
.content .newsdetailcategory {
   font-size: 12px;
   font-weight: normal;
   color: #777;
}
.content .newslistteaser {
}

.content .newsdetailteaser {
   font-weight: bold;
   margin-bottom: 15px;
}
