@import "nonn4.css";

BODY {
	background-color : White;
	background-image : url(images/bg.gif);
	background-repeat : no-repeat;
	background-attachment : scroll;
}

/* Maße für Tabellen-Layout */

TD.oben {
	width : auto;
	vertical-align : top;
}

TD.links {
	width : 5px;
	padding-left : 0px;
	vertical-align : top;
}

TD.mitte {
	width : 550px;	
	vertical-align : top;
	padding-left : 10px;
}

TD.rechts {
	width : 0px;
	vertical-align : top;
	padding-left : 10px;
	padding-right: 10px;
}

/* Schriftarten */
p,td,ol,ul,li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
} 

h3 {
font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

/* Hyperlinks */
A {
	text-decoration : underline;
	color: #0768B2;
}

A:hover {
	text-decoration : none;
	color : White;
	background-color : #0768B2;
}

A.navigation {
	text-decoration : none;
	color : Black;
}

A:HOVER.navigation {
	background-color : Silver;
	/*width : 110px;*/
}

A:HOVER.none {
	background-color : white;
}
