
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


/* ### layout-container (id's) allgemein  ### */
#head {
	width: 730px;
	margin-bottom: 50px;
	text-align: right;
}
#content {
	width: 700px;
	padding-left: 30px;
	padding-right: 10px;
}
#column_left {
	width: 460px;
	float: left;
}
#column_right {
	width: 196px;
	float: right;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 86%;
	/*font-size: 10px;*/
	color: #587889;
	padding-top: 10px;
	padding-bottom: 10px;
}


.box,
.boxed {
	background-color: #B1C3CC;
	display: block;
	padding: 6px;
}
#column_left .boxed {
	width: 448px;
}
#column_right .box {
	width: 184px;
}

ul.ListBgGreyDottedBorderTop, #content ul.csc-bulletlist-3 {
	background-color: white;
}
li.noBgColor {
	background-color: white;
}
/* TD Hintergrundfarben */
td.tableCellLightSteelBlue {
	background-color: white;
}


/* Rahmen */
div.contentFrame {
	padding: 6px 6px 5px 6px;
}
div.contentFrameDottedLineBottom {
	padding: 6px 6px 5px 6px;
	border-bottom: 1px dotted #FFFFFF;
}
div.BgLightSteelBlue {
	background-color: white;
}
div.marginBottom {
	margin-bottom: 15px;
}




/* ### News  ### */
.latestNewsHeader {
	margin-top: 50px;
}
.latestNewsItem {
	margin-bottom: 20px;
	padding-right: 5px;
	border: dotted #92AAB8;
	border-width: 1px 1px 0px 0px;
}
.latestNewsImage {
	padding-right: 5px;
}
.latestNewsContent {
	padding-top: 3px;
}
.newsListItem {
	margin-bottom: 30px;
	border-top: 1px dotted #92AAB8;
}
.newsListImage img {
	padding-right: 10px;
}
.newsListContent {
	width: 555px;
	padding: 5px 0 0 0;
}
.singleNewsItem {
	border-top: 1px dotted #92AAB8;
}
.singleNewsContent {
	padding-top: 5px;
}
.news-single-img {
	float: right;
}
.news-single-img img {
	padding-left: 20px;
}
.singleNewsSubheader {
	margin-bottom: 10px;
}
.newsSingleBacklink {
	border-top: 1px dotted #92AAB8;
}



/* #### FAQ #### */

/* Liste mit gestrichelter Linie als Trenner */
.tx-irfaq-questions-list {
	width: 460px;
}
.tx-irfaq-questions-list li {
	border-top: 1px dotted #92AAB8;
}



/* ### klassen allgemein  ### */

.clear {
	clear:both;
}
.spacer {
	clear: both;
	float: none;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background-color: white;
	color: white;
}
.right {
	text-align: right;
	float: right;
}
.onePix {
	height: 1px;
	font-size: 1px;
	line-height: 1px
}
.printHidden {
	display: none;
}



.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}



/* ### farben  ### */
.MidnightBlue {
	color: #0E3F74; /* dunkel-blau, z.b. in head oben */
}
.SlateGray {
	color: #587889; /* grau dunkel, z.b. in navi */
}
.LightSteelBlue {
	color: #B1C3CC; /* grau mittel, z.b. in content-boxen */
}
.DarkGray {
	color: #92AAB8; /* ????????? */
}
.Gainsboro {
	color: #D0DDE1; /* grau hell, z.b. in content */
}





/* Externer Katalog */
.borderBottomBox {
	margin: 0;
	padding: 6px 7px 8px 10px;
	border-bottom: 1px dotted #FFFFFF;
}
#catalogForm {
	margin: 0;
	padding: 0;
}
#catalogForm button {
	border: 1px solid #FFFFFF;
	background-color: #B1C3CC;
}
#catalogForm select {
	border: 1px solid #000000;
	background-color: white;
}
.selectBoxGreenCorner {
	padding: 10px 0 10px 10px;
	background-image: url(../art_global/form_ecke.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.selectBoxesFrame {
	margin-bottom: 5px;
	background-color: white;
}
#catalogForm option {
	padding-right: 15px;
}
.tableFrame {
	margin: 5px 0 15px 0;
	padding: 0 5px 0 5px;
	background-color: white;
}
body.catalog {
	background-color: white;
}

/* Tabelle fuer Technische Daten */
table.catalogTechnicalData {
	width: 100%;
	margin-bottom: 0;
}
table.catalogTechnicalData td {
	padding: 1px 0 1px 0;
}
table.catalogTechnicalData td.attributeName {
	width: 150px;
	font-weight: bold;
}
table.catalogTechnicalData td.attributeValue {}


/* Tabelle fuer Elektrosaetze*/
table.catalogElectricalKits {
	width: 100%;
	margin-bottom: 0;
}
table.catalogElectricalKits td {
	padding: 1px 10px 1px 0;
}
table.catalogElectricalKits td.attributeName {
	font-weight: bold;
}
table.catalogElectricalKits td.td1 {
	width: 110px;
}



/* Formulare */
form#mailform {
	/*background-color: red;*/
}
form#mailform fieldset {
	border: none;
}
form#mailform label {
	float: right;
	width: 250px;
}
form#mailform input {
	width: 196px;
	margin-bottom: 2px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #B1C3CC;
}
form#mailform .csc-mailform-field {
	clear: right;
}
form#mailform textarea {
	overflow-x: hidden;
	overflow-y: auto;
	width: 346px;
	height: 120px;
	margin: 10px 0 2px 0;
	padding: 1px 2px 1px 2px;
	border: 1px solid #B1C3CC;
}
form#mailform input.csc-mailform-submit {
	width: 100px;
	border: none;
	background-color: #B1C3CC;
	font-weight: bold;
}



