/* do not print */
#accessibility, .printing, .search .results p, #imgGroup, #footer .about, #bilder, #topmenuextern, #leftmenudiv, #rightmenudiv, #footer .url, #footer .en { display: none; }
#logo a img { border: none; }

/* This is the general CSS-file for print devices */

/* general */
body {
	color: black;
	background: white;
	font-family: "Times New Roman", Times, Georgia, serif;
}
a { color: black; }
h1, h2, h3, h4 { font-family: "Trebuchet MS", Arial, sans-serif; }
th { text-align: left; }

/* special */

.mainareadiv
{
	width: 850px;
	border:none;	
}
.StartPageImgContainer
{
	width:100%;
}
#LeftEditor
{

	border:none;
	float:left;
}

#RightEditor
{
	
	float:left;
	border:none;
}


 



