﻿a:link {color: #000000; text-decoration: none; font-weight:normal}
a:active {color:#000000; text-decoration: none; font-variant:small-caps;font-weight:normal}
a:visited {color:#000000; text-decoration: none;font-weight:normal}
a:hover {color:#000000; text-decoration: none; font-variant:small-caps;font-weight:normal}

h1 {font-size:42px; font-variant:small-caps; font-weight:bold;} /* Überschrift in Headline*/
h2 {font-size:17px; font-variant:normal; line-height:9px;} /* Navigationsschriftgröße*/
h3 {font-size:16px; font-weight:bold; font-variant:small-caps;} /* Überschrift im Content */
h4 {font-size:15px; font-weight:lighter;} /* Standart Textblock */
h5 {font-size:15px; font-weight:bold;} /*Gedichtüberschirften*/
h6 {font-size:13px; font-weight:lighter;} /*News*/
hr {line-height:7px;}


body {
font-family: "Times New Roman", Times, serif /* legt die allgemeine Font im body-Bereich fest */
font-size:12pt; /* Größe der Schrift */
} 

/* Kategorie */
#category {
	margin-left:25px; margin-top:40px;
	width:340px; height:50px;
	position:absolute;
}
/* Menu */
#menu {
	margin-left:125px; margin-top:150px;
	width:133px; height:200px;
	position:absolute;
	overflow:auto;

}
/* Inhalt */
#content {
	margin-left:520px; margin-top:100px;
	width:550px; height:580px;
	position:absolute;
	overflow:auto;
}

/* Validierung */
#valid {
	margin-left:1060px; margin-top:735px;
	width:80px;
	position:absolute;
	overflox:no;
}
