/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Print layout: */

body{
margin:0 auto;
padding:0;
font-family:Arial,Helvetica,sans-serif;
background:#ffffff;
color:#000000;
}
	
#wrap{
margin:2%;
width:auto;
float:none !important;
}

#header, #avmenu, #footer{
display:none;
}

#content img{
display:none;
}

a{
text-decoration:underline;
color:#0000ff;
background-color:inherit;
}

/** DFK specific **/
#content .linkbar {
display:none;
}

#content h2 {
font-size:18pt;
font-weight:bold;
text-align:right;
}

#content p.dat{
text-align : right;
font-size : 1.2em;
font-weight : bold;
color:#ef4135;
}

#content h3 {
font-size:12pt;font-weight:bold;
font-style : italic;
}

h3 a {
text-decoration:none;
}

#content p.ort {
font-style : italic;
}

#content p {
font-size:10pt;
}

#content p.ver {
font-weight : bold;
color:#ef4135;
}

#content hr {background-color:#ef4135;
color:#ef4135;}

/***** Various classes *****/

.bold {
font-weight:bold;
}

.italic {
font-style : italic;	
}

