/****************************************
* Anweisungen für den Entwicklungsprozess
****************************************/

/****************************************
* Übergreifende Formate
****************************************/
* {
    font-family: verdana, sans-serif;
	font-size: 16px;
    color: #222;
}
body {
    width: 940px;
    margin: auto;
    font-size: 75%;
	padding-top: 65px;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin-top: 0px;
    margin-bottom: 20px;
}
h1 {
    font-size: 20px;
    font-weight: 400;
}
h2 {
    font-size: 18px;
    font-weight: 400;
}
h3 {
    font-size: 16px;
    font-weight: 400;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
}
blockquote {
    font-style: italic;
    font-size: 14px;
}
ol {
    padding-left: 25px;
}
ul {
    padding-left: 20px;
}
figure {
    margin-left: 0px;
}
figcaption {
    font-size: 11px;
}

/****************************************
* Kopf
****************************************/

/****************************************
* Navigation
****************************************/

/****************************************
* Inhalt
****************************************/

/****************************************
* Fuß
****************************************/
