/*********************************
 * Allgemein                     *
 *********************************/

.ce {
	padding: 13px 13px 7px 13px;
}

#left .ce,
#right .ce {
	padding: 0;
}

body,
body.htmlarea-content-body {
	font-size: 12px;
	font-family: Arial;
}

body.htmlarea-content-body {
	font-size: 0.75em;
}




/*********************************
 * Ãberschriften                 *
 *********************************/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
  line-height: 34px;
}

h2 {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}

h3 {
	font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: rgb(127,127,127);
  background-image: url(../img/dot.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 6px 0 10px 0;
  margin-bottom: 0px;
}




/*********************************
 * AbsÃ¤tze                       *
 *********************************/

p {
	line-height: 20px;
	padding: 6px 0;
	margin: 0;
}





/*********************************
 * Listen                        *
 *********************************/

ul,
ol {
	list-style-type: disc;
	padding-left: 20px;
	margin: 2px 0 5px 0;
}

ul ul,
ol ol {
	margin: 0;
}

li {
	line-height: 1.3em;
	padding: 4px 0 0 0;
}

ol {
	list-style-type: decimal;
}

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: normal;
	color: rgb(0,144,206);
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 8px;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/*a.arrow {
  background-image: url(../img/subnav_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 8px;
}

a.arrow:hover {
  background-image: url(../img/subnav_arrow_active.png);
}*/

a.noArrow {
  background: transparent !important;
  padding-left: 0 !important;
}




/*********************************
 * Bildelemente                  *
 *********************************/
dt a {
	display: block;
	margin-bottom: 5px;
}

.csc-textpic-imagewrap {
  padding-top: 9px !important;
}

.csc-textpic-image {
  margin-bottom: 5px !important;
}

.csc-textpic-caption {
  color: #7F7F7f;
  font-size: 11px;
}




/*********************************
 * 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;
}