/************************************************************************************/
/*                                                                                  */
/* Styles für HTML Elemente                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/*HTML und BODY*/
/*html {
	overflow-y: scroll;
}*/

* html, body {
	margin:0px;
	padding:0px;}

html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;}

body
{
	background-color:#ebefd9;
}



/************************************************************************************/
/* Schrift Formatierung festlegen */
body, input, select, textarea, p, table, table tr, table tr td, .npobject p span
{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}



/************************************************************************************/
/*Liste*/
ul
{
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin: 0em;
	margin-left: 0em;
	float: left;
	overflow: hidden;
}

ul li
{
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

ul li ul
{
}


ul li ul li
{
	margin-left: 1em;
}



/************************************************************************************/
/*Diverse*/
p
{
	
	margin:0em;

}

div
{
	margin: 0px;
	padding: 0px;	
}
img {
	border:0px solid #000;}


/*--------------------------IE6 png hack / http://www.twinhelix.com/css/iepngfix/-------------------*/
#footer, 
#footer_inner,

#kreise,
#balken 
{ behavior: url(../scripts/iepngfix.htc) }