/* USE COOP ICONS, MAYBE REPLACE WITH OTHER ICONS LATER */
@font-face { 
	font-family: 'coop-Iconfont';
	src: url('resource?name=ch.cccenter.provider.extranetCoop-iconfont-coop-eot');
	src: url('resource?name=ch.cccenter.provider.extranetCoop-iconfont-coop-eot') format('embedded-opentype'),
	 url('resource?name=ch.cccenter.provider.extranetCoop-iconfont-coop-woff') format('woff'),
	 url('resource?name=ch.cccenter.provider.extranetCoop-iconfont-coop-ttf') format('truetype'),
	 url('resource?name=ch.cccenter.provider.extranetCoop-iconfont-coop-svg#webfont') format('svg');  
}
.icon {
	font-family: 'coop-Iconfont';
	-webkit-font-smoothing: antialiased;   
	padding-right: 5px;
}
span.icon.back:before { 
	content: "\e602"; 
}

div.text {
	color: #000;
}

div.text h1 {
	font-family: "Arial";
	padding: 0px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-transform: normal;
	color: #000;
	margin: 0px 0px 25px 0px;
}

div.text h1 span {
	color: #e5322c;
}

div.text p {
	margin: 0px 0px 25px 0px;
}

div.text a {
	color: #e5322c;
	text-decoration: none;
}

div.text a:hover {
	color: #e5322c;
	text-decoration: none;
}

div.text p.breadcrumb a {
	color: #000;
	text-decoration: none;
}

div.text p.breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

div.text hr {
	border-top: 1px solid #555;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 25px 0px;
	height: 2px;
}

div.text ul {
	margin: 0px 0px 25px 15px;
}

div.text ul li ul {
	margin: 0px 0px 0px 15px;
}

div.text ul li, div.text ul li ul li {
	list-style: disc;
}

div.text ol {
	margin: 0px 0px 25px 20px;
}

div.text ol li ol {
	margin: 0px 0px 0px 20px;
}

div.text ol li, div.text ol li ol li {
	list-style: decimal;
}

div.text table.dataTable {
	width: 697px;
	border-left: 1px solid #000;
	
}

div.text table.dataTable th {
	background: #000;
	color: #fff;
	font-size:11px;
	font-weight:normal;
	padding:3px 5px 4px 5px;
}

div.text table.dataTable tr td {
	height: 25px;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
}

div.text table.dataTable tr.darkRow td {
	background: #ebe9ea;
	color: #000;
}
/*----------------------------------------*/
table.layoutTable tr td.label {
	font-weight: bold;
	padding-right: 20px;
	min-width: 100px;
}
table.layoutTable tr td a.image {
    margin-left: 10px;
    position: relative;
    top: 3px;
}
table.layoutTable tr td input.searchField {
	width: 120px;
}
/*----------------------------------------*/
div.text table.lightTable {
	width: 697px;
	border-left: 1px solid #E7E7E7;
	
}

div.text table.lightTable th {
	background: #F7F7F7;
	color: #000;
	font-size:11px;
	font-weight:normal;
	padding:3px 5px 4px 5px;
}

div.text table.lightTable tr td {
	height: 25px;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	background: #fff;
	color: #000;
}

div.text table.lightTable tr.darkRow td {
	background: #FDFDFD;
}

div.text a.sort-up {
	width: 11px;
	height: 10px;
	line-height: 10px;
	padding: 0px 3px;
	margin: 0px;
	background: url('resource?name=ch.cccenter.provider.extranetJubin-imageSortUp') left no-repeat;
	border: none;
	text-decoration: none;
	cursor: pointer;
}
div.text a.sort-up {
  margin-right: 7px;
}


div.text a.sort-down {
	width: 11px;
	height: 10px;
	line-height: 10px;
	padding: 0px 3px;
	margin: 0px;
	background: url('resource?name=ch.cccenter.provider.extranetJubin-imageSortDown') left no-repeat;
	border: none;
	text-decoration: none;
	cursor: pointer;
	
}

div.text p.fehler {
	width: 286px;
	padding: 3px 5px;
	background: #ffdfe0;
	border: 1px solid #d00005;
	font-size: 11px;
	margin: 0px 0px 28px 0px;
}

div.text p.fehler strong {
	font-size: 13px;
} 	

div.text p.information {
	width: 286px;
	padding: 3px 5px;
	background: #e3ffdf;
	border: 1px solid #00d000;
	font-size: 11px;
	margin: 0px 0px 28px 0px;
}

div.text p.information strong {
	font-size: 13px;
} 

.languageSelection a {
	padding-right: 5px;
}
.languageSelection a + a {
	border-left: 1px solid black;
	padding-left: 5px;
}