* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(../images/bg.jpg) repeat-x top;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

.bigDarkBlue {
	color: #0066CC;
	font-weight: bold;
	font-size: 16px;
}

a {
	color: #CB392C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {width: auto;margin: 0px auto;}


#header {
height: 100px;
}
#hleft {
float: left;
width: 674px;
}
#hright{
float: right;
font-size: 10px;
line-height: 12px;
width: 250px;
font-family: Arial, Helvetica, sans-serif;
}
#hright a{
font-weight: bold;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 25px 0 0 0px;
}
#header h1 a {
text-decoration: none;
color: #B7271F;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #0099FF;
font-size: 16px;
font-weight: 300;
padding: 5px 0 0 0 20px;
letter-spacing: -1px;
}

#menu {
height: 30px;
line-height: 30px;
}
#menu ul {
padding-left: 2px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
	line-height: 17px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.left {
float: left; 
width: 600px;
text-align: justify;
margin-right: 14px;
margin-top: 10px;
margin-bottom: 5px;
}
.left h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0099FF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.left p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.left h1 a {
text-decoration: none;
}
.left h1 a:hover {
color: #111;
}

.left h2 {
color: #B7271F;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.left h2 a {
color: #B7271F;
}
.left h2 a:hover {
color: #333;
}
.left ul {
	list-style-image: url(../images/donut.gif);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
	list-style-position: outside;
	padding: 6px 6px 6px 30px;
	margin: 5px;
}
.right {
float: right;
width: 250px;
text-align: center;
padding-left: 20px;
margin: 10px;
border-left: 1px solid #bbb;
}
.righttop {
padding: 10px;
font-size: 14px;
color: #990000;
font-weight: bold;
}

.rightbottom {
padding: 10px;
background: #FFDDDD;
border: 1px solid #990000;
}
.rightbottom h2 {
text-align:left;
font-size: 12px;
color: #555;
padding: 5px 0 2px 0;
}
.rightbottom ul {
text-align:left;
list-style-type: none;
margin: 5px;
}
.rightbottom ul li {
}
.rightbottom ul li a {
	display: block;
	border-bottom: 1px solid #999;
	color: #666;
	padding: 2px 10px;
}
.rightbottom ul li a:hover {
color: #333;
text-decoration: none;
}
.rightbottom p{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 5px 0 10px 0;
margin-top: 15px;
border-top: 8px solid #ddd;
}
#footer a { 
color: #999;
}
#footer a:hover {
color: #333; 
text-decoration: underline; 
}
.newDarkBlue {
	color: #0066CC;
	font-weight: bold;
}
.newDarkRed {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}
.ambibold{
	font-weight: bold;
}
.ambired{
	color: #990000;
	font-weight: bold;
}
.small{
font-size: 10px;
line-height: 14px;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
}

.subtitel {color: #0099FF;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0 0 0 20px;
    letter-spacing: -1px;
}

.header-top{background-color:white!important;}

.navbar {background-color: #CB392C!important;}
.nav-link{color:white!important; font-size:16px}