* {
padding: 0;
margin: 0;
}

body {
color: #fffefe;
background-color: #8b0800;
background-image: url(images/layout/hg-start.jpg);
background-repeat: repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* =============================
DIV-Bereiche
============================= */

#wrapper {
position: relative;
width: 650px;
margin-top: 0;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
}

#kopfbereich {
position: relative;
height: 20px;
}

#textbereich {
position: relative;
}

#fussbereich {
position: relative;
text-align: center;
font-size: 11px;
padding-top: 20px;
}

/* =============================
Allgemeine HTML-Elemente
============================= */

h1 {
font-size: 14px;
color: #8b0800;
margin-bottom: 1em;
}

h2 {
font-size: 13px;
color: #8b0800;
margin-bottom: 1em;
}

h3 {
font-size: 12px;
color: #8b0800;
margin-bottom: 1em;
}

a {
text-decoration: underline;
outline: none;
}

a:link {
color: #444444;
text-decoration: underline;
}

a:visited {
color: #444444;
}

a:hover, a:focus {
color: #004494;
}

a:active {
color: #004494;
}

p {
margin-bottom: 1em;
}
