html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
}

html, body {
   background: #fff url(body_bg.gif) no-repeat;
   font-size: 90%;
}

img {
	margin: 1px;
}
a:link {
   color: #C64934;
   text-decoration: none;
}

a:visited {
   color: #C64934;
   text-decoration: none;
}

a:hover {
   color: #f60;
   text-decoration: underline;
}

a:active {
   color: #f60;
   text-decoration: underline;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
   font-size: 1.0em;
   color: #f60;
   margin: 20px 60px 10px 240px;
   border-bottom: 1px solid #fff;
}

h2 {
   font-size: 0.8em;
   color: #f60;
   margin: 15px 60px -5px 240px;
}

p, ul {
   font-size: 0.75em;
   line-height: 1.5em;
   color: #666;
   margin: 10px 60px 10px 240px;
}
