/********************************************
   AUTHOR: Andreas Freichel
   Druckversion von pferdedecke-waschen.de
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { padding: 0; margin: 0; }

body {
	font: Arial;
	color: #000000;
	background: #FFFFFF;
}

/* headers */
h1, h2, h3 { font: bold 1em Arial; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* start - table */
table {
	border-collapse: collapse;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* search form */
.searchform {
	display: none;
}
.searchform p { 
	display: none;
}
.searchform input.textbox { 
	display: none;
 }
.searchform input.button { 
	font: bold 12px Arial, Sans-serif;
	color: #333;
	display: none;
 }

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 95%;
}

/* header */
#header {
	display: none;
        }
#header-content {	
	display: none;
        }


/* header photo */
.headerphoto {
	display: none;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	display: none;
}
.sidebox {
	display: none;
}

/* main */
#main {
	float: left;
	width: 100%;
	margin: 0 0 0; padding: 0;
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

.post {
	margin: 0; padding: 0;
	background: #FFFFFF;
	border: none;
}
.post .post-footer {
	display: none;
}
.post .post-footer .date {
	display: none;
}
.post .post-footer .comments {
	display: none;
}
.post .post-footer .readmore {
	display: none;
}

/* footer */
#footer {
	display: none;
}

#footer-content {
	display: none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.green { color: #65944A; }

.auftragstabelle td {
border: 1px dotted;
}

input.auftragstabellezahl {
border: 1px dotted;
width: 30px;
background-color: F5F5F5;
}

input.auftragstabellewort {
border: 1px dotted;
width: 300px;
background-color: F5F5F5;
}

textarea.auftragstabellewort {
border: 1px dotted;
width: 300px;
height:200px;
background-color: F5F5F5;
}

.noprint {
display: none;
}  


