/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich generelle Styles für HTML Elemente           */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/*Generell*/
body
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.7em;
}



/************************************************************************************/
/*HTML und BODY*/
html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #1d5172;
	background-image: url(/global/images/background.jpg);
	background-repeat: no-repeat;
}




/************************************************************************************/
/*Liste*/
ul
{
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
	padding-left: 0px;
}

ul li
{
	margin-top: 0px;
	margin-bottom: 0em;
	padding-left: 0px;
}




/************************************************************************************/
/*Diverse*/
p
{
	margin: 0px 0px 1em 0px;
}