
html { overflow:auto; }

* html #body { height: 100%; width: 100%; overflow:auto; }

body	{
	font-family : Verdana, Helvetica, sans-serif;
	color : black;
	background-color:white;
	font-size: 8pt;
	margin: 0px;
}
#main {
	background-color: transparent; 
	padding: 7px; 
	border: 1px dashed #b9821a; 
	margin: 0 auto; 
	left: 50%;
	width: 1024px; 
}

p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i, caption 
{font-family:Verdana, Helvetica, sans-serif;}

p, ul, ol, li, div, td, th, address, nobr, b, i 
	{font-size:8pt; }

.SMALL {
	font-size: smaller;
}
.LARGE	{
	font-size : 10pt;
	font-weight : bold;
}
.XLARGE	{
	font-size : 11pt;
	font-weight : bold;
}

th {
	color: White;
	background: Red;
	text-transform: capitalize;
}


h1 	{ font-size:15pt;	}
h2 	{ font-size:13pt;}
h3	{ font-size:12pt;}
h4	{ font-size:11pt;}

ul, ol {margin-top : 8;}

li {list-style : square;
	margin : -10;
	margin-top : 10;
}

a:link {	color : Red;
	text-decoration:underline;
}

a:visited { color: Red;
	text-decoration:underline;}

a:active { color: Red;
	text-decoration:underline;}

a:hover { color:#FF0000;
	text-decoration: underline;
	font-weight : bold;
}

img.rahmen {
	border: 1px solid #DC143C;
}
