/*************** Tabellen ****************/


/******** Tabelle 2 ************/
table.contenttable-2 {
	margin-top:0px;
	width:298px;
	border-collapse:collapse;
	table-layout:fixed;
}

table.contenttable-2 td {
	background-color:#d3e5de;
	color:#000805;
	padding:2px 5px 2px 5px;
	font-size:11px;
}

table.contenttable-2 .tr-odd td {
	background-color:#ffffff;
	font-size:1px;
	height:6px;
	padding:0px;
}

table.contenttable-2 td.td-1 {
	background-color:#ffffff;
	width:6px;
	font-size:1px;
	padding:0px;
}

/********* Tabelle 1 *******/

table.contenttable-1 {
	margin-top:18px;
	width:164px;
	border:0px;
	border-collapse:collapse;
}

table.contenttable-1 .td-last {
	padding-left:10px;
	text-align:right;
	white-space:nowrap;
}

table.contenttable-1 td {
	padding-bottom:6px;
}

/*****************************************/

.csc-frame-frame1 {
	border:1px solid #a7cbbd;
	padding:5px;
	width:200px;
}

.csc-frame-frame1 h1 {
	font-size:12px;
	font-weight:bold;
	color:#7f7f7f;
}

.csc-frame-frame1 p {
	padding:0px;
}

.csc-header h5 {
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#004f39;
	margin:0px;
	padding:0px;
}

.align-center {
	text-align:center;
}

/*********** Anfragen Formular ***********/

.anfrageformTable {
	width:100%;
	margin-bottom:6px;
	border-collapse:collapse;
	border:1px solid #a7cbbd;
	padding:0px;
}

.anfrageformInnerTable {
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	padding:0px;
}

.anfrageformInnerTable label {
	clear:both;
	float:left;
	display:block;
	width:95px;
}

.anfrageformInnerTable .csc-mailform-field {
	clear:both;
	float:left;
	display:block;
	padding-bottom:3px;
}

.anfrageformInnerTable input,
.anfrageformInnerTable textarea {
	float:left;
	display:block;
	width:180px;
	border:1px solid #a7cbbd;
}

.anfrageformInnerTable textarea {
	overflow:auto;
	width:460px;
	height:146px;
}

.anfrageformInnerTable input.csc-mailform-submit {
	clear:both;
	position:relative;
	top:3px;
	left:90px;
	background-color:#ffffff;
	color:#7f7f7f;
}

/*********************************/

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image {
/*	padding-top:4px;*/
	padding-top:0px;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid #a7cbbd;
	padding:0px;
}

/* Margins around images: */
/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 6px;
}
/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 6px;
}
/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 6px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin:0 0 6px 0;
	background-color:#e4efeb;
	border:1px solid #a7cbbd;
	border-top:0px;
	padding:4px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }
/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 6px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 6px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }
/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 6px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 6px !important;
}