/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*default werte von tags setzen*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*
{
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, dl, dt, dd, form, fieldset, label, select, input, textarea, address, blockquote, nobr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

html
{
	height: 100%;
}

body
{ 
	background: #fffc00;
	font-size: 100.01%;
	text-align: center;
	height: 100%;
}

#wrapper
{
	background: #fffc00 url(higru.gif) no-repeat center top;
	text-align: left;
   margin: 0px auto;
	position: relative;
	height: 600px;
}


.wrapperSize
{
	width: 960px;

}

div[class = "wrapperSize"]
{
	width: auto;
	max-width: 960px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#bottomLeft
{
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 20px;
	width: 347px;
	height: 167px;
}

#bottomRight
{
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 30px;
	width: 175px;
	height: 83px;
}














