

.head-section {
    border-bottom: 1px solid #eee;
	background:#e3001b;

}

.head-section .navbar-default {
    background-color: #e3001b;
		height:120px;
}

/*  e3001b rot */
/*  a50b11 dunkelrot  */


@font-face {
    font-family: 'pt-sans';
    src: url('fonts/PTSans-Regular.eot');
    src: url('fonts/PTSans-Regular-.eot#iefix') format('embedded-opentype'),
         url('fonts/PTSans-Regular.woff') format('woff'),
         url('fonts/PTSans-Regular.ttf') format('truetype'),
      
    font-weight: normal;
    font-style: normal;

}



.headlogo {margin-top: 20px; margin-bottom:20px;}

.footer address a { color: #fff }
.footer address a:hover { text-decoration:underline; }

.head-section .nav li a.selected {
    background-color: #fff;
    color: #e3001b;
    transition: all 0.3s ease 0s;
}

.head-section .navbar-nav > li {
    padding-bottom: 5px;
    padding-top: 80px;
}


.head-section .nav li .dropdown-menu {
    border-radius: 0;
    margin-top: -0px;
    padding: 0;
}

.breadcrumbs {
    background: #6598c7 none repeat scroll 0 0;
   /* color: #34495e;*/
   color: #fff;
    margin-bottom: 40px;
    padding: 30px 0;
}

a {
    color: #e3001b;
}

a:hover {
    color: #a50b11;
}

h2 {font-size:18px; color: #e3001b; font-weight:bold;}

p.center {text-align:center;} 


ul.content  {
    list-style: outside none disc;
    margin-left: 0.6em;
    padding-left: 0.6em;
	list-style-image: url('img/li.png');
	
}


li.content  {
 
    margin-left: 0em;
    padding-left: 0em;
 
	
}
 
 
 sup{
font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
} 

.form-control {
    border: 1px solid #e2e2e4;
    box-shadow: none;
    color: #797979;
}
 
 h1, .h1 {
  color: #e3001b;
}

ul.content {
    list-style: outside url("img/li.png") disc;
    margin-left: 0.6em;
    padding-left: 0.6em;
}

li.content {
    margin-left: 0;
    padding-left: 0;
}