/*************************************************************************************

 Colors:
 
 companyGreen : #a6ce39
 another green: #8baa37

*************************************************************************************/

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

html,
body {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: 12pt;
  font-weight: 200;
  /*background: url('/images/website/layout/black_background_color.png');*/
  background: #222;
  width: 100%;
  color: #999;
}


/** portal stlyes **/

#portal_content {
  margin: 0em auto 0em auto;
  width: 786px;
  min-height: 561px;
}

#portal_header {
  height: 420px;
  position: relative;
}

#portal_header .logo {
  position: absolute;
  top: 155px;
  right: 150px;
  width: 174px;
  height: 160px;
  border: none;
}

#portal_header .logo:hover {
  opacity: 1;
}

#pond_waves {
  position:absolute;
  top: 190px;
  right: -78px;
  background: url("/images/website/portal/pond_waves.png") no-repeat;
  width:947px;
  height: 160px;
  opacity: 0.35;
  z-index:0;
}

#portal_header a {
  border:none;
  text-decoration:none;
}

#text_box {
  float:left;
  margin: 155px 0px 0px 60px;
}

#text_box .company a {
  font-size: 1.8em;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
}

#text_box .company a:hover {
  border-bottom: 1px dotted #fff;
}

#text_box .statement {
  font-size: 1.0em;
  color:#8baa37;
  max-width: 40ex;
  margin-top: 0.7em;

}

#text_box .statement em {
  font-style: normal;
  color: #ccc;
}

#portal_icon_bar {
  padding-left: 8em;
}

.portal_box
{
  /*background: transparent url('../../images/website/portal/box.png') no-repeat top left;*/
  float: left;
  margin-left: 2em;
  /*position: relative;*/
  
}

.portal_box .page_name {
 text-align: center;
 font-size: 1.2em;
 color: #fff;
 opacity: 0;
}

.portal_box:hover .page_name {
 opacity: 1;
}


.portal_box .logo img {
    border: none;
}

/** Portal ende **/


.clear
{
  clear:both;
}

/*************************************************************************************

 Links

*************************************************************************************/

a
{
  /*color: #06f;*/
  color: #4ca2fb;
  /*border-bottom: 1px dotted #fff;*/
  text-decoration: none;
}

a:hover
{
  
  text-decoration: underline;
}

a.top_link {
  width: 9px;
  height: 6px;
  display:block;
  background: url('/images/website/layout/up_arrow.png') center center no-repeat;
  float:right;
  font-size: 11px;
  margin: 2px;
  opacity: 0.5;
}

a.top_link:hover {
  opacity: 1;
  text-decoration: none;
}



#background_fade
{
  /*background: transparent url('/images/website/layout/black_background.png') repeat-x top left;
  min-height:561px;*/
  padding: 1px;
}

#wrapper
{
  margin:50px auto 0px auto;
  width: 800px;
  background-color: transparent;
}


#logo {
  /*background: url('/images/website/layout/hnh_logo_small.png') no-repeat scroll top left;
  width: 84px;
  height: 33px;
  position: absolute;
  top: 18px;
  right: 25px;*/
  position: fixed;
  bottom: -60px;
  right: 0px;
  width: 700px;
  height: 160px;
  background: url('/images/website/portal/pond_waves.png') no-repeat scroll 0px 0px;
  opacity: 0.34;
}

#company_name {
  font-size: 1.2em;
  text-align:right;
  margin: 0em 25px -2em 0em;
}

#company_name a {
  text-decoration: none;
  color: #444;
}

#company_name a:hover {
  text-decoration: none;
  color: #555;
}


#head
{
  margin-top:2em;
}

#site_icon
{
  float:left;
  text-align:right;
  margin-right: 10px;
  height: 80px;
  width:110px;
}

#current_site {
  float: left;
  margin-top: 36px;
  margin-left: 8px;
  font-size: 1.6em;
  color: #fff;
}

#global_navigation
{
  float:right;
  margin-top: 45px;
  margin-right: 25px;
  color: #666;
}

#global_navigation a {
  color: #fff;
}

#global_navigation a:hover {
  color: #8baa37;
  text-decoration: none;
}

#global_navigation .active {
  /*border-bottom:2px solid #fff;*/
  color: #8baa37;
}


#foot
{
  margin-top: 6em;
  text-align: center;
  font-size: 0.7em;
  color: #666;
  letter-spacing: 0.05em;
}

#foot a,
#foot a:hover
{
 color: #ccc;
}

#foot a:hover
{

}

#foot .link_list {
}

#content {
 
  background: transparent;
  padding: 1px;
  position: relative;

}

#page_content {
  margin: 4em 25px 1em 128px;
  font-size: 0.85em;
  min-height: 500px;
}

#page_content p {
  text-align: justify;
  /*padding-left: 0.5em;
  padding-right: 0.5em;*/
}

h1,
h2 {
  font-weight: normal;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #8baa37;
}

h2 {
  font-size: 1.3em;
}

/*  headers that also link should not be blue*/
h2 a,
h3 a {
  color: #8baa37;
}

h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fff;
  font-weight: normal;
  font-size:1.1em
}


ul,
ol {
  padding-left: 1em;
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

.step_box ol li {
  margin-top: 0.6em;
}


p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

em {
  /*font-style: italic;*/
  color: #fff;
}

.step_box {

  margin: 1em 0em 1em 0em;
  background: #111;
  border: 1px solid #333;
  padding: 1em 0.5em 1em 0em;
}

.footnote_box {
  margin-top:3em;
  font-size: 0.8em;
  color: #ddd;
}


/*************************************************************************************

  User pictures

*************************************************************************************/

div.user_block {
  clear:both;
  margin-bottom: 2em;
}

img.user_picture {
  margin-top: 0px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}


/*************************************************************************************

 Quotes

*************************************************************************************/


.nice_quote:before
{
  content: "\201e";
}

.nice_quote:after
{
  content:"\201d";
}

.nice_quote
{
  margin:10pt;
  font-style:italic;
  font-family:"Adobe Garamond Pro", "Times", serif;
  font-size:1.2em;
  color:#c70;
  text-align:center;
}



/*************************************************************************************

 Contact form

*************************************************************************************/
.contact_form {

}

.contact_form input,
.contact_form textarea,
.contact_form label {
  float:left;
  margin-top: 0.5em;
}

.contact_form textarea,
.contact_form input[type=text] {
 background: #333;
 border: 1px solid #666;
 color: #999;
 padding: 0.2em;
 font-family:inherit;
 font-size: 1em;
}

.contact_form textarea:focus,
.contact_form input[type=text]:focus {
 color: #ddd;
 border-color: #8baa37;
}

.contact_form label {
  display: block;
  width: 200px;
  clear: left;
}

input[type=button],
.contact_form input[type=submit] {
  clear: left;
  margin: 1em 0em 0em 200px;
  color: #4ca2fb;
  /*padding:0.5em;*/
  border: none;
  background: transparent;
  font-size:1.2em;
  font-weight:200;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

input[type=button]:hover,
.contact_form input[type=submit]:hover {
 text-decoration:underline;
}

.error_box {
  clear: both;
  background: #000;
  border: 2px solid #c80;
  font-weight: bold;
  color: #fff;
  padding: 0.5em;
  margin: 1em;
}


/*************************************************************************************

 Work list

*************************************************************************************/


div.horizontal_line {
  height: 2px;
  width: 100%;
  margin: 0px;
  background: url("/images/website/layout/horizontal_line.png") top left repeat-x;
  clear: right;
}

div.work_list_item {
  clear: right;
  margin-top: 1em;
}

.work_list_item div.image {
  float: right;
  /*height: 100px;
  width: 200px;
  border: 1px solid #000;
  margin: 0em 0em 1em 3em;*/
} 




/*************************************************************************************

 Details view for work

*************************************************************************************/

.detail_wrapper {
  padding-top: 1px;
}

.detail_text_box {
  margin-top:30px;
}

.detail_picture {
  float:right;
  min-height:400px;
  margin-left: 40px;
  margin-right: -80px;
}

.sibling_navigation {
  text-align: right;
  font-size: 0.9em;
}

.sibling_navigation a {
 /*color: #333;*/
}

.sibling_navigation a:hover {
  /*color: #06f;*/
}


/*************************************************************************************

 News

*************************************************************************************/

.news_year {
  margin: 0em 0.5em 1em 0em;
  color: #ccc;
  font-size: 1.5em;
}

.news_month {
  margin: 0em 0em 1em 0em;
  color:#444;
  font-size: 0.9em;
}


.news_calendar {
  background: url('/images/website/layout/calendar.png') no-repeat;
  width:43px;
  height: 51px;
  padding: 1px;
  float:left;
  margin-left: -74px;
  margin-top: 5px;
}

.news_calendar .day,
.news_calendar .month {
  font-size: 9px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: -3px;
}

.news_calendar .day {
  font-size: 16px;
  margin-top: 12px;
}

.calendar_year {
  margin-left: -70px;
  font-size: 1.1em;
  color: #666;
}

div.news_entry {
  margin-bottom: 2em;
}

.news_entry h3 {

  color: #8baa37;
  font-size: 1.1em;
  font-weight: normal;
}

.news_entry h3 span {
  color: #444;
  font-size: 0.8em;
  float:right;
}

h2 span.news_details {
  color: #777;
  font-size: 0.7em;
  float: right;
  margin-top: 0.5em;
}

.news_entry .content {
  padding: 0.5em 0.2em 0.5em 0em;
  
}

.news_foot {
  font-size:0.9em;
  text-align: right;
  color: #333;
}

.attachments,
.news_entry .attachments {
  background: #111;
  border: 1px solid #333;
  margin:0.6em 0em 1em 0em;
  float:left;
}

.attachments .item {
  float:left;
  margin: 1em 0.5em 1em 0.5em;
  vertical-align: middle;
}

.attachments .item img {
  border: 2px solid #aaa;
  vertical-align: middle;
}

.attachments .item a,
.attachments .item a:hover {
  border: none;
  /*height:70px;*/
  
  
}

.attachments .item img:hover {
  border-color: #4ca2fb;
}

.icon_size .item {
  height: 44px;
}

.thumbnail_size .item {
  height: 104px;
}

/*************************************************************************************

 Archiv

*************************************************************************************/

.archive_list {
  /*margin-left: 5em;*/
}

#page_content .archive_list p.year_link {
  clear:both;
  text-align: right;
  font-size: 1.5em;
  padding:1em 0em 0.2em 0em;
  border-bottom: 1px solid #333;
}

.archive_list p.month_link {
  float:right;
  margin: 0em 0em 0em 1em;
  /*width: 5em;*/
}

.archive_wrapper {
  font-size: 0.8em;
  background: #202020;
  border: 1px solid #2f2f2f;
  padding: 0em 1em 1em 1em;
}


/*************************************************************************************

 Software

*************************************************************************************/

div.software_box {
  width: 150px;
  min-height: 150px;
  /*background: #2f2f2f;*/
  /*border: 1px solid #444;*/
  float: left;
  margin: 1em;
  padding: 1em 1em 0.7em 0.7em;
}

div.software_box:hover {
  background: #333;
  border-color: #4f4f4f;
}

div.vertical_line {
  margin-top: 1em;
  width: 1px;
  height: 150px;
  float:left;
  border-left: 1px solid #333;
}

div.software_icon img {
  border: 1px solid #555;
}