/*---------------------------------------------------------------------------
Basic CSS Document
www.zuchthunde.info

version:    1.1
author:     Gregor Streitenberger
email:      gregor.streitenberger@gmx.at
website:    http://www.gs-webdesign.at
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Center wrapper */
#wrapper {
  width: 780px;
  margin: 0 auto;
}

/* Colors */
body {
  background: #ebdace;
  color:      #764621;
}
p, a, a:link, a:visited {
  color:      #673a18;
}
#footer, #footer a, #footer p {
  background: #764621;
  color:      #ebdace;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 76%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
h1 {
  font-family: "Book Antiqua", serif;
}


/* =Style
------------------------------------------------------------------------------*/

#header {
  background: url("../images/grpfote.jpg") top right no-repeat;
}
h1 {
  height: 5.3em;
  width: 20em;
  background: url("../images/klpfote.jpg") bottom left repeat-x;
}

#content {
  width: 500px;
  float: left;
  margin-bottom: 20px;
}

#sidebar {
  width: 250px;
  float: right;
  margin: 0 0 20px 0;
}

#footer {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 0.8em;
}

/* =vCard
------------------------------------------------------------------------------*/

.fn {
  font-size: 1.3em;
}
.email {
  margin-top: 10px;
}