body{
	background-image: url(../_images/home/bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html{
	width: 100%;
	height: 100%;
}

#wrapper { min-height: 100%; position: relative;}
* html #wrapper {height: 100%;} /* IE Hack für 100 % Höhe */
#footer {position: absolute; bottom: 0; left: 0; }
* html #footer {bottom: 0px;} /* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */
#content {margin-bottom: 450px; float: left;}
#ri{
		position: relative;
		left: 515px;
		min-width: 482px;
	}
* html #ri{
	width: 482px;
}

img.li{
	width: 462px;
	height: 194px;
	position: absolute;
	bottom: 0px;
}

img.logo{
	margin-bottom: 20px;
	float: none;
}

h1{
	margin: 0px;
	margin-bottom: 12px;
	margin-left: 9px;
	color: #333;	
	font-size: 11px;
	font-weight: normal;

}

h1 a{
	color: #333;
	text-decoration: none;
}

a:hover{text-decoration: underline;}
a.kuerz:hover{text-decoration: none;}

a.kuerz{
	background-image: url(../_images/kuerz-bg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 2px 8px;
	width: 34px;
	display: block;
	float: left;
	background-position: 1px 0px;
	color: #717171;

}


#greetings{
	background-image: url(../_images/start/merry-christmas.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 207px;
	position: absolute;
	left: 284px;
	bottom: 250px;
}

/* arabisch */
h1.rtl{
	font-size: 15px;
	text-align: left;
}

.rtl {
	direction: rtl;
	font-size: 13pt;
	unicode-bidi: embed;
} 

.ltr{
	font-size: 11px;
}
/* arabisch ende */







