/* Allgemeine Formatierungen */

P,
DIV,
TD { 
	font-size: 9pt;
}


H1 {
	font-size: 12pt;
	margin: 25px 0 10px 0;
	padding: 0;
	color: #106B28;
}

H1.csc-firstHeader {
	margin-top: 0;
}

P {
	margin: 8px 0;
	padding: 0;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-jistify {
	text-align: justify;
}

A IMG {
	border: none;
}

A {
	font-weight: bold;
	color: #106B28;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
	color: #000;
}

DT A{
	display: block;
	margin-bottom: 10px;
}

HR {
	background-color: #CFCFCF;
	color: #CFCFCF;
	border: 0;
	height: 1px;
}


/*********************************
 * FCE - Produkt Detail          *
 *********************************/
DIV.contentbox {
	width: 194px;
	margin: 0 -2px 15px -2px;
	background: url(../img/box_background.jpg) repeat-y;
}

DIV.contentbox DIV.top {
	height: 8px;
	font-size: 8px;
	background: url(../img/box_top.jpg) no-repeat;
}

DIV.contentbox DIV.content {
	position: relative;
	padding: 5px 13px 7px 13px;
	background: url(../img/box_bottom.jpg) no-repeat bottom;
}

DIV.contentbox DIV.content IMG {
	border: 1px solid #E8E2E2;
}

DIV.contentbox DIV.content H2 {
	font-size: 10pt;
	font-weight: bold;
	color: #106B28;
	margin: 0;
	padding: 0;
}

DIV.contentbox DIV.content A IMG {
	border: none;
}

DIV.contentbox DIV.content A.box_button,
DIV.contentbox DIV.content DIV.box_button {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
	


/*********************************
 * Mailformular                  *
 *********************************/
FIELDSET.csc-mailform {
	border: 0;
}

DIV.csc-mailform-label {
	margin-bottom: 6px;
}

FIELDSET.csc-mailform LABEL {
	width: 160px;
	float: left;
	text-align: right;
	margin: 4px 10px 0 0;
	display: block;
}

FIELDSET.csc-mailform INPUT,
FIELDSET.csc-mailform SELECT,
FIELDSET.csc-mailform TEXTAREA {
	margin-bottom: 6px;
	font: 9pt Arial;
	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;
}