/* www.zahn-putz.at Stylesheet */

* {
  margin:0px;
  padding:0p;
  border-width:0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#000000;
  text-align:left;
}

body {
  font-size:62.5%;
  background-color:#FFFFFF;
}


/* --- BASIC TYPOGRAPHY */
a {
  color:inherit;
  text-decoration:underline;
  font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a:hover {
  color:#9C3832;
}

p {
  margin-bottom:1em;
  font-size:1.2em;
  width:430px;
  line-height:1.4em;
  margin-left:2em;
}

h1,h2 {
  font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  color:#9C3832;
  font-weight:normal;
  margin-bottom:0.4em;
}

h1 {
  font-size:2em;
}

h2 {
  font-size:1.4em;
}

hr {
  border-bottom:1px solid #9C3832;
  margin-bottom:5px;
  margin-top:3px;
}

strong {
  color:#9C3832;
  font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}


/* --- BASIC LAYOUT --- */
#header {
  height:207px;
  width:100%;
  background-image:url(images/header_background.gif);
  text-align:center;
}

#start {
  height:400px;
  width:100%;
  background-image:url(images/start_background.gif);
  text-align:center;
}

#content {
  width:730px;
  float:left;
  position:absolute;
  margin-left:-365px;
  left:50%;
  text-align:left;
  clear:both;
  margin-top:20px;
  border:1px solid #9C3832;
  border-top-width:4px;
  border-bottom-width:13px;
  background-color:#F9EFD5;
}

#text {
  float:left;
  width:484px;
  border-left:1px solid #9C3832;
  padding:15px;
  background-color:#FFFFFF;
}

#topline {
  background-color:#F9EFD5;
  width:730px;
  height:150px;
  border-bottom:1px solid #9C3832;
}



/* --- SIDEBAR --- */
#sidebar {
  width:200px;
  float:left;
  background-color:#F9EFD5;
  margin-right:10px;
  padding-left:5px;
  margin-top:1em;
}

#sidebar p {
  width:auto;
  margin:5px;
  font-size:1.2em;
}

#sidebar h1 {
  font-size:1.2em;
  margin:5px;
  margin-top:1em;
  font-weight:bold;
}

#sidebar a {
  text-decoration:none;
  color:#9C3832;
}

#sidebar a:hover {
  background-color:#9C3832;
  color:#F9EFD5;
}


/* --- LISTS --- */
li {
  font-size:1.2em;
  margin-bottom:0.5em;
  list-style-image:url(images/bullet.gif);
}

ul {
  list-style:outside;
}

#sidebar li {
  list-style-image:url(images/bullet_sidebar.gif);
  margin-bottom:0.5em;
  margin-left:-2em;
  font-size:1.2em;
}


/* --- IMAGES --- */
img {
  border:1px solid #9C3832;
}

#header img, #start img {
  border:0px;
}

img.ri {
  float:right;
  border:1px solid #9C3832;
  margin-left:5px;
}

img.le {
  float:left;
  border:1px solid #9C3832;
  margin-right:5px;
}


/* --- TABLES --- */

td {
  vertical-align:top;
}

#data td {
  font-size:1.2em;
  padding-bottom:15px;
}

td p {
  margin:0px;
  margin-left:1em;
  font-size:inherit;
  margin-bottom:1em;
  width:300px;
}

/* --- FORMS --- */
input, textarea {
  border:1px solid #CCCCCC;
}

