@charset "utf-8";

<!--

/*=========================================================================*/
/* PRINT CSS for schloessli-ins.ch                                         */
/* CSS Code : mediaparx.com : February 2006                                */
/*=========================================================================*/ 

*{
	margin:0px;
	padding:0px;
	float:none;
	clear:both;
}


body{
	font-size:12px;
	line-height:1.20em;
	font-weight:normal;
	font-variant:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000;
}

input, textarea, input, select, h1, h2, h3, h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

textarea, input, select{
	font-size:100%;
}

fieldset{
	border:none;
}

img{
	border:none;
}

a{
	text-decoration:none;
}

.clear{
	clear:both;
	margin:0px;
	padding:0px;
	line-height:0px;
	height:0px;
	font-size:0px;
}

/*==============================*/
/* Header                       */
/*==============================*/
#ContainerHeader,
#ContainerLeftColumn{
	display:none;
}

/*==============================*/
/* Content                      */
/*==============================*/
#ContainerContent{
	line-height:1.35em;
}

#ContainerContent h1,
#ContainerGalleryPopUp h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	font-weight:normal;
	color:#881e0c;
	margin-bottom:0.8em;
	line-height:1.1em;
}

#ContainerContent h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	font-weight:normal;
	color:#881e0c;
	margin-bottom:0.6em;
	line-height:1.1em;
}

#ContainerContent h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
}

#ContainerContent ul{
	margin-left:27px;
}

#ContainerContent ol{
	margin-left:27px;
}

#ContainerContent a,
#ContainerGalleryPopUp a,
#ContainerFooter a{
	color:#881e0c;
	font-weight:bold;
	border-bottom:1px solid #881e0c;
}

#ContainerContent a:hover,
#ContainerGalleryPopUp a:hover,
#ContainerFooter a:hover{
	color:#fff;
	font-weight:bold;
	background:#881e0c;
	border-bottom:none;
	border-bottom:1px solid #881e0c;
}

#ContainerContent a.LinkMore{
	font-weight:normal;
}

#ContainerContent label{
	float:left;
}

#ContainerContent .DummyRadio{
	float:left;
	width:220px;
	margin-bottom:0.5em;
}

#ContainerContent .LabelRadio{
	float:left;
	margin-right:3px;
	margin-top:1px;
	margin-bottom:1px;
}

#ContainerContent .Label120px{
	float:left;
	width:120px;
	margin-right:10px;
	margin-bottom:0.5em;
}

#ContainerContent .InputField244px{
	width:238px;
	border:1px solid #881e0c;
	padding:2px;
	margin-bottom:0.5em;
	background:#f1e7d2;
}

#ContainerContent .Textarea244px{
	width:238px;
	height:80px;
	border:1px solid #881e0c;
	padding:2px;
	margin-bottom:0.5em;
	background:#f1e7d2;
}

#ContainerContent .Select244px{
	width:244px;
	border:1px solid #881e0c;
	padding:2px;
	margin-bottom:0.5em;
	background:#f1e7d2;
}

#ContainerContent .ButtonInput{
	float:left;
	background:#f1e7d2;
	border:2px solid #881e0c;
	color:#881e0c;
	font-weight:bold;
	padding:2px;
	margin-top:1em;
	cursor:pointer;
}

#ContainerContent .send{
	margin-left:130px;
}

#ContainerContent #ContainerFormError{
	width:370px;
	border:2px solid #881e0c;
}

#ContainerFormError h4{
	color:#fff;
	background:#881e0c;
	border-bottom:2px solid #881e0c;
	padding:2px;
}

#ContainerFormError ul{
	margin-left:20px;
	color:#881e0c;
	margin-top:3px;
	margin-bottom:3px;
}

#ContainerContent .ImageLeft{
	float:left;
	margin-right:8px;
	margin-top:2px;
}

#ContainerContent .ImageRight{
	float:left;
	margin-left:8px;
	margin-top:2px;
}

#ContainerContent a.LinkImage{
	border:none!important;
	text-decoration:none!important;
}

/*==============================*/
/* Gallery Definitions          */
/*==============================*/
#ContainerContent a.GalleryPreviewPic,
#ContainerContent a.GalleryPreviewPic:hover{
	display:block;
	margin-right:4px;
	width:122px;
	border:none !important;
	background:none !important;
}

#ContainerContent .NoMargin{
	margin-right:none !important;
}

#ContainerContent .GalleryPreviewText{
	width:247px;
}

#ContainerContent .SeparatorGallery{
	height:7px;
	line-height:7px;
	font-size:7px;
	background:url(../auxx/sep_mainnavi.gif) 0px 50% repeat-x;
}

/*==============================*/
/* Footer                       */
/*==============================*/
#ContainerContentBorderBottom{
	padding:0px;
	margin:0px;
	font-size:80%;
	text-align:center;
	border-top:1px solid #000;
	margin-top:20px;
	width:100%;
}

-->