/* ____________________ http://www.markusl.de, webmaster@markusl.de */

/* ____________________ Einige Passagen wurden inspiriert von 'andreas02' - einem */
/* ____________________ Open Source xhtml/css website layout von Andreas Viklund */
/* ____________________ http://andreasviklund.com */

/* Drucklayout: */

body {
margin: 0 auto;
padding: 0;
font-family: "Times New Roman",Serif;
background: #ffffff;
color: #000000;
}
	
#container {
margin: 2%;
width: auto;
float: none !important;
}

#main {
float: none !important;
}

#slogan {
margin: 0 0 10px 0;
}

#navigation, #sidebar, .hide {
display: none;
}

#content img {
display: none;
}

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

