/* CSS Print Schreinerei Zürcher */

#links, #navi, #subnavi, #rechts_int {
display:none;
}

body {
color : #000; 
background-color : white; 
margin : 10px 20px 10px 20px; 
padding : 0; 
font : 10pt Verdana, Arial, helvetica, serif; 

} 
h1 , h2 {
color : #ccc; 
font : bold 16pt Verdana, Arial, helvetica, sans-serif; 
text-align : center; 
border-bottom : 3px double #000; 
margin : 50px 0 15px; 
padding : 0; 
} 
h2 {
font-size : 14pt; 
} 
.print_txt {
font-size : 9px; 
} 


li, p, h1, h2, h3, h4, h5 {
	text-align: left;
}

img { margin:0px;}

/* 
FORMATION CSS:
Heavily borrowed from:
http://silice.de/csstest/formtest.html
*/

form.formation *
{	font-size:100.01%;
	margin:0;
	padding:0;
	color:black;
	background-color:#fff;
	font-family:Verdana,Sans-serif;
}

form.formation fieldset
{	border:1px solid #D9D9D9;
	margin:2em;
	padding:1em;
	font-size:0.9em;font-weight:100%;
	width:35em;
}

form.formation  p.radio,
form.formation p.checkbox {
display:none;
}

/* really bad IE hack \*/
* html form.formation fieldset { width:35em; }
* html form.formation fieldset legend { margin-bottom:1em;
font-weight:bold;
}
/* IE hack */

form.formation fieldset legend {
font-weight:bold;
color:D9D9D9;
margin-bottom:12px;
}

form.formation fieldset p {
font-size:0.7em;
}

form.formation label
{	font-size:0.8em;
	font-weight:700;
	width:11.5em;
	float:left;
	margin:0 0 0.3em 0;
}
form.formation label.checkbox
{	font-size:0.8em;
	font-weight:700;
	width:29em;
	float:left;
	margin:0 0 0.5em 0;
}

form.formation input, 
form.formation select, 
form.formation textarea
{	font-weight:normal;
	float:left;
	margin:0 0 0.3em 0;
	font-size:0.8em;
}

form.formation fieldset br
{	clear:left;
}

form.formation input.text,
form.formation input.password,
form.formation input.captchatext
{	width:30em;
	border:1px solid #D9D9D9;
	background-color:#FFFFFF;
	padding:0.1em;
}
form.formation input.captchatext {	
	width:10em;
	border:1px solid #D9D9D9;
	background-color:#FFFFFF;
	padding:0.1em;
}

form.formation select
{	width:20.3em;
	border:1px solid #D9D9D9;
}

form.formation textarea
{	width:30em;
	border:1px solid #D9D9D9;
	padding:0.1em;
	background-color:#FFFFFF;
	height:30px;
}

form.formation input.checkbox
{	margin-left:8em;
}

form.formation label.checkbox
{	font-weight:normal;
	margin-left:1em;
}
form.formation input.radio
{	margin-left:8em;
}

form.formation label.radio
{	font-weight:normal;			
	margin-left:1em;
}
form.formation input.button
{	width:10.3em;
	border:0px solid #fff;
	background-color:#861728;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	font-size:0.8em;
	margin-top:2em;
}

form.formation input.button:hover
{	background-color:#D9D9D9;
	color:#ffffff;
}

form.formation p.FORMATIONerror
{	border:1px solid #CC6666;
	color:#000000;
	background-color:#FFCCCC;
	padding:5px 5px 5px 5px;
	margin:15px 20px 20px 20px;
	font-size:0.7em;
	text-align:center;
}

form.formation p.FORMATIONsuccess
{	border:1px solid #76CB66;
	color:#000000;
	background-color:#D3FECB;
	padding:5px;
	margin:0 20px 20px 20px;
	font-size:0.7em;
	text-align:center;
}
form.formation strong
{	background:none;
}
form.formation fieldset img.captcha {
width:120px;
height:30px;
padding:5px 5px 8px 10px;
}
/* ende Form */

.map {
text-align:center;
margin-left:auto;
margin-right:auto;
}



