/* CSS Document */

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

img { 
  border: none; 
}

h1, h2, h3, h4 {
	color: #575385;
}

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

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

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

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

#navbar a:2e306d, a:focus, a:active  {
  color: #575385 !important;
  font-weight: normal;
  text-decoration: none;
}

#navbar ul.menu li {padding: 0 1em 0 0 !important;}

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

ul.menu #login {
  display: none;
}

ul.menu #register {
  display: none;
}

#breadcrumb  a {
  color: #666666 !important;
  text-decoration: none !important;
}



/*Seitenleiste*/
#sidebar a,
#content a {
  color: #575385;
  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;
}

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


/*Inhaltsbereich*/

#content {
  border-top: 1px dotted #666666;
}

#main p {
  margin: 0 0 0.75em 0;
}

#titleImg {
 float: right;
 margin: 0 0px 0px 20px;
 padding-top: 0;
 width:200px;
}


#aboutOther {display:none;}