/* Styles fuer carpe-horam.de */

body {
  color: black; background-color: white;
  font-size: 100.01%;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0;
}

body a {
    padding: 5px;
    text-decoration: none; font-weight: bold;
    border: 0;
    color: maroon;
	font-size: 0.83em; 
}

div#Seite {
  text-align: center;
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  margin-top: 20px;
  width: 740px;
  padding: 0;
  border: 2px ridge silver;  /* erstmal für die Orientierung */
  font-size: 0.83em;
}
div#Seite h3 {
  font-size: 0.83em;
}
 
div#Kopf {
    padding: 5px;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
	font-size: 1.25em; 
}
div#Kopf p {
    font-size: 0.83em;
}
	
div#I-Info {
  color: blue;
  visibility: hidden;
  font-size: 0.1em;
}
div#I-Info a {
  color: blue;
  font-size: 0.1em;
}
div#I-Info a, h1 {
    margin: 0;
	padding: 0;
}

p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #ccc; border: 1px solid silver;
}
