/* CSS Print Document Example*/

/*Grundlegende Eigenschaften verändern*/
body {
background:white;
font-family:"Times New Roman", Times, serif;
font-size:12pt;
color:#000;
}

/*Unterstreichungen für Links wegnehmen und Text formatieren*/
body a,body a:link, body a:visited {
font-weight:bold;
text-decoration:none;
color:#000;
}
body a:link:after, body a:visited:after {
/*content: " ("url(file:images/pfeil.gif) attr(href) ") ";*/
font-weight:normal;
font-size:80%;
}

/*Navigation mit display:none; ausschalten */
#menuMain,#footer,#menuGlobal,#Header {
display:none;
}

#Container { 
width:999px; 
margin:0px auto 0px auto; 
background-color:#FFFFFF;
padding:0px;
padding-bottom:10px;
border:none;
}

/*IE Sternchen Hack*/
#Container *{
/*to correct the IE Bug for margin auto-read by brower except IE*/
text-align:left;
}

#printHeader{
display:block;
margin-left:37px;
border-bottom:1px solid #000;
margin-bottom:10px;
}
#printHeader img {
width:140px;
height:140px;
}

div#Inhalt1 {
	position:relative;
	margin-top:-2px;
	margin-left: 37px;
	margin-right:37px;
	margin-bottom:10px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	/*background-color:#FFF;*/
	z-index:30;
	border:none;

}
#Inhalt1 H1,#Inhalt1 H2,#Inhalt1 H3{
color:#000;
}

/*************************************Global Form Design****************************/
form{
background-color:#FFF;
display:none;
}
fieldset {
/*color:#000066;*/
color:#000;
background-color:#FFFF;
display:none;
}
input{
border: 1px solid #4A3A2D;
background-color:#fff;
margin:5px;
padding:2px;
font-weight:normal;
}

.submit, .reset{
background-color:#d2d2c6;
border:3px double #4A3A2D;
/*color:#000066;*/
color:#fff;
font-weight:bold;
margin-left:25px;
text-align:center;
}

.submit:hover, .submit:focus, .reset:hover, .reset.focus{
color: #ff0000;
}

/*only for Mozilla and Opera*/
input:focus, input:hover {
/*background-color:#ffffff;*/
color:#000;
/*font-weight:bold;*/
}


/*incorrect input Style- nicer than with alert Function, with Java Script Function or Dynamic Scripting languages*/
input .fehler {
border: 1px solid #f00;
font-weight:bold;
background: #fff url('achtung.gif') no-repeat right;
}
	
/*************************************End Form Design****************************/


/*************************************Table Design*******************************/
table.frontTableStyle{border:1px solid #000000;border-color:#000;/*background-color:#E3FF7D;*/background-color:#fff;}
table.frontTableStyle th{border-bottom:1px solid #000;}

table.tableFormStyle		{ border:1px solid #000;}
table.tableFormStyle  th	{ background-color: #fFF;}

tr.coloumnodd 		{background-color: #FFF;}
tr.coloumnoddCenter {background-color: #FFF;text-align:center;}

tr.coloumneven 		{background-color: #FFF;}
tr.coloumnevenCenter{background-color: #FFF;text-align:center;}

/*************************************End Table Design*******************************/



/*Stylesheet zum Drucker


Oder für ältere Browser einen Button platzieren um diese Einschaltung zu aktivieren

Bei dynamischen Seiten einfach einen Parameter übergeben der den Stylesheetwechsel anzeigt: www.einfach-für-alle.de/index.html?printversion=1 und 
das Ganze in ein a href verpacken


Tidy einbindenn unter www.macromedia.com/exchange/

www.suarefree.com/userstyles/make-bookmarklet.html    für eigene Styles (Seebehinderte)

Ruler Messung der Website  centricle.com/archive/2003/04/ruler-1.2 (linkcode 0111)

Tidy verwenden : www.thedumbterminal.co.uk/services/tidy.shtml

