/*********************************
 * Allgemein                     *
 *********************************/

body,
body.htmlarea-content-body {
	font-size: 0.8em;
	font-family: Arial;
}

body.htmlarea-content-body {
	font-size: 0.75em;
}




/*********************************
 * Überschriften                 *
 *********************************/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #327426;
	font-size: 1.3em;
}

h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader,
h4.csc-firstHeader,
h5.csc-firstHeader,
h6.csc-firstHeader {
	margin: 0;
}

h2 {
	color: #666;
	font-size: 1.1em;
}




/*********************************
 * Absätze                       *
 *********************************/

p {
	line-height: 1.3em;
	padding: 6px 0;
	margin: 0;
}

p.noTopPadding {
	padding-top: 0px;
}




/*********************************
 * Listen                        *
 *********************************/

ul,
ol {
	list-style-type: none;
	padding-left: 10px;
	margin: 2px 0 6px 0;
}

ul ul,
ol ol {
	margin: 0;
}

li {
	line-height: 1.3em;
	padding: 4px 0 0 12px;
	background: url(../img/li_bullet.png) no-repeat 0px 10px;
}

ol {
	list-style-type: decimal;
	padding-left: 20px;
}

ol li {
	background: none;
	padding: 4px 0 0 0;
}

ol ol {
	list-style-type: lower-alpha;
}




/*********************************
 * Ausrichtungen                 *
 *********************************/

p.align-left,
div.align-left,
table.align-left,
tr.align-left,
td.align-left {
	text-align: left;
}

p.align-center,
div.align-center,
table.align-center,
tr.align-center,
td.align-center {
	text-align: center;
}

p.align-right,
div.align-right,
table.align-right,
tr.align-right,
td.align-right {
	text-align: right;
}

p.align-justify,
div.align-justify,
table.align-justify,
tr.align-justify,
td.align-justify {
	text-align: justify;
}




/*********************************
 * Links                         *
 *********************************/

a {
	font-weight: bold;
	color: #327426;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a IMG {
	border: none;
}

dt a {
	display: block;
	margin-bottom: 10px;
}




/*********************************
 * Mailformular                  *
 *********************************/
fieldset.csc-mailform {
	border: 0;
}

fieldset.csc-mailform label {
	width: 160px;
	float: left;
	text-align: right;
	margin: 3px 10px 0 0;
	display: block;
}

fieldset.csc-mailform input,
fieldset.csc-mailform select,
fieldset.csc-mailform textarea {
	margin-bottom: 10px;
	padding: 0 2px;
	width: 300px;
}

fieldset.csc-mailform select {
	width: auto;
}

fieldset.csc-mailform input.csc-mailform-check {
	border: none;
	width: auto;
}

fieldset.csc-mailform input.csc-mailform-submit {
	width: auto;
	margin-left: 170px;
}

/* Tabelle */

.contenttable {
	width:582px;
	margin-bottom:10px;
}

.tr-0 {
	background:#ccc;
}

.tr-odd {
	background:#efefef;
	height:24px;
	border-bottom:2px #fff solid;
}

.tr-even {
	background: #ccc;
	height:24px;
	border-bottom:2px #fff solid;
}

.td-0 {
	padding-left:5px;
	font-weight: bold;
}

.td-1,
.td-2,
.td-3,
.td-4,
.td-5,
.td-6,
.td-7,
.td-8
      {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	border-left:2px #fff solid;
}

/**********************************************
 * Tabelle Termine Mitfahrbus von A.Weidemann *
 **********************************************/
 
.mitfahrbus {
	width:582px;
	margin-bottom:10px;
}

.mitfahrbus .tr-0 {
	background:#cc0000;
	font-weight: bold;
}

.mitfahrbus .tr-odd {
	background:#efefef;
	height:24px;
	border-bottom:2px #fff solid;
}

.mitfahrbus .tr-even {
	background: #ccc;
	height:24px;
	border-bottom:2px #fff solid;
}

.mitfahrbus .tr-even tr-0 {
	background: #ccc;
	height:24px;
	border-bottom:2px #fff solid;
	font-weight: bold;
}

.mitfahrbus .td-0 {
	padding-left:5px;
	
}

.mitfahrbus .td-2 {
        font-weight: bold;
}


.mitfahrbus .td-1,
.mitfahrbus .td-3,
.mitfahrbus .td-4,
.mitfahrbus .td-5,
.mitfahrbus .td-6,
.mitfahrbus .td-7,
.mitfahrbus .td-8
      {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	border-left:2px #fff solid;
}
 
/* Hat A.Weidemann herausgenommen
.td-2 {
	text-align:left;
	padding-left:5px;
	border-left:2px #fff solid;
}

.td-3 {
	text-align:left;
	padding-left:5px;
	border-left:2px #fff solid;
}
*/
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}


