/*
===================================================================================

BAV

Author:			Urs Stucki, Stämpfli Publikationen AG
Version:		0.1
Datum:			23.04.2010

Description:	

===================================================================================
*/

/*
------------------------------------------------------------
CSS Reset
------------------------------------------------------------
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
------------------------------------------------------------
Global
------------------------------------------------------------
*/

body#ff {
	background: #fff;
   color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	text-align: left;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

h2, h3, h4 {
	border: 0;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0; 
}		

h3 {
	font-size: 12px;
}
		
h4 {
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 3px 0;
}

a {
	color: #06368B;
}


/*
------------------------------------------------------------
Container center the Layout
------------------------------------------------------------
*/

#wrapper {
	margin: 0 auto;
	width: 930px;
	min-height: 600px;
}

#wrapper #titel img{
	display: none;
}


/*
------------------------------------------------------------
Header 
------------------------------------------------------------
*/

#ff #content {
	clear: both;
	background: #fff;
	position: relative;
	top: 80px;
	margin: 0;
	padding: 0;
	width: 930px;
	height: 100%;
}

#content-inner {
	background: #fff;
	position: relative;
	top: 10px;
	margin: 0 auto;
	padding: 0;
	width: 903px;
	height: 100%;
	display: table;
}

#left {
	display: none;
}

#right h3 {
	border: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 30px 0 5px 0;
	color: #C3C;
}

#right p {
	margin: 5px 0 5px 0;
	padding: 0;
}

#right ul {
	margin: 0 0 0 0px;
	padding: 0;
	/*list-style: disc;*/
}

#right ul ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: circle;
}

#right ul li.head {
	background-color: #06368B;
	color: #fff;
	font-weight: bold;
	height: 45px;
}

#right ul li div.single {
	padding-left: 10px;
}

#right ul li div.fldnr {
	width: 80px;
	padding-left: 10px;
	float: left;
}

#right ul li div.valid {
	width: 80px;
	float: left;
}

#right ul li div.valid2 {
	width: 180px;
	float: left;
}

#right ul li div.fldline{
	width: 520px;
	display: inline-block;
}

#right ul li div.fldremarques_perm{
	width: 430px;
	display: inline-block;
}

#right ul li div.fldremarques_temp{
	width: 320px;
	display: inline-block;
}

#ff #right h2 {
	color: #05348B;
	font-family: arial, helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.0em;
	margin: 30px 0 30px 0;
	padding: 0; 
}

#ff #right h2:first-child {
	margin: 0 0 30px 0;
}

#language {
	display: none;
}


/*
------------------------------------------------------------
Typo3 Styles
------------------------------------------------------------
*/


.csc-header-2 {
	margin: 60px 0 0 0;
	padding: 0;
}


/*
------------------------------------------------------------
Footer
------------------------------------------------------------
*/

#footer {
	display: none;
}


/*
------------------------------------------------------------
Forms
------------------------------------------------------------
*/


.tx-fapch-pi1-searchbox form {
	border-bottom: 1px solid #eee; 
	margin: 30px 0 30px 20px;
	padding: 0;
}

.tx-fapch-pi1-searchbox-sword {
	border: 1px solid #CFCFCF;
	background: url(../img/bg_form.jpg) no-repeat;
	height: 40px;
	width: 390px;
	font-size: 18px;
	text-indent: 20px;
	color: #666;
}


.tx-fapch-pi1-searchbox-button, .tx-fapch-pi1-searchbox-button:visited {
	background: #05368B url(../img/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px;
	margin: 0 0 0 5px;
	height: 45px;
	width: 100px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.tx-fapch-pi1-searchbox-button:hover							{ background-color: #B1B1B1; color: #fff; }
	.tx-fapch-pi1-searchbox-button:active							{ top: 1px; }
	.small.tx-fapch-pi1-searchbox-button, .small.tx-fapch-pi1-searchbox-button:visited 			{ font-size: 11px; padding: ; }
	.tx-fapch-pi1-searchbox-button, .tx-fapch-pi1-searchbox-button:visited,
	.medium.tx-fapch-pi1-searchbox-button, .medium.tx-fapch-pi1-searchbox-button:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.tx-fapch-pi1-searchbox-button, .large.tx-fapch-pi1-searchbox-button:visited 			{ font-size: 14px; padding: 8px 14px 9px; }


.hint  {
	width:400px;
	margin: 5px 0 0 0;
}

.hint p {
	font-size: 12px;
	font-style: italic;
	color: #8F8F8F;
	line-height: 18px;
}

input.input-text {
	position: relative;
	z-index: 2;
}

label {
	position: relative;
	z-index: 1;
}

label.inlined {
	padding-left: 6px;
	font-weight: normal;
	font-size: 12px;
	font-family: "Helvetica Neue";
	opacity: 0.75;
	-webkit-transition: opacity 0.15s linear;
}

label.focus { opacity: 0.35; }
label.has-text { opacity: 0.0; -webkit-transition-duration: 0s; }


label.inlined + input.input-text {
margin-top: -22px;
}


/*
------------------------------------------------------------
List
------------------------------------------------------------
*/

.listNav {
	margin: 0 0 20px 0;
}

.ln-letters {
	overflow: hidden;
}

.ln-letters a {
	background: #05368B url(../img/alert-overlay.png) repeat-x;
	font-size: 0.9em;
	display:block;
	float:left;
	padding: 8px;
	margin: 0 5px 10px 0;
	border:1px solid #ccc;
	text-decoration:none;
	color:#fff;
	width: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.ln-letters a.ln-last {
	border-right:1px solid silver;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
	background-color:#FFCA35;
	color: #333; 
}


.ln-letters a.ln-disabled { color:#333; background-color: #ccc;}
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#666; }



#list li {
	background: #eee;
	border-bottom: 1px solid #DADADA;
	padding: 3px 0 3px 0;
	margin: 0 0 2px 0;
	width: 620px;
	/*text-indent: 10px;*/
}

#list li:hover {
	background: #fff;
}

#list a {
	color:#06368B;
}

#list a.ln-last { border-right:none; }
#list a:hover,
#list a.ln-selected {}
#list a.ln-disabled { color:pink; }
#list a.ln-disabled:hover { color:white; }
.ln-letter-count { color:red; }

#listWrapper { width:650px }


/*
------------------------------------------------------------
Tables
------------------------------------------------------------
*/

.tx-fapch-pi1-listrow table {
	border-collapse: collapse;
	margin: 30px 0 0 0;
	text-align: left;
	width: 620px;
	font-size: 12px;
}

.tx-fapch-pi1-listrow-header {
	background: url(../img/bg_table.jpg) bottom repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	background-color: #05368B;
}

.tx-fapch-pi1-listrow-header td {
	padding: 5px;
	height: 25px;
}

tr.tx-fapch-pi1-listrow  {
	background: url(../images_appl/tablehead_2.png) bottom repeat-x;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	background-color: #e7e7e7e;
	height: 25px;
}

.tx-fapch-pi1-listrow-odd {
	background: url(../images_appl/tablehead_2.png) bottom repeat-x;
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	background-color: #eee;
}

#table-prodct img {
   padding: 10px 0 0 0;
}

.table-prodct-tarticleno {
	vertical-align: top;
	width: 90px;
}

.table-prodct-tarticledesc {
	text-align: left;
    width: 580px;
}

.tx-fapch-pi1-browsebox-SCell {
	padding: 5px;
	width: 30px;
	background-color: #096;
}
