/* undohtml.css *//* (CC) 2004 Tantek Celik. Some Rights Reserved.             *//*   http://creativecommons.org/licenses/by/2.0                   *//* This style sheet is licensed under a Creative Commons License. *//* Purpose: undo some of the default styling of common (X)HTML browsers *//* link underlines tend to make hypertext less readable,    because underlines obscure the shapes of the lower halves of words */:link,:visited { text-decoration:none }/* no list-markers by default, since lists are used more often for semantics */ul,ol { list-style:none }/* avoid browser default inconsistent heading font-sizes *//* and pre/code too */h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }/* remove the inconsistent (among browsers) default ul,ol padding or margin  *//* the default spacing on headings does not match nor align with    normal interline spacing at all, so let's get rid of it. *//* zero out the spacing around pre, form, body, html, p, blockquote as well *//* form elements are oddly inconsistent, and not quite CSS emulatable. *//*  nonetheless strip their margin and padding as well */ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }/* whoever thought blue linked image borders were a good idea? */a img,:link img,:visited img { border:none }/* de-italicize address */address { font-style:normal }/* more varnish stripping as necessary... */

body {
  background: #f3f6f8;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Helvetica Neue Light", helvetica, arial, verdana, sans-serif !important;
  color: #171717;
}

a {
  color: #000;
}

/********************************* 
  Structure
*********************************/

#highlight {
  width: 100%;
  height: 150px;
  margin-bottom: -150px;
  background: url('/images/high_main_bg.png') 0px -14px repeat-x;
}

div.container {
  margin: 0 auto;
  width: 1100px;
  padding: 10px;
  padding-bottom: 0;
}

div.logo {
  padding-top: 35px;
  padding-bottom: 15px;
  padding-left: 65px;
}  

div.main {
  min-height: 510px;
  background: url('/images/main_bg.png');
  border-bottom: 1px solid #BABABA;
  border-left: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
  padding-left: 15px;
  padding-right: 5px;
  padding: 25px 10px;
}

div.main h1,
div.main h2 {
  font-weight:900;
  padding: 0;
  margin: 10px;
  margin-top: 0;
  margin-left: 22px;
}

div.container p {
  margin-bottom: 10px;
}


/********************************* 
  Sprites 
*********************************/

.teaser {
  text-indent:-1000px;
}

#teaser_about {
  width: 128px; 
  height: 44px;
  z-index:10;
  background: transparent url('/images/teaser/sprites.png') -12px -40px no-repeat;
}

#teaser_projects {
  width: 211px; 
  height: 44px;
  background: transparent url('/images/teaser/sprites.png') -317px -40px no-repeat;
}

#teaser_probono {
  width: 211px; 
  height: 34px;
  background: transparent url('/images/teaser/sprites.png') -660px 7px no-repeat;
  margin-bottom: 21px;
}

#teaser_contact {
  width: 111px; 
  height: 44px;
  background: transparent url('/images/teaser/sprites.png') -539px -40px no-repeat;
}

#teaser_services {
  width: 330px; 
  height: 42px;
  background: transparent url('/images/teaser/sprites.png') -317px 7px no-repeat;
  margin-bottom: 12px;
}

#teaser_index {
  width: 280px; 
  height: 42px;
  background: transparent url('/images/teaser/sprites.png') -11px 8px no-repeat;
  margin-bottom: 12px;
}

/********************************* 
  Navigation 
*********************************/

div.nav {
  height: 25px;
  border: 1px solid #BABABA;
  border-top:   1px solid #CC9E37;
  background: url('/images/nav_bg.png');
  padding-bottom: 5px;
}

div.nav ul {
  margin-left: 27px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

div.nav li {
  font-size: 19px;
  color: #A7812E;
  display: inline;
}

div li a:visited,
div li a {
  color: #000;
}

div.nav li a:hover {
  color: #505050;
}

a:hover {
  text-decoration: underline;
}


/********************************* 
  Classes 
*********************************/

.left {
  float: left;
  clear: none;
}

.right {
  float: right;
}

.third {
  width: 30%;
}

.half {
  width: 45%;
}

.half.left {
  padding-left: 2%;
  padding-right: 2%;
  border-right: 1px dotted #ADA691;
}

.half.left.noborder {
  border-right: none;
}

.half.right {
  padding-right: 3%;
  padding-left: 2%;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.clear {
  clear: both;
}

.photo {
  float: right;
  vertical-align: text-top;
  padding: 0;
  margin: 0;
}

.smaller {
  font-size: 13px;
}

img.vmiddle {
  vertical-align: middle;
}

img.minusleft {
  margin-left: -25px;
}

img.rightpadding {
  padding-right: 10px;
}

a.detail {
  color: #755300;
  margin-top: 45px;
  font-size: 18px;
}

p.link {
  margin-top: 25px;
}

ul.bullets  {
  margin: 20px;
  list-style-position: outside;
  list-style-type: disc;
}

ul.bullets li {
  margin-bottom: 5px;  
}

/*.three_arrows {
  background: transparent url('/images/icons.png') 1px 4px no-repeat;
  width: 42px;
  height: 50px;
  padding: 0;
  display: inline-block;
  margin: 0;
  float: left;
  margin-top: 0px;
}*/

.one_arrow, .one_black_arrow {
  width: 20px;
  height: 20px;
  padding: 0;
  display: block;
  float: left;
  margin-top: -2px;
}

.one_arrow {
  background: transparent url('/images/icons.png') -130px 3px no-repeat;
}

.one_black_arrow {
  background: transparent url('/images/icons.png') -80px 2px no-repeat;
}



/********************************* 
  Services
*********************************/

#ruby_logo {
  float: right;
  margin-top: 15px;
  margin-right: 50px;
}

/********************************* 
  About 
*********************************/

#teamframe {
  margin-bottom: 25px;
}

#teamframe .slider {
  width: 453px;
  height: 210px;
  border: 2px solid #D1D1D1;
  padding: 15px;
  background: transparent url('/images/box_bg.png') repeat-x;  
}

#teamframe #slider_nav a {
  text-decoration: none;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

#teamframe  #slider_nav a.activeSlide { 
  background: #D0D0D0;
}

#teamframe .slider_control {
  width: 480px;
  height: 40px;
  border-left: 1px solid #CCBD7E;
  border-right: 1px solid #CCBD7E;
  border-top: 1px solid #CCBD7E;
  background: url('/images/nav_bg.png');  
  padding-left: 5px;
}

#teamframe .slider_control a {
  color: #000;
}

#teamframe .slider_control li {
  float: left;
  margin: 9px 10px 8px 0px;
  padding-top: 2px;  
}

#teamframe .slider_content {
  padding: 20px;
  width: 453px;
  height: 300px;
}

#teamframe .slider_content a {
  color: #000;
}


/********************************* 
  Projects 
*********************************/

#projectsframe .slider {
  width: 1010px;
  height: 360px;
  border: 2px solid #D1D1D1;
  padding: 15px;
  margin-left: 22px;
  background: transparent url('/images/box_bg.png') repeat-x;  
}

#projectsframe #slider_nav a {
  text-decoration: none;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

#projectsframe  #slider_nav a.activeSlide { 
  background: #D0D0D0;
}

#projectsframe .slider_control {
  width: 420px;
  height: 40px;
  margin-left: 22px;
  text-align: center;
  padding-left: 15px;
  border-left: 1px solid #CCBD7E;
  border-right: 1px solid #CCBD7E;
  border-top: 1px solid #CCBD7E;
  background: url('/images/nav_bg.png');
}

#projectsframe .slider_control a {
  color: #000;
}

#projectsframe .slider_control li {
  float: left;
  margin: 12px 10px 5px 10px;
  padding-top: 2px;
}

#projectsframe .slider_content {
  padding: 20px;
  height: 300px;
  width: 999px;
}

#projectsframe .slider_content a {
  color: #000;
}


img.screenshot {
  border: 1px solid #9F9F9F;
  margin: 2px;
}

.screenshots {
  text-align: center;
  width: 430px;
  float: right;
}

.screenshots.novideo {
  margin-top: -10px;
}

.project_main {
  width: 819px;
  float: left;
}

.project_description {
  float: left;
  width: 550px;
}

.project_description .description, .project_description .technology {
  float: left;
  width: 550px;
  margin-right: 19px;
}

.project_description ul.bullets li {
  font-size: 13px;
  line-height: 12px;
}

.project_logo img.logo {
  border: 1px solid #CFCFCF;
  margin-bottom: -30px;
}

.project_description .description {
  float: left;
  padding-top: 0;
  margin-top: 0;
}

.screenshots .video {
  height: 0px;
  width: 430px;
  margin-bottom: 0px;

}

.project_description .description {
  font-size: 14px;
}

.project_description .description h3 {
  font-size: 15px;
  margin-top: 12px;
}

.project_description .description .bullets  {
  margin-top: 6px;
}

.project_description .project_customer {
  float: right;
  margin-top: 20px;
  text-align: left;
  width: 400px;
}

#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
  background: url('/images/fancybox/fancy_closebox.png') no-repeat;
  width: 30px;
  height: 30px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -20px;
  cursor: pointer;
}


#morizwetter_preview1, #morizwetter_preview2, #morizwetter_preview3, #morizwetter_preview4 {
  display: block;
  height: 80px;
  width: 147px;
  border: 3px solid #CFCFCF;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

#morizwetter_preview1, #morizwetter_preview3 {
  margin-left: 59px;
}

#morizwetter_preview1 {
  background: transparent url('/images/projects/wetter/preview_sprites.jpg') 0px 0px no-repeat;  
}

#morizwetter_preview2 {
  background: transparent url('/images/projects/wetter/preview_sprites.jpg') -157px 0px no-repeat;  
}

#morizwetter_preview3 {
  background: transparent url('/images/projects/wetter/preview_sprites.jpg') 0px -91px no-repeat;  
}

#morizwetter_preview4 {
  background: transparent url('/images/projects/wetter/preview_sprites.jpg') -157px -91px no-repeat;  
}


/********************************* 
   
*********************************/






html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
  background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
  background-position: 0 -150px;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
  background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
  background-position: 0 -30px; 
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
  background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
  background-position: 0 -90px;
}

span#fancy_right_ico {
	right: -9999px;
  background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
  background-position: 0 -660px;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
  background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
 	background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
  background-position: 0 -802px;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
  background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
background-position: 0 -946px;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
  background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
background-position: 0 -994px; 
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
  background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;

}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
background-position: 0 -850px;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
background-position: 0 -1076px;
}

td#fancy_title_main {
	height: 32px;
  background: transparent url('/images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: url('/images/fancybox/fancy_sprites.png') no-repeat top left;
 background-position: 0 -1200px; 
}