/* POLVISION Print-CSS*/

/*General rules*/
* {
	margin: 0; padding: 0;
} 
html
{
font-size: 100%;
}
a {
outline: none;
}

/*layout*/
body { 
background: #fff;
font : 80%/1.8em Tahoma, Arial, Sans-serif;
letter-spacing: 0px;
color : #666;
text-align : center;
} 

#container { 
margin : 0 auto;
width : 100%;
margin-top: 0px;
} 

#logo { 
text-align: left;
width: 100%;
} 

/*header*/
#header { 
display: none;
} 

#header1 { 
display: none;
} 

/*right column - main text*/
#right_col { 
text-align: justify;
float : right;
font-size : 1em;
width : 100%;
} 

/* left column */
#left_col { 
display:none;
} 


/*footer*/
#footer { 
display: none;
} 

/*links*/
a { 
color : #222;
padding: 2px 0;
text-decoration : none;
border-bottom: 1px dashed #222;
} 

/* headers */
h1, h2, h3, h4, h5, h6 { 
font : 500 1em Tahoma, Arial, Sans-serif;
color : #eee;
margin : 1.5em 0 0.5em 0;
} 
h1 { 
font-size : 1.8em;
margin : 0.5em 0 0.5em 0;
} 
h2 { 
font-size : 1.6em;
} 
h3 { 
font-size : 1.4em;
} 

h4 { 
font-size : 1.3em;
} 
h5 { 
font-size : 1.2em;
} 

h6 { 
font-size : 1.1em;
} 

/*typograhy*/
p { 
margin : 1em 0 0em 0;
} 
ul, ol { 
margin : 0.5em 0 0 2em;
color : #777;
} 
ul span, ol span { 
color : #666666;
padding: 0;
} 

.pic_list { 
list-style : none;
margin-left : 0.5em;
margin-top : 0.5em;
padding-left : 0;
} 

.pdf { 
background : url('../img/pdf.gif') no-repeat 0 center;
padding: 2px 0 2px 26px;
line-height : 2em;
border: 0px solid black;
} 

.top { 
background : url('../img/top.gif') no-repeat 0 center;
padding-left: 20px;
line-height : 2em;
border: 0px solid black;
} 

.back { 
background : url('../img/back.gif') no-repeat 0 center;
padding: 2px 0 2px 26px;
line-height : 2em;
border: 0px solid black;
} 
.page { 
background : url('../img/page.gif') no-repeat 0 center;
padding: 2px 0 2px 26px;
line-height : 2em;
border: 0px solid black;
} 

table {
text-align: left;
font-size: 1em;
border-spacing: 0px;
border-collapse: collapse;
margin: 1em 0 0 0em;
}
td {
  border: 1px solid #ddd;
  padding: 5px;
  line-height: 1.5em;
}

/* images, special text */
img { 
border : 0px solid #ddd;
} 
img.float-right { 
float: right;
margin : 5px 0 5px 15px;
border : 1px solid #ddd;
} 
img.float-left { 
float: left;
margin : 5px 15px 5px 0;
border : 1px solid #ddd;
} 

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.blue  {	color: #111; }

.clearleft{ 
clear: left; 
line-height: 1em;
}

.clearright{ 
clear: right; 
line-height: 1em;
}

.clearboth{ 
clear: both; 
line-height: 3px;
border: 0px solid black;
background: transparent;
}

.spacer_20 {
  height:20px;
  clear:both;
}
.spacer_10 {
  height:10px;
  clear:both;
}
.spacer_5 {
  height:5px;
  clear:both;
}
