﻿/*********************************
 * 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: 25px 0 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #D1802E;
	font-size: 1.3em;
}

h1.csc-firstHeader {
	margin: 0;
}




/*********************************
 * Absätze                       *
 *********************************/

p {
	line-height: 1.3em;
	padding: 6px 0;
	margin: 0;
}

p.noTopPadding {
	padding-top: 0px;
}




/*********************************
 * 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: bold;
	color: #D1802E;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

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;
}






/*********************************
 * Erweiterung von Kunde         *
 *********************************/


/* Formular */

.tx-thmailformplus-pi1 {
   font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
   font-size: 12px;
   color: rgb(0,0,0);
   font-weight: normal;
   font-style: normal;
   text-align: left;
   }

#formular { margin:0 auto; padding:0; width:520px; }

/* start style formular */

form { margin:0; padding:0;}

fieldset {width:500px; border:1px solid #999; padding:10px; margin:5px; text-align:left;}

fieldset:hover {border-color:#333;}

fieldset#checkbox input  {width:35px;}

legend {font-size:1.1em; color:#666; font-weight:bold; padding:5px; margin:5px; background:none;}

label { color:#666; font-size:1em; margin:0 3px 3px 0; padding:0; line-height:1.5em; width:120px; display:block; float:left; clear:left;}

input {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; width:240px; background:#fff;}

input:focus {border-color:#900;}

select {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:150px;}

option {color:#900;}

textarea {width:244px; border:1px solid #666;}

textarea:focus {border-color:#900;}

.plz {width:50px;}

.ort {width:180px;}

.strasse {width:200px;}

.strnummer {width:30px;}

.Strnummer {width:30px;}

.termin {width:115px;}

.submitbtn {width:123px; background:#666; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor:pointer; padding:0; margin:0;}

.submitbtn:hover {background:#900; color:#fff; border:1px solid; border-color:#c00 #990100 #990100 #c00;}

/* ende style formular */



/* Formular Ende */
