/*
 * $Id: processContent.css 126 2009-11-23 16:03:21Z root $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin:10px;
}
div.processedContent div.block {
	line-height: 145%;
}

div.clearLeft, div.clearImage {
	clear: left;
}
div.clearRight {
	clear: right;
}

div.textCol img,
div.contentTextOneColumn img,
div.contentTextTwoColumns img	{
	margin: 10px;
	background-color: white;
	border: 1px solid #000000;
}

div.contentTextTwoColumns {
	float: left;
	display: inline;
	width: 48%;
	padding-right:2%;
}
/*
div.contentTextOneColumn {
	line-height: 150%;
}*/

div.imageOneColumn {
	position:relative;
	width:200px;
	padding-right:5px;
}

div.imageTwoColumns {
	padding: 10px;
	float: left;
	width: 200px;
}


/* end over-rulling css properties here */

/* start processedContent markup */

div.processedContent h2.title {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
}

div.processedContent div.block {
	margin-bottom: 10px;
}

div.processedContent img.imageOneColumn {
	padding: 5px;
	float:left;
}

div.processedContent img.imageTwoColumns {
	float:left;
	padding:5px;
}
/* end plaincontent markup */

/* start content inline image markup */
img.inlineImageLeft, img.inlineImageRight {
	margin: 10px;
}
img.inlineImageRight 	{ float: right; }
img.inlineImageLeft		{ float: left; }

div.inlineImageRight, div.inlineImageLeft {
	background-color: #efefef;
	border: 1px solid #000000;
	padding: 5px;
	width: 200px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
div.inlineImageRight { float: right; margin-left: 5px;}
div.inlineImageLeft { float: left; margin-right: 5px;}
/* end content inline image markup */


/* start form markup */
div.formBody ul.errors 				{ color: #ff0000; }

form.psmForm td.key						{ font-weight: bold; padding-right: 1em; }
form.psmForm .required				{ color: red; }
form.psmForm tr.submitRow td	{ text-align: right;}

form.psmForm input.text,
form.psmForm textarea.text		{ width:250px;  }
form.psmForm textarea.text		{ height: 60px;}
form.psmForm input.button 		{  }


/* end form markup */

/* Start document table markup */

table.documentTable				{ margin-top:10px; margin-bottom:10px; width: 95%; }
table.documentTable td		{ padding: 2px; }
table.documentTable a			{ }
table.documentTable thead td { background-color: #efefef; font-weight: bold;}
table.documentTable tbody td { border-top: 1px solid #000000;  }
table.documentTable td.docIcon { text-align: center; width: 7%;}
table.documentTable td.docFile { width: 58%;}
table.documentTable td.docSize { width: 15%;}
table.documentTable td.docDownload { white-space: nowrap; width: 20%;}

/* End document table markup */

/* assortiment view */
table.assortimentTable {
	border-collapse: collapse;
	width: 95%;
}

table.assortimentTable td {
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.assortimentTable td.assortimentText {
	padding-left: 5px;
}

div.assortimentList {
	margin-top: 10px;
	border-bottom: 1px solid #E4E4E4;

}
div.assortimentItem  {
	border: 1px solid #E4E4E4;
	border-bottom-width: 0px;
	padding: 7px;
}

div.assortimentItem table {
	width: 100%;
}
div.assortimentItem td {
	color: #333333;
}
div.assortimentItem td.assImg {
	width: 5%;
	padding-right: 7px;
}
div.assortimentItem td.assImg img {
	border-width: 0px;
}
div.prodTitel {
	background-color: #0084BC;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 3px;
}

div.assortimentContent img.assImg {
	float: left;
	margin-right: 5px;
}

/* start downloads block markup */

div.downloads_wrapper {
	width: 100%;
}
div.downloads_wrapper img {
	margin-top: 5px;
	padding: 1px;
	width: 146px;
	height: 146px;
}
div.download_group {
	margin-top: 9px;
	border: 1px solid #E4E4E4;
}
div.group_title {
	background-color: #0084BC;
	font-size: 105%;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	color: #ffffff;
	text-transform: uppercase;
}
div.download_item {
	font-size: 90%;
	border-top: 1px solid #E4E4E4;
	padding: 1px 2px 1px 10px;
}
div.download_item a {
	color: #333333;
	text-decoration: none;
}
div.download_item a:hover {
	text-decoration: underline;
}
div#dl_bottom_img {
	position: relative;
	height: 100px;
	background-color: red;
}


/* start login screen markup */

	table#contentLogin {

	}
	table#contentLogin td {
		padding:3px;
	}

	table#contentLogin td.leftCol,
	table#contentLogin td.rightCol,
	table#contentLogin td.footer,
	table#contentLogin td.spacer {
		background-color: #efefef;
		color: #212121;
		vertical-align: middle;
	}
	table#contentLogin td.spacer {
		height:5px;
	}
	table#contentLogin td.leftCol {
		text-align:right;
		font-weight:800;
		line-height:150%;
	}
	table#contentLogin td.rightCol {
		width:80%;
	}
	table#contentLogin td.body {
		background-color:#aeaeae;
		color:#ffffff;
		padding: 9px 7px 9px 7px;

	}
	table#contentLogin td.footer {

	}
	table#contentLogin input.text {
		width:200px;
	}
	table#contentLogin input.inputButton {

		cursor: pointer;
	}
/* end login screen markup */

div#searchShop {
}

div#searchShop div.searchResult {
	margin-top: 20px;
}
div#searchShop div.searchResult h4 {
	margin: 0px;
}
div#searchShop div.searchResult h4 a {
	text-decoration: underline;
}

div.searchNavigation {
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
}
div.searchNavigation span {
	padding-left: 10px;
}
div.searchNavigation span a.selected {
	font-weight: bold;
	text-decoration: underline;
}
div.fotoThumbs table {
	padding: 0px;
	margin: 0px;
	width: 95%;
}
div.fotoThumbs table td {
	text-align: center;
}
div.fotoThumbs table td img,
div.fotoThumbs table td a{
	display: block;
	margin-top: 20px;
}
div.fotoThumbs table td img{
	margin: 0px auto;
	border: 1px solid #000;
}
.center {text-align: center;}

