/*
 *  Creator: Sven Nußbaum
 *  Style-Index:
 *
 *  $1  - Common elements
 
 */

/* $1 - Common elements //////////////////////////////////////////////////////*/

body, table, tr, td
{
  font:13px/18px Arial;
}

body
{
  background:#ececec;
  background-image: linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(204,204,204)),
    color-stop(0.5, rgb(227,227,227)),
    color-stop(0.5, rgb(222,222,222)),
    color-stop(1, rgb(255,255,255))
  );
  
}

html, body
{
  height:100%;
}

h1
{
  background:transparent url(../images/nussbaum-it-solutions.png) no-repeat center bottom;
  display:block;
  font-size:0;
  height:120px;
  line-height:0;
  margin-bottom:10px;
  text-indent:-999em;
  width:100%;
}

h2
{
  display:none;
}

p.description
{
  text-align:left;
  width:300px;
  margin-left:50px;
  margin-bottom:25px;
}

p
{
  margin-bottom:1em;
}

address
{
  font-style:normal;
}

a
{
  color:#000;
}

b
{
  font-weight:bold;
}

#container
{
  height:400px;
  left:50%;
  margin-left:-180px;
  margin-top:-200px;
  position:absolute;
  text-align:center;
  top:50%;
  width:360px;
  -webkit-box-shadow: 0px 0px 48px #bababa; 
  -moz-box-shadow: 0px 0px 48px #bababa; 
  box-shadow: 0px 0px 48px #bababa;
  border-radius:20px;
  
  background-image: linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(227,227,227) 50%, rgb(222,222,222) 50%, rgb(255,255,255) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(204,204,204)),
    color-stop(0.5, rgb(227,227,227)),
    color-stop(0.5, rgb(222,222,222)),
    color-stop(1, rgb(255,255,255))
  );
}

#wrapper
{
  height:100%;
  min-height:500px;
  min-width:460px;
  position:relative;
}