/* =================================================
Stylesheet für das ERP System von ARS Systems 
Datei: print.css
Datum: 1.September 2013
Autor: ARS Systems
================================================== */

body {
	font-size:12px;
	line-height:20px;
	font-family:Georgia, Arial, Helvetica, Sans-Serif;
	color:#333;
}

a[href]:after {
  content:" [Adresse: "attr(href)"] "; /* [URL] nach dem Linktext */
} 

#header {
	display: none;
}

#navigation { 
  	display: none; 
}

#SeiteAusdrucken {
	display: none;
}


/* ====================================== 
   Style für das Loginformular
   ====================================== */
   
p.warning {
	color: red;
	font-weight: bold;
}

/* ====================================== 
   Style für das Kontaktfomular
   ====================================== */
   
#kontakt fieldset {
    border: none;
    padding: 3px;
    padding-left: 0px;
}

#kontakt fieldset label {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}

#kontakt fieldset textarea {
    font-family: Arial;
    width: 300px;
    height: 100px;
    font-size: small;
}

#kontakt fieldset select#sprachen {
    width: 150px;
}

#kontakt fieldset input.text {
    width: 300px;
}

#kontakt label.newsletter {
    width: 400px;
    display: inline-block;
}

#btnSenden, #btnLeeren, #unterlagen, #newsletter, #maennlich, #weiblich {
	margin-right: 5px;
}

/* ====================================== 
   Style für die Ausgabe von Daten
   ====================================== */

table.sqloutputtable {
	padding: 0px 0px 0px 0px;
	border-collapse: separate;	
}

table.sqloutputtable thead tr th {
	background-color: #A6A6A6;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

table.sqloutputtable tbody tr td {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #D9D9D9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;

}

div#pageSet {
	
	display: none;
}

  
/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
