body {
	padding:0;
	margin:0;
	background-image: url(/assets/Image/layout/greyscale_bgnd.gif);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	overflow: scroll;
}

h1, h2, h3 { margin:0; padding:0; margin-bottom:1em }
h1 { font-size: 130% }
h2 { font-size: 118% }
h3 { font-size: 110% }
td { vertical-align: top; }

a img { border:none }
a:link, a:active { color:#931502 }
a:visited { color:#000 }

div#slogan { position:absolute; margin-left:50%; top:96px; left:-163px; }

/* Content */
td#contentcolumn { background-image:url(/assets/Image/layout/davinci_bgnd.gif); background-position:top right; background-repeat:no-repeat; }
div#content { margin-top:170px; padding:1em; width:430px }

/* Navigation */
div#nav { margin-top:150px; padding-top:2em; }
div#nav a:link, div#nav a:visited { font-size:0.9em; display:block; text-align:right; padding:0.15em 0.5em 0.15em 0.5em; }
div#navspacer { margin-top:7em; padding-right:0.5em; text-align:right; line-height:1.7em }
a.navlevel1:link, a.navlevel1:visited { border-bottom:2px solid #fff; margin-top:2em; font-weight:bold; text-decoration:none; color:#000; }
a.navlevel2:link, a.navlevel2:visited { color:#000; }
a.footlink:link, a.footlink:visited { border-bottom:2px solid #fff; text-decoration:none; color:#000; font-weight:bold }
a.navopenselected:link, a.navopenselected:visited { color:#931502; text-decoration:none }
a.navopen:link, a.navopen:visited { color:#931502; text-decoration:none }

/* Preview column */
td#previewcolumn { text-align:center;padding-top:3px }

/* Fehlermeldungen */
div.error-formfield { color:#931502; font-weight:bold; display:none }
input.error-formfield, textarea.error-formfield, select.error-formfield { background-color:#F7D2CD }