html {
padding:0px;
margin:0px;
height:100%;
}

body {
  background-color: #B3C6D5;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;
  padding:0px;
  margin:0px;
  height:100%;
}


/*------------------------- Basis-Layout ---------------------------------*/

#head{
display: none;
}

#head_print {
text-align: right;
width: 90%;
height: 100px;

}
.balko {
font-size: 26px;
line-height:45px;
color: #DC6200;
}

.trauerrednerin {
color: #5E7180;
font-size: 15px;
line-height:25px;
}

#navi{
display: none;
}

#links {
display: none;
}

.bildleiste_head {
display: none;
}

.bildleiste_navi {
display: none;
}

#bildleiste_inhalt {
display: none;
}

#inhalt {
margin: 0px 10px 0px 0px;
padding: 0;
height:69%;
background-color:#DBEEFD;
overflow:auto;
}

#foot{
display: none;
}

#rechts {
display: none;
}

/*------------------------- Layout- Details ---------------------------------*/


img.bilder {
margin: 0px 0 10px 0;
border-bottom: 3px solid #FFFFFF;
}

.text-inhalt {
margin: 20px 30px 0px 50px;
padding: 0px 50px 0px 00px;
font-size: 12px;
line-height:20px;
}

.tb_trauer {
font-size: 14px;
line-height:25px;
font-weight: bold;
color: #FFFFFF;
margin-top:52px;
margin-bottom:0px;
padding-top:0px;
width:215px;
text-align:right;
}

.navi_buttons {
position: absolute;
margin-left: 220px;
margin-top:52px;
margin-bottom:0px;
padding-top:0px;
width:62%;
}

*+html .navi_buttons {
margin-left: 0px;
}

* html .navi_buttons {
position: absolute;
margin-left: 0px;
}


.td_button {
text-align: right;
}

.td_space {
width:15%;
}

.td_linie {
height:3px;
background-color:#DC6200;
}

/*------------------------- Text Formatierungen ---------------------------------*/

.zitat {
font-size:20px;
line-height:30px;
color: #DC6200;
}

.titel {
font-size: 16px;
line-height:20px;
font-weight: bold;
color: #DC6200;
}

ul {
font-size: 12px;
line-height:20px;
margin: 0px 0px 0px 25px;
}
*+ html ul {
margin: 0px 0px 0px 65px;

}

/*------------------------- Links allgemein ---------------------------------*/

a:link {
color: #DC6200;
}

a:visited {
color: #DC6200;
}

a:hover {
color: #5E7180;
}

a:active {
color: #5E7180;
}

a:focus {
color: #5E7180;
}



/*------------------------- Links Navigation ---------------------------------*/

a.button {
display:block;
height:25px;
font-size: 13px;
line-height:25px;
padding:0px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
border: 0px solid #FFFFFF;
}


a.button:link {
color: #FFFFFF;
}

a.button:visited {
color: #FFFFFF;
}

a.button:hover {
color:#DC6200;
}

a.button:active {
color:#DC6200;
}

a.button:focus {
color:#DC6200;
}

.button_active {
display:block;
height:25px;
font-size: 13px;
line-height:25px;
padding:0px;
font-weight: bold;
color:#DC6200;
text-decoration: none;
border: 0px solid #FFFFFF;
}