@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Generelle Styles für HTML Elemente                                               */
/*                                                                                  */
/************************************************************************************/

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



/************************************************************************************/
/* HTML und BODY */
html, body
{
	width: 100%;
}

body
{
	background-color: #000;
	font-family: verdana;
	font-size: 14px;
	line-height:18px;
	color: #333;
}


/************************************************************************************/
/* Formular Einstellungen setzen */
input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}



/************************************************************************************/
/* Liste */


ul
{
	margin-bottom: 2em;
	color:#706070;
}

ul li
{
	list-style-position: outside;
	list-style-type: none;
	margin-left:0px;
	line-height: 1.3em;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

li span { color: #333; }



/************************************************************************************/
/* Diverse */
p
{
	padding: 0.2em 0 1em 0;
}

img
{
	border: 0 none;
}

a
{
	outline:none;
}

