/*
	screen.css für reitverein-osterwald.de
	(c) 2009 Reit- und Fahrverein "St. Georg" Osterwald u. U. e. V., Garbsen
	(c) 2009 Matthias Winter, vemion GbR, Hannover
*/

body {
	margin: 0px;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
  font-style:  normal;
  font-weight: normal;
	color: #000000;
}

p, td, ul, table p, li p {
  line-height: 125%;
}

p {
  margin-left:   0;
  margin-right:  0;
  margin-top:    0;
  margin-bottom: 8px;
}

ul {
  list-style-type: disc;
  padding:      0;
  border-style: none;
  /*border-width: none;*/
  line-height:  120%;
  margin-left:  1.4em;
}


/* ---------- Seitenkopf */
#seitenkopf {
	position:absolute;
	left:0px;
	top:0px;
	width:1008px;
	height:210px;
	visibility: visible;
	overflow: hidden;
}
#seitenkopf-bild {
	position:absolute;
	left:65px;
	top:0px;
	width:920px;
	height:162px;
	visibility: visible;
	overflow: hidden;
}
#seitenkopf-bild img{
	border:none;
}
/* ---------- Seitenkopf Ende */


#inhalt, #inhalt-startseite, #inhalt-startseite-meinverein, #inhalt-startseite-termine, #inhalt-links, #inhalt-rechts, #inhalt-galerie {
	position:   absolute;
	visibility: visible;
	overflow:   hidden;
	top:        210px;
	padding:    0;
}
#inhalt, #inhalt-startseite, #inhalt-links, #inhalt-galerie {
	left:   285px;
}
#inhalt {
	width:  680px;
	vertical-align:top;
}
#inhalt-startseite {
	width:  330px;
	vertical-align:top;
}
#inhalt-startseite-meinverein, #inhalt-startseite-termine {
	left:   635px;
	vertical-align:top;
}
#inhalt-startseite-meinverein {
	left:   635px;
	width:  350px;
	height: 205px;
	vertical-align:top;
}
#inhalt-links {
	width:  430px;
	vertical-align:top;
}
#inhalt-rechts {
	left:   735px;
	width:  250px;
	vertical-align:top;
}
#inhalt-galerie {
	width:  700px;
}

/* ---------- Kasten Termine & Aktionen */
#inhalt-startseite-termine {
	top: 419px;
	width: 335px;
	background-color:rgb(204,228,205);
	padding-top: 60px;
	padding-left:15px;
}
#inhalt-startseite-termine p {
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
	color:rgb(1,78,3);
  margin-top: -0.8em;
}
#inhalt-startseite-termine a:link, #inhalt-startseite-termine a:visited, #inhalt-startseite-termine a:active, #inhalt-startseite-termine a:hover {
	color:rgb(1,78,3);
	font-weight:bold;
	text-decoration: none;
}
#inhalt-startseite-termine a:hover {
	text-decoration: underline;
}
/* ---------- Kasten Termine & Aktionen Ende */


/* ---------- Themen-Kasten Startseite */
#themenkasten-1 {
	border-color:rgb(204,228,205);
	border-width:1px;
	border-style:solid;
}
#themenkasten-1 thead {
	height: 21px;
	background-color:rgb(204,228,205);
}
#themenkasten-1 th {
	padding-left:  8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	font-size:   12px;
	color:       black;
	text-align:  left;
}
#themenkasten-1 td {
	padding: 0px;
}
#themenkasten-1 p, #themenkasten-1 ul {
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  font-size:   11px;
  color:       black;
  margin-top:    0.5em;
  margin-bottom: 0.5em;
}
/* ---------- Themen-Kasten Ende */


/* ---------- Tabellen */
#tab-1 {
	border-color:rgb(204,228,205);
	border-width:1px;
	border-style:solid;
}
#tab-1 thead {
	height: 21px;
	background-color:rgb(204,228,205);
}
#tab-1 th {
	padding-left:  8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	font-size:   12px;
	color:       black;
	text-align:  left;
}
#tab-1 p {
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  font-size:   11px;
  color:       black;
  margin-top:    0.5em;
  margin-bottom: 0.5em;
}

#tab-2 {
	/*border-color:rgb(204,228,205);
	border-width:1px;
	border-style:solid;*/
}
#tab-2 thead tr {
	height: 21px;
	background-color:rgb(204,228,205);
}
#tab-2 th {
	padding-left:  8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	font-size:   12px;
	color:       black;
	text-align:  left;
}
.tab-2-tr-1 {
	background-color:rgb(240,251,240);
}
.tab-2-tr-2 {
	background-color:rgb(255,255,255);
}
#tab-2 td {
	padding-left:   8px;
	padding-right:  8px;
  padding-top:    4px;
  padding-bottom: 4px;
}
#tab-2 p {
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  font-size:   11px;
  color:       black;
  margin-top:    0.5em;
  margin-bottom: 0.5em;
}

#tab-3 {
	border-color:rgb(204,228,205);
	border-width:2px;
	border-style:solid;
	border-collapse:collapse;
}
#tab-3 thead tr {
	height: 21px;
	background-color:rgb(204,228,205);
}
#tab-3 th {
	font-family: Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	font-size:   12px;
	color:       black;
	text-align:  center;
}
#tab-3 tr {
	height: 16px;
}
#tab-3 td {
	text-align:  center;
	border-color:rgb(204,228,205);
	border-width:1px;
	border-style:solid;
  font-size:   11px;
}
#tab-3 p {
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  color:       black;
  margin-top:    0.5em;
  margin-bottom: 0.5em;
}

#tab-4 {
	border-color:rgb(204,228,205);
	border-width:2px;
	border-style:none;
	border-collapse:collapse;
}
#tab-4 thead tr {
	height: 21px;
	background-color:rgb(204,228,205);
}
#tab-4 th {
	font-family: Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	font-size:   12px;
	color:       black;
	text-align:  left;
}
#tab-4 tr {
	height: 16px;
}
#tab-4 td {
	text-align:  left;
	border-color:rgb(204,228,205);
	border-style:none;
  font-size:   11px;
}
#tab-4 p {
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  color:       black;
  margin-top:    0.5em;
  margin-bottom: 0.5em;
}

/* ---------- Tabellen Ende */




a:link, a:visited, a:active {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color:rgb(33,126,35);
	text-decoration: underline;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #999999;
	height: 1px;
	width: 100%;
}

h1, h2, h3 {line-height:  110%;}
h1 {
	font-size: 20px;
	color:rgb(29,118,31);
	margin: 2px 0px 15px 0px;
}
h2 {
	font-size: 15px;
	color:rgb(29,118,31);
	margin: 15px 0px 5px 0px;
}
h3 {
	font-size: 13px;
	color:rgb(29,118,31);
	margin: 15px 0px 5px 0px;
}
h6 {  /* = Bilduntertext */
	font-size: 10px;
	/*color:rgb(29,118,31);*/
	color:#555;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}

.content {
	padding: 10px;
	background-color: #FFFFFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.footer {
	padding: 5px;
	height: 20px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

#startseitenfuss {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   10px;
  font-style:  normal;
  font-weight: normal;
	line-height: 1.1em;
	color: #666666;
}

.abstand-1 { margin: 0pt; line-height: 100%; }

.img-float-1 { float:left; margin-right:20px; margin-bottom: 10px; }

