/* CSS Document */
html { height: 100% } 
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.25em;
    color: #242424 ;
    text-align: left;
    background-color: #fcb86f;
}
h1{
    font-size: 1.25em;
    font-weight: bold;
    color: #ea7900;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 15px;
}
h2{
    font-size: 1.0em; 
    font-weight: bold;
    color: #ea7900;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 5px;
}
h3{
    font-size: 12px; 
    font-weight: bold;
    color: #785c4e;
    text-align: left;
}
h4{
    font-size: 12px; 
    font-weight: bold;
    color: #c1851c;
}
h5{
    color: #ea7900;  
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: underline;
}

hr {
  border: solid #000000;
  border-width: 1px 0 0;
  clear: both;
  margin: 0;
  height: 0;
}

p {
  margin-bottom: 15px;
}
  
a{
  color: #242424;
  font-size: 0.8em;
  border-width: 0px;
}

a:link {
  color: #242424;
  font-weight: bold;
  text-decoration: none;
  list-style-type: square;
}
a:visited {
  color: #242424;
  font-weight: bold;
  text-decoration: none;
}  
a:hover {
  color: #242424;
  font-weight: bold;
  text-decoration: none;
  list-style-type: square;
}

h5 a, h5 a:link, h5 a:visited, h5 a:hover {
   color: #ea7900;
}

#block_head {
    position: relative;
    margin: 0px 0px 0px 0px;
    display: block;
    text-align: left;
    background-image: url("../image/hg-header-sm.jpg");
    background-position: top left;
    background-repeat: repeat-x;
}
#block_head header {
    min-height: 70px;
    text-align: left;
}
.logo {
    position: relative;
    left: -15px;
	width: 160px;
	background-color: #ffffff;
}
.block_head_title {
	color: #fe8906;
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 2rem;
	line-height: 3rem;
	text-align: right;
}  
@media only screen and (max-width: 600px) {
	.logo {
		width: 120px;
	}
	.block_head_title {
		font-size: 1.3rem;
	}  
}

#block_menu {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 38px;
    background-image: url("../image/bg.jpg");
    background-position: top left;
    background-repeat: repeat-x;
}

.block_content {
  background-color: #ececea;
}

.top-bar {
    background-color: rgba(255,255,255,0.0);
    height: 38px;
    line-height: 38px;
}
.top-bar .name{
    margin: 5px 5px;
}
.top-bar ul{
    margin-left: 0;
}
.top-bar a{
  color: #242424;
  font-size: 0.8em;
  border-width: 0px;
  padding-left: 10px;
  padding-right: 7px;
}
.mact a {
  padding-left: 10px;
  padding-right: 7px;
  background-image: url(../image/button1.png);
  background-repeat: no-repeat;
}

.top-bar a:link {
  color: #242424;
  font-weight: bold;
  text-decoration: none;
}
.top-bar a:visited {
  color: #242424;
  font-weight: bold;
  text-decoration: none;
}  
.top-bar a:hover {
  color: #242424;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../image/button1.png);
  background-repeat: no-repeat;
}

.top-bar li.me21 a{
  color: #ff0000;
}

.m_foot {
  font-size: 0.8em;
  text-decoration: underline;
}

.bodytext {
    font-size: 1.0em;
    font-weight: normal;
    color: #252525;
    text-align: left;
    line-height: 1.5em;
}
.bodytext a {
    font-size: 1.0em;
    font-weight: bold;
    color: #ea7900;
    text-align: left;
    line-height: 1.5em;
    text-decoration: underline;
}
#content {
    background-color: #F5F5F3;
}
#content_r {
    background-color: #ececea;
}

#foot_text {
  color: #000000;
  font-size: 0.9em;
  margin: 20px 0px 40px 0px;
  text-align: center;
}

.menu_top {
  margin: 0px 0px;
  list-style: none;
  border-style: none;
}
.menu_top ul {
    margin: 0px 0px;
    list-style: none;
    border-style: none;
}
.menu_top ul li {
    float: right;
    margin: 0px 0px 0px 20px;

}
.menu_top a{
  color: #242424;
  font-size :0.7rem;
  border-width: 0px;
}
.menu_top a:link {
  color: #242424;
  text-decoration: none;
}
.menu_top a:visited {
  color: #242424;
  text-decoration: none;
}  
.menu_top a:hover {
  color: #242424;
  text-decoration: underline;
}

.trenner {
  border-right: 1px solid #242424;
  border-radius: 0px;
  padding: 0px 5px;
}

.trenner_r {
  padding: 0px 5px;
}
.bg_white{
  background-color: #F5F5F3;
}

.top-bar .name {
    height: 1rem;
}
.block_form {
    padding: 20px;
    border: 1px solid #8c8c8c;
    background-color: #eeeeee;
}
.csc-default ul{
  font-size: 1.0em;
}

ul, ol, dl {
  font-size: 1.0em;
  line-height: 1.5;
}
.align-center {
  text-align: center;
}

/************** Typozeug *****************/

div.csc-textpic-border li.csc-textpic-imgwrap img, .csc-textpic-border .csc-textpic-image img {
  border: 2px solid #ea7900;
}  
.clear { clear: both; }
.nowrap {white-space: nowrap;}
  
  
  
