/* ===========================================
Schauburg - Style Sheet (commented stylesheet)

version:   1.0
author:    friederike von dem bussche
email:     friederike.bussche@fringdom.com
website:   http://www.fringdom.com/

-------------
swatch colors
-------------
#5D564C - dark grey/bg body


============================================= */

/* =Global Reset
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
    background:transparent;
    }
body {
    line-height:1;
    }
ol, ul {
    list-style:none;
    }
blockquote, q {
    quotes:none;
    }
:focus {
    outline:0;
    }
ins {
    text-decoration:none;
    }
del {
    text-decoration:line-through;
    }
table {
    border-collapse:collapse;
    border-spacing:0;
    }
td {
    text-align: left;
    font-weight: normal;
    }
img {
    border:0;
    vertical-align:top;
    }
a, a:hover{
    text-decoration:none;
    border:none;
}
/* @Removes fieldset borders. even on Opea 7 */
fieldset {
  /*border: 1px solid transparent;*/
    border:none;
}
.hand{
    cursor:pointer;
}
.left{
    float:left;
}
.right{
    float:right;
}
/* =General
-----------------------------------------------------------------------------*/

/* Group Clear Methods */
.clear {
    clear:both;
    overflow:hidden;
    }

    /* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =Positioning
-----------------------------------------------------------------------------*/
/* method for centering layout used here */
body{
    background:#5D564C;
    height:100%;
    text-align:center;
}
#wrapper{
    width:352px;
    position:relative;
    margin:0 auto;
    background:#5D564C;
    text-align:center;
}
#content{
    margin:0 auto;
    width:352px;
    float:left;
    height:50%;
    margin:100px 0 0 0;
}
address{
    background:#5D564C url(../img/text.jpg) top left no-repeat;
    text-indent:-999em;
    height:140px;
    margin:55px auto 0 auto;
    width:352px;
}
/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 Arial, Tahoma, Verdana, sans-serif;
  color:#D2E2E2;
}

a {
    color:#46474b;
}
a:hover{
    color:#98B2D2;
}

/* =Branding
-----------------------------------------------------------------------------*/
