/* ### formatierung (classen) allgemein ### */
* { 
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}



/* ### layout-container (id's) allgemein  ### */
#head {
	width: 100%;
	background-color: #0E3F74;
	height: 199px;
}
#head * {
	float: left;
}
#logo_head {
	margin-top: 17px;
	margin-left: 15px;
}
#title_img {
	position: absolute;
	top: 0;
	left: 236px;
}
#title_corner {
	position: absolute;
	top: 139px;
	left: 236px;
}
#languageNavigation {
	width: 236px;
	position: absolute;
	top: 181px;
	left: 0px;
}

/* Suchbox in der Navigation */
#searchBox {
	margin: 5px 0 25px 0;
}
#searchBox input {
	width: 130px;
	margin-right: 3px;
	padding: 3px 4px 3px 4px;
	border: 1px solid #92AAB8;
	background-color: #587889;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 92%;
}
#searchBox button {
	padding: 2px;
	border: 1px solid #92AAB8;
	background-color: #587889;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 92%;
}
* html #searchBox button {
	padding: 0px 2px 0 2px;
}

/* Suchbox auf der Seite 'Suche' */
#searchForm {
	margin: 5px 0 25px 0;
}
#searchForm input {
	width: 180px;
	margin-right: 3px;
	padding: 3px 4px 3px 4px;
	border: 1px solid #92AAB8;
	background-color: #D0DDE1;
	font-family: Tahoma;
	font-size: 92%;
}
#searchForm button {
	padding: 3px;
	border: none;
	background-color: #587889;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 92%;
}
* html #searchForm button {
	padding: 2px 3px 0 4px;
}
#navi {
	position: absolute;
	top: 199px;
	left: 0px;
	width: 197px;
	padding-top: 10px;
	padding-left: 10px;
}
#content {
	position: absolute;
	top: 199px;
	left: 236px;
	width: 700px;
	background-color: #D0DDE1;
	padding-left: 30px;
	padding-right: 10px;
}
#navi_top {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 40px;
}
#column_left {
	width: 460px;
	/*background-color: Aqua;*/
	float: left;
}
#column_right {
	width: 196px;
	/*background-color: Green;*/
	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;
}


/* Rahmen */
div.contentFrame {
	padding: 6px 6px 5px 6px;
}
div.contentFrameDottedLineBottom {
	padding: 6px 6px 5px 6px;
	border-bottom: 1px dotted #FFFFFF;
}
div.BgLightSteelBlue {
	background-color: #B1C3CC;
}
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;
	padding-left: 20px;
}
.news-single-img img {}
.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
}


.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 #FFFFFF;
	background-color: #B1C3CC;
}
.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: #B1C3CC;
}
#catalogForm option {
	padding-right: 15px;
}
.tableFrame {
	margin: 5px 0 15px 0;
	padding: 0 5px 0 5px;
	background-color: #B1C3CC;
}

/* 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 8px 1px 0;
}
table.catalogElectricalKits td.attributeName {
	font-weight: bold;
}
table.catalogElectricalKits td.td1 {
	width: 100px;
}



/* Formulare */
form#mailform {
	/*background-color: red;*/
}
form#mailform fieldset {
	border: none;
}
form#mailform .csc-mailform-field {
	font-weight: bold;
	margin-bottom: 2px;
	clear: right;
}
form#mailform label {
	float: right;
	width: 220px;
	padding-top: 1px;
	font-weight: normal;
}
form#mailform input {
	width: 226px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #B1C3CC;
}
form#mailform .csc-mailform-check {
	border: none;
}
form#mailform select {
	width: 232px;
	padding: 1px 0 1px 2px;
	border: 1px solid #B1C3CC;
}
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;*/
	background-color: #587889;
	color: #FFFFFF;
	font-weight: bold;
}


/* AdminPanel */
form table {
	top: 600px;
}



