/* CSS Document */

body  {
  font-family: "Open-Sans", sans-serif; 
}

img { 
  border: none; 
}

h1, h2, h3, h4 {
	color: #003D7B;	
}


#container {width:1180px !important;}
#header {width:1000px !important;
         margin:0 !important;}

/*Struktur*/
#main {
  width: 1000px !important;
  margin:0 !important;
}

#navbar {
  border-bottom: 1px dotted #666666;
}

#navbar a {
 color: #666666;
 font-weight: normal; 
 text-transform: uppercase;
 text-decoration: none; 
}

#navbar a:hover, a:focus, a:active  {
  color: #003D7B !important;
  font-weight: normal;   
  text-decoration: none;
}

#navbar ul.menu li.current a {
  color: #003D7B !important;
}


#breadcrumb  a {
  color: #666666 !important;
  text-decoration: none !important;
}
  
#content {
  border-top: 1px dotted #666666;
}

#rightSidebar {width:160px;
         margin-left:20px !important;
         padding-top:0 !important;
         margin-top:-5px !important;
         margin-right:-0 !important;
         }

#sidebar a,  
#content a {
  color: #003D7B;	
  font-weight: normal;     
  text-decoration: none !important;
  text-transform: none;
}

#sidebar a:hover, a:focus,
#content a:hover, a:focus {
  color: #666666;	
}
#aboutPolicies ul li:nth-child(2) {
	display: none;
}

#sectionPolicies {
  display: none;
}

#titleImg {
 float: left;
 margin: 0 20px 0px 0px;
 padding-top: 0;
}
