/* Stylesheet 7070.at */

body {
  padding: 1em 5em 2em 2em; /* Abstand von oben rechts unten links */
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Verdana, serif;
  font-size: 105.01%;
  color: #333333;
  background: #f5f5f5;
  min-width: 600px;
  max-width: 1200px;
}

@media (min-width:650px) {
		
	#zentral {
		margin: 15% 10% 80% 5%;
		position: relative;
		width: 90%;
		overflow: visible;
		font-size: 401%;
	  }
}

@media (max-width:649px) {

	#zentral {
		margin: 10% 10% 40% 5%;
		position: relative;
		width: 70%;
		overflow: visible;
		font-size: 101%;
	  }
}
	
#bottom {
  position: absolute;
  background-color: #f5f5f5;
  bottom: 0px;
  right: 0px;
  margin: 0;
}

#bottom[id] {
  position: fixed;
}

a[href^="http://"]:before {
  content: "\2197\00A0";
}

a[href^="https://"]:before {
  content: "\2197\00A0";
}

a[href^="ftp://"]:before {
  content: "\21D9\00A0";
}

a:link { 
  color: #2f4f4f; 
  text-decoration:none; 
  background-color: transparent; 
}

a:visited { 
  color: #7b68ee; 
  text-decoration:none; 
  background-color: transparent;
}

a:active { 
  color: #b22222; 
  text-decoration:none; 
  background-color: transparent;
}

a:hover { 
  background-color: #c0c0c0;
}

#icon {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

#icon[id] {
  position: fixed;
}

#logo {
  position: absolute;
  bottom: 0;
  right: 2px;
  margin: 0;
}

#logo[id] {
  position: fixed;
}

/* HEADER START */
.small {
	font-size: smaller;
}
/* HEADER ENDE */

/* FOOTER START */
.center {
	text-align: center;
}
/* FOOTER ENDE */

/* Kalender START */

table.cal {
	font-size:8pt;
	border-width: 0;
}

td {
	vertical-align: top;
}

th.cal-month {
	font-size:12pt;
	color:#2f4f4f;	
	text-align: left;
}

td.workday {
	color:#666666;
}

td.saturday {
	color:#6495ed;
}

td.sunday {
	color:#dc143c;
}

td.act-day-background {
	font-size:8pt;
	font-family:Verdana;
	background:#ff0000;
	text-align: right;
}

td.holiday-background {
	font-size:8pt;
	font-family:Verdana;
	background:#8fbc8f;
	text-align: right;
}

td.rest-of-days {
	font-size:8pt;
	font-family:Verdana;
	text-align: right;
}

.color-workday {
	color:#ffffff;
}

.color-saturday {
	color:#6495ed;
}

.color-sunday {
	color:#dc143c;
}

p.comment {
	text-align: left;
	font-size: 60%;
}

/* Kalender ENDE */

/* Impressum Bild Start */
img.impress {
	background-image:url("pics/7070-data.png");
}

/* Impressum Bild Ende */

h1, h2, h3, h4, h5, h6 { 
  text-align: left; 
  border-width: 1px; 
  border-color: black; 
  background-color: #f0f0f0;
  border-style: dashed; 
  padding: 8px; 
  margin-bottom: 5px;
}

h1, h2, h3 { 
  color: #2f4f4f;
  text-align: center;
}

h1 { 
  font-size: 170%;
}

h2 { 
  font-size: 140%;
}

h3 { 
  font-size: 120%;
}

h4 { 
  font-weight: bold;
  font-size: 100%;
}

h5 { 
  font-style: italic;
  font-size: 100%;
}

h6 { 
  font-variant: small-caps;
  font-size: 100%;
}

p.info {
	margin: 1% 10% 2% 10%;
	font-size: 50%;
	text-align: center;
}

p.copyright {
	margin: 3% 10% 1% 10%;
	font-size: 40%;
	text-align: center;
}

p.eingerueckt {
  text-indent:-1.0cm;
  margin-left:1.0cm;
}


table {
  margin-left: auto;
  margin-right: auto;
  border: 0;
}


.dashed_border {
  border-width: 1px;
  border-style: dotted;
  border-color: black;
  padding: 0.5em;
  padding-left: 1em;
  margin-left: 2em;
  margin-right: 2em;
}

/* EOF */