/* 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;
}
/* end */

/* specialized */
html { 
  background: url("./castlerigg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  color: #303030;
  font-family: Calibri, Helvetica, Arial, sans-serif;
}

a {
  color: #303030;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

#imgbackground {
  position:fixed;
  bottom: 0px;
  width: 100%;
}

#container {
  width: 360px;
  margin: 20px auto; 
}

.businesscard {
  background-color: #f8f8f8;
  height: 180px;
  margin: 30px auto;
  padding: 20px 5px 10px 20px;
  border: 2px solid black;
}

.businesscard h2 {
  padding-bottom: 18px;
  font-size: 30px;
  font-weight: bold;
}
.businesscard h2 a {
  /* DevExpress orange */
  color: #f58220
}

.companyLogo {
  width: 200px;
}
.nameblock {
  float: left;
}
.addressblock {
  float: right;
  width: 170px;
  font-size: 14px;
  line-height: 16px;
}

.fullname {
  font-size: 18px;
}
.title {
  font-size: 16px;
}


.content {
  clear: both;
  padding-top: 20px;
}

.leftpart {
  float: left;
  margin-left: 20px;
}
.rightpart {
  float: right;
  width: 150px;
}


.info {
  font-size: 14px;
  line-height: 16px;
}

.info i {
  margin-left: -20px;
  width: 20px;
  float: left;
  color: #A0A0D0;
}

.fa {
  margin-top: 2px;
}
