/* CSS Document */

/* Grundelemente*/

body {
	margin: 0;
	padding: 0;	
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #555555;	
	font-weight:bold;
	padding:10,10,0,10;
	text-transform:uppercase;
}

h2 { 
	font-size: 14px;
	margin-bottom: 8px;
}

p, th,td,span,div  { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	text-align:left;
}

.ColumnHeader {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

/* --- Form Variablen ----------------------*/
input, select,textarea {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
}

/*--- Links ------------------------------------*/ 

a, a:hover, a:visited {
	text-decoration: none;
	color: #555555;
	}

/* --- Listen-----------------------------------*/
ul{
	list-style-type:square;
	
}
li{	color:#555555}
.features {
	margin-left: 15px /* IE Einstellung */
	}

.features li {
	line-height: 16px;
	margin-bottom:4px;
	color:#555555;
}

.clear{
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
	line-height: 0px;
	font-size: 0;
}

