@charset "utf-8";
/* CSS Document */
/* global print default */

* {
	margin:0;    
	color:#000000;
	background-color: #fff;
	border: none;
	line-height: 150%;
	font-size: 18px;
}

p, legend {
	font-size: 18px;
}

h1, h2, h3 {
	font-size: 22px;
}

h1, h2, h3, a {
	color: #000;
}

#Header, .Sidebar {
	background-color: #fff;
}

#Gesamt {
	border: none;
}

.Print, #Navigation, #topImage, #SecondLevelMenu, #SidebarLeft {
	display:none;
}

.Inhalt {
	width: 700px;
}

.Sidebar {
	width: 350px;
}

#Footer {
	font-size: 12px;
}

.Leftbar {
	display: none;
}