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

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



/************************************************************************************/
/* HTML und BODY */
html, body
{
	width: 100%;
	height: 100%;
	font-size: 0.625em; /*Auf 10px zurücksetzen, so kann besser gerechnet werden (z.B. 1.2em entsprechen 12px)*/
}

body
{
	background-color: #f3f3f3;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	overflow-y: scroll;
	background-image: url(../images/design/layout_bg.html);
	background-repeat: repeat-y;
	background-position: center;
}



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



/************************************************************************************/
/* Liste */
ul
{
	margin-bottom: 2em;
}

ul li
{
	list-style-position: inside;
	list-style-type: none;
}

ul li ul
{
	margin-top: 0.4em;
}



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

img
{
	border: 0 none;
}
