/***************************************************************
 Fonts
 ***************************************************************/
/* @import url(http://fonts.googleapis.com/css?family=Exo+2&subset=latin-ext); */

/***************************************************************
 CSS Reset
 ***************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***************************************************************
 Page style
 ***************************************************************/
body {
    /*background: url("images/bg-red.png") #b11e1d;*/
    background: white;
    font-family: "Arial", sans-serif;
    /*font-family: 'Exo 2', cursive;*/
    font-size: 11pt;
    color: #000000;
    line-height: 1.5;
    /*
    color: #676767;
    */
}

a {
   color: #c38d0b;
   text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2 {
    font-weight: bold;
}
h1, h2 {
    color: #c38d0b;
}
h1 {
    font-size: 140%;
}
h2 {
    font-size: 120%;
}

#about {
    /*font-style: italic;*/
    margin: 20px 10px;
    text-align: center;
    font-size: small;
}

#about p {
    margin-top: 20px;
}

#address {
    /*float: left;*/
    margin-bottom: 20px;
}

#centered {
    /* for the vertical align with #footer style */
    /* http://blog.themeforest.net/tutorials/vertical-centering-with-css/ */
    position:relative; clear:left;
    height:300px; width:80%; max-width:500px; min-width:200px;
    margin:0 auto;
    background:#fff;
    /* milan - in standards mode the hack doesn't align verticaly, let's add at least a padding */
    padding-top: 40px;
}

.clear {
    clear: both;
}

#floater {
    position:relative;
    float:left;
    height:50%;
    margin-bottom:-200px;
    width:1px;
}

#mainlogo {
    text-align: center;
}

#person {
    /*float: right;*/
}
/*
#visitcard {
    background: #FFFFFF;
    padding: 20px;
    max-width: 600px;
    margin: auto;
    border:1px solid #666;
}
*/
#visitcard {
    padding: 20px 60px 20px 60px;
    margin: auto;
    border-color: #c38d0b;
    border-style: solid;
    border-width: 0 5px 0 5px;
}
#rejstrik {
    margin-top: 10px;
}
