/************************************************************************************/
/*                                                                                  */
/* Styles für HTML Elemente                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Globaler Reset */
*
{
	padding: 0;
	margin: 0;
}



/************************************************************************************/
/* HTML und BODY */
html
{
	/* Damit der Firefox nicht immer die Scrolleiste ausblendet */
	overflow-y: scroll;	
}

html, body
{
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
}

body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
	/*background-image:url(/images/hintergruende/background.gif);*/
	background-repeat:repeat-x;
}

a {
   outline: none;
}