/******************************************
*   
*   si_elec_print.css
*   copyright 2007 - si-electronic.ch
*
******************************************/

* {margin:0;padding:0;}

html[xmlns^="http"] {
height:100%;
padding-bottom:0.005em;
} 

body {
padding: 40px 0;
font-family: Arial;
font-size: 12px;
background: #FFF;
}

.clear {clear: both;}

#wrapSite {
}

#header {
}

ul#serviceNavigation {
display: none;
}

#logo {
float: right;
border: 0;
}

#header_img {
display: none;
}

#main {
clear: both;
padding: 12px 0 0 0;
}

#colLeft {
display: none;
}

#content {
}


#footer {
display: none;
}

h1 {
padding: 10px;
color: #004b93; 
font-size: 20px;
}

h2 {
color: #004b93;
font-size: 14px;
padding: 20px 0 10px 10px;
}

h3 {
color: #004b93;
font-size: 12px;
padding: 10px 0 5px 10px;
}



#content p {
padding: 0 0 10px 10px;
line-height: 18px;
}

#print_footer {
border-top: 1px solid #004b93;
margin: 0 10px 10px 10px;
padding: 5px 0 0 0;
}





#content img.alignLeft {
padding : 5px 10px 5px 0;
}

#content img.alignRight {
padding : 5px 0 5px 10px;
}

#content ul {
	list-style-type: none;
	padding: 2px 70px 10px 0; 
	margin:  0;	
	font-size: 12px;
	line-height: 18px;
    color: #131313;
}

#content ul li  {
	background: url(../images/anf.gif) no-repeat;
	background-position: 15px 6px;
	padding: 0 0 5px 30px;
}

#content ol {
	list-style-type: list-style-type:decimal;
	padding: 2px 70px 20px 35px; 
	margin:  0;	
	font-size: 12px;
	line-height: 18px;
    color: #131313;
}

#content ol li  {
	background-position: 15px 6px;
	padding: 0 0 10px 10px;
}

#content table.standard { 
        font-size: 12px;
        color: #131313;
        padding: 0 20px 37px 10px;
}

#content table.standard th {
        border: solid #ccc;
        border-width: 0 0 1px 0;
        padding: 0 0 1px 0;
        font-size: 12px;
}

#content table.standard td {
        border: solid #ccc;
	    border-width: 0 0 1px 0;
        line-height: 12px;
        padding: 10px 0 10px 0;
}