/* Fuer die Druckausgabe ueberfluessiges abschalten */

#mainmenu, #rootline, #right, #login {
		display: none;
		visibility: hidden;
}


#content {
		margin: 0px;
		padding: 5px;
		width: auto;
		height: auto;
}

#submenu {
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 0px;
		height: 0px;
		border: 0px;
}

#contentbox {
		border: 0px;
}

#content_left {
		position: relative;
		margin-top: 0px;
		margin-left: 0px;
		padding-top: 25px;
		padding-left: 80px; 
		width: 171px;
		height: 400px;
		float: left;
		border-left: 1px solid #666699;
		overflow: hidden;
}

#content_right {
		position: relative;
		margin-top: 0px;
		margin-left: 0px;
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 25px;
		width: 353px;
		height: 400px;
		float: right;
}

#left {
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		margin: 0px;
		background-color: #fff;
		border: 0px;
}

/* Geeignete Eigenschaften fuerr die Druckausgabe setzen */

body {
		background-image: none;
		margin: 0;
		padding: 0;
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		color: black;
		background: transparent;
}

	
h1, h2, h3 {
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		color: #000;
}
	
ol, ul, li {
		font-size: 1.0em;
		line-height: 1.8;
		margin-top: .2em;
		margin-bottom: .1em;
}
	
p {
		font-size: 1.0em;
		line-height: 1.5;
		margin: 0 0 1em 0;
}

a, a:visited, a:hover, a:visited:hover {
		color: #9e1626;
		background: transparent;
		text-decoration: underline;
}


