/* 
Package: SV ver 1.2
File: print.css
Version: 1.0
Date: 14.01.2006
Desc: Print layout
Note: stylesheet for print media
*/

body {
margin: 0 auto;
padding: 0;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
background: #ffffff;
color: #000000;
}

#browsercheck {
display: none;
}


#wrap {
margin: 2%;
width: auto;
float: none !important;
}

#layout-settings {
display: none;
}

#layout-settings p {
display: none;
}

#layout-settings a {
display: none;
}

#layout-settings a:hover {
display: none;
}

#char-settings {
display: none;
}

#char-settings p {
display: none;
}

#char-settings a {
display: none;
}

#char-settings a:hover {
display: none;
}

#print-header1 {
margin: 0 0 10px 0;
font-family: "Times New Roman",Serif;
font-size: 2.2em;
font-weight: bold;
}

#print-header2 {
margin: 0 0 10px 0;
font-family: "Times New Roman",Serif;
font-size: 1.3em;
font-weight: bold;
}

#print-ver {
margin: 0 0 10px 0;
font-family: "Times New Roman",Serif;
font-size: 0.8em;
font-style : italic;
text-align: right;
}

#frontphoto {
display: none;
}

#avmenu {
display: none;
}

#avmenu ul {	
display: none;
}	

#avmenu li {
display: none;
}

#avmenu li a {
display: none;
}	
	
#avmenu li a:hover {
display: none;
}

.announce {
display: none;
}

#extras {
display: none;
}

#extras p {
display: none;
}

#content {
line-height: 1.6em;
text-align: justify;
}

#content h2 {
font-size: 1.5em;
text-align: left;
}

#content h3 {
font-size: 1.5em;
text-align: left;
}

#content img {
display: none;
}

h2 {
font-size: 1.1em;
margin: 0 0 10px 0;
}

h3 {
font-size: 1.1em;
margin: 0 0 10px 0;
}

a {
text-decoration: underline;
color: #0000FF;
}

a:hover {
text-decoration: underline;
color: #0000FF;
}

a img {
display: none;
}


#footer {
text-align: left;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}


.left {
float: left;
}

.right {
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.extern {
}





