/* =============================================================
CSS-Definitionen ASE 1948 e.V.
04-2006 azi
================================================================*/

/* ------------------------------
Allgemeine Definitionen
------------------------------ */

body {
	font-family:Arial,Helvetica,Univers,sans-serif;
	font-size: 12px;
	background-color: #A69D94;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3 {
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	color: #737373;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-weight: normal;
}

a {
	color: #737373;
	text-decoration: none;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border: none;
}

td, th {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family:Arial,Helvetica,Univers,sans-serif;
	font-size: 12px;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


/* ------------------------------
Allgemeine Klassen
------------------------------ */
.clearBoth {
	clear: both;
}

.bold {
	font-weight: bold;
}

floatLeft {
 float: left;
}

/* ------------------------------
Seitenelemente
------------------------------ */

#pageBody {
	width: 720px;
	background-color: #F2E5D8;
	margin: auto;
}

/* ------------------------------
Header
------------------------------ */

#pageHeader {
	margin: 0 16px;
	border-bottom: solid 1px #737373;
}

#pageHeader img {
	padding: 16px;
	padding-left: 0;
}

/* ------------------------------
Navigation
------------------------------ */

#pageNavigation {
	float: left;
	background-color: #F2E5D8;
	width: 168px;
	padding-top: 16px;
}

#pageNavigation ul {
	margin-left: 16px;
	padding-bottom: 8px;
	border-right: solid 1px #737373;
}

#pageNavigation ul.meta {
	border-top: dotted 1px #737373;
	padding-top: 8px;
}

#pageNavigation ul li {
	background-image: url('../visual/note.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 4px 2px 14px;
}

#pageNavigation ul li a {
	display: block;
	border-top: solid 1px #F2E5D8;
	border-bottom: solid 1px #F2E5D8;
	padding: 0 4px;
}

#pageNavigation ul li a:hover, #pageNavigation ul li a.selected {
	border-top: solid 1px #737373;
	border-bottom: solid 1px #737373;
}

#pageNavigation ul li a.selected {
	background-color: #A69D94;
}

#pageNavigation ul ul {
	margin-left: 0;
	padding-bottom: 0;
	border-right: none;
}

#pageNavigation ul ul li {
	background-image: none;
	padding: 0 4px 2px 10px;
}

#pageNavigation ul ul li p {
	font-size: 11px;
}

/* --------------------------
Content
-------------------------- */

#pageContent{
	padding: 16px;
}

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent p {
	margin-left: 0px;
	margin-right: 0px;
}

#pageContent h1 {
	margin-bottom: 10px;
}

#pageContent h2 {
	margin-bottom: 4px;/*
	margin-top: 10px;
	padding-top: 10px;*/
}

#pageContent p.spacer20 {
	padding-top: 20px;
}

#pageContent p.justify {
	text-align: justify;
	padding-right: 20px;
}

#pageContent a {
	text-decoration: underline;
}

#pageContent ul {
	list-style-type: square;
	margin: 12px;
}

/* --------------------------
listObjects
-------------------------- */

#listObjects {
	width: 100%;
}

#listObjects td {
	padding-top: 9px;
	padding-bottom: 9px;
}

#listObjects th {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 8px; 
	width: 200px; 
	border-bottom: solid 1px #A69D94;
}

#listObjects td {
	padding-left: 80px; 
	border-bottom: solid 1px #A69D94;
}

#listObjects td.width100 {
	width: 100px;
}

#listObjects th.dashed, #listObjects td.dashed {
	border-bottom: dashed 1px #A69D94;
}

#listObjects #topOfPage {
	border-bottom: none;
	padding-top: 2px;
}

#listObjects #topOfPage p {
	font-size: 11px;
}

#listObjects #topOfPage a {
	text-decoration: none;
	color: #A69D94;
}

/* --------------------------
listActivities
-------------------------- */

#listActivities {
	width: 100%;
}

#listActivities th, #listActivities td {
	padding: 0 20px 8px 0;
}

#listActivities th {
	padding-bottom: 12px;
}

#listActivities th p {
	font-weight: bold;
	border-bottom: solid 1px #737373;
}

#listActivities tr.past td p {
	/*color: #A69D94;*/
	text-decoration: line-through;
}

#listActivities tr.next td p {
	text-decoration: blink;
}

/* --------------------------
listDetails
-------------------------- */

#listDetails {
	width: 100%;
	margin-top: 14px;
}

#listDetails th, #listDetails td {
	padding: 0 20px 4px 0;
}

#listDetails th {
	width: 100px;
}

#listDetails th p {
	font-weight: bold;
}

#listDetails tr.past td p {
	color: #A69D94;
}

/* --------------------------
gallery
-------------------------- */

#gallery {
	width: 500px;
	height: 160px;
	background-color: #A69D94;
	overflow: auto;
	margin-top: 20px;
}

#gallery img {
	border: solid 1px #A6A6A6;
	margin: 6px;
}

/* --------------------------
Browser-Eigenheiten
-------------------------- */

/* Anfang IE-Anweisungen \*/

* html #pageContent ul {
	margin: 14px;
}

* html #listActivities tr.next td p {
	color: #894A4A;
}

/* Anfang Opera7-Anweisungen \*/
html:first-child>b\ody #pageNavigation {
	padding-bottom: 1000px;
}


