/************************************************************************************/
/*                                                                                  */
/* Styles für HTML Elemente                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/*HTML und BODY*/
* {
	margin: 0;
	padding: 0;
}
html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
}

body
{
	margin: 0px 0 0 0;
	border: 0px solid #000;}



/************************************************************************************/
/* Schrift Formatierung festlegen */
body, input, select, textarea
{
	font-family: 'Lucida Grande', Helvetiva, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #494949;
}



/************************************************************************************/
/*Liste*/
ul
{
	margin: 0 0 0em 0px;
	padding:0px;
}

ul li
{
	list-style-type: none;
	list-style-position:outside;
	margin: 0 0 0em 0px;
	padding:0px;
	
}



/************************************************************************************/
/*Diverse*/


