/**
* @section browser reset
* @see     ...
*/

* { margin:0; padding:0; }
option {padding-left: 0.4em}

* html body * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }

html { height:100% }
body { position: relative; color: #000000; background: #fff; text-align: left; }

fieldset, img { border:0 solid; }

ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

/*
	Standard
*/

ul { list-style-type: square; }
ol { list-style-type: decimal; }

/*
	ID'S
*/
body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 13pt;
	background: url(image/hintergrund.jpg)
}

a       { color: #BC896C; text-decoration:none; }
a:hover { color: #c4a9a0; text-decoration:underline; }
