body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
img {
	border: 0px none #ffffff;
}
body, p, td, h1, h2, h3, input, textarea, li,select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0px 0px 4px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #e2007a;
}
a:hover {
	text-decoration: underline;
	color: #ef79bb;
}
textarea,input,select{
	border: 1px solid #aaaaaa;
	background-color: #FFFFFF;
}


/* Custom CSS Tags */
#main {
	vertical-align: top;
	padding-left: 40px;
}
#menu {
	width: 180px;
	vertical-align: top;
	padding-left: 20px;
}
#content {
}
#title {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 3px;
}
h1, h2 {
	font-size: 15px;
	font-weight: normal;
	color: #e2007a;
	margin-bottom: 5px;
	margin-top: 20px;
}
.csc-textpicHeader h1 {
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
#footer {
	padding-left: 40px;
	color: #444444;
	height: 40px;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 4px;
	padding-left: 16px;
}
.menu1-level1-no a:hover, .menu1-level2-no a:hover, .menu1-level3-no a:hover {
	background-color: #b30061;
}
.menu1-level1-no,.menu1-level1-act {
	background-color: #e2007a;
	border-top: 1px solid #ffffff;
	padding-top: 0px;
	margin: 0px;
}
.menu1-level1-act {
	background-color: #b30061;
	font-weight: bold;
	#border-bottom: 1px solid #ffffff;
}
#menu_1 .menu1-level2-no a:hover, #menu_1 .menu1-level2-act a:hover {
}
.menu1-level2-no,.menu1-level2-act {
	text-indent: 10px;
	background-color: #e26dac;
}
.menu1-level2-act {
	font-weight: bold;
}
.menu1-level3-no,.menu1-level3-act {
	text-indent: 20px;
	background-color: #e26dac;
}
.menu1-level3-act {
	font-weight: bold;
}
#left_cell {
	padding-left: 34px;
}
#menu_table {
	border-bottom: 1px dotted #fcf693;
}
#colright {
	width: 180px;
	padding-left: 40px;
	vertical-align: top;
}
#contentright {
	padding-bottom: 40px;
}
#titleright {
	font-weight: bold;
	border-bottom: 1px dotted #fcf693;
}
/* TYPO3 CSS Tags: News-Items on entry page */
.csc-textpic-intext-left-nowrap div.csc-textpic-text {
	margin-left: 16px;
}
.csc-textpic-intext-left-nowrap {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ef79bb;
}
.contenttable {
	margin:0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.contenttable td {
	vertical-align: top;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.tr-even,.tr-odd {
	border-bottom: 1px solid #e26dac;
}
.tr-0 {
	border-top: 1px solid #e26dac;
}
.td-0 {
	font-weight: bold;
}

/* Formulare */

input, select, textarea, area {
   margin: 2px;
   padding: 2px;
   line-height: 1.1em;
   font-size: 0.9em;
}


.radio, .checkbox {
   margin: 0;
   padding: 0;
   border: none;
}

.submit, .reset {
   background-color: #F1F1F1;
   color: #888888;
   font-weight: bold;
   padding: 2px 10px;
}

.submit:hover,
.reset:hover {
   background-color: #888888;
   color: White;
}

.required {
   font-weight: bold;
   color: #888888;
}

.inputNormal {
   width: 185px;
}

.inputPLZ {
   width: 40px;
}

.inputOrt {
   width: 133px;
}

.inputBreit, 
.inputTextareaBreit {
   width: 400px;
}

.inputTextareaBreit {
   height: 80px;
}
.tx-powermail-pi1 input, textarea {
	width: 300px;
	display: block;
	position: relative;
	font-weight: normal;
	color: #000000;

}
.tx-powermail-pi1 textarea {
	height: 100px;
	color: #000000;
	font-weight: normal;
}
.powermail_radio_inner label {
	float: left;
	padding-bottom: 10px;
}
.powermail_radio_inner input {
	float: left;
	width: auto;
	margin-right: 40px;
}
.powermail_radio_inner {
	display: block;
}
.tx_powermail_pi1_fieldwrap_html label, .tx_powermail_pi1_fieldwrap_html p {
	font-size: 11px;
}
.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin-bottom: 0px;
}
.tx_powermail_pi1_fieldwrap_html {
	clear: both;
}
.tx_powermail_pi1_fieldwrap_html {
	padding-top: 5px;
}
.tx-powermail-pi1 fieldset {
	width: 400px;
}
.powermail_mandatory_js {
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
}
/* Ende Formulare */

