@import url("screen.css");



div#mitte {
	background-image: url(../3_bilder/layout/background_main.jpg);
	background-repeat: repeat-y;
	float:left;
	width: 998px;
}

/*------------------------------------------------*/
/* Inhalt rechts               ---------------------*/
/*------------------------------------------------*/
div#inhalt_rechts {

	padding-left:5px;

}

DIV#inhalt_rechts A {
	text-decoration:none;
	color:#004483;
	line-height: 20px;
}

DIV#inhalt_rechts A:hover {
	text-decoration:none;
	color:#727175;
	line-height: 20px;
}

DIV#inhalt_rechts h1 {
	text-decoration:none;
	color:#004483;
	font-size:12px;
}

DIV#inhalt_rechts h2 {
	text-decoration:none;
	color:#004483;
	font-size:12px;
}

#inhalt_rechts p { margin: 0px; }
