/*

	msv.print.css
	date: 14.05.2008
	by: tj

*/


body, div, span, img, p, table, thead, tbody, tfoot, th, tr, td, ul, ol, li, form, h1, h2, h3, h4, h5, h6, a {
    margin: 0px;
    padding: 0px;
    border: 0px solid #000;
    text-decoration: none;
    font: normal 12px arial,helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6,div {
}

body { 	 	
    background: none;
}

#header #langswitch {
	display:none;
}

#header #login{
	display:none;
}

 #headerimg {
	display:none;
}

#header #logoprint{
	display:block;
}

#de_nav_main, #en_nav_main {
	display:none;
}

body #nav_sub {
	display:none;
}

#body #content {
	float:left;
	width:600px;
	min-height:300px;
	margin:30px 0px 20px 15px;
	padding:0px 0px 0px 15px;
}

#body #content, #body #content div { 
    line-height: 18px; 
}

#body #content h2{ 
	font-family: 'arial narrow',arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:30px;
}

#body #content ul, #content div ul { 
    line-height: 18px; 
    margin-top:15px;
    margin-left:15px;
    list-style-position:outside;
    list-style:square;

}

#bottom {
display:none;
}


