/******* ALLGEMEINE STYLES ********/
html {
	font-size: 62.5%;
}

* {
	font-family: Arial, Lucida, Tahoma, Helvetica, Verdana, sans-serif;
   	margin: 0;
   	padding: 0;
}


body {
	min-height: 100%;
	height: 100%;
	background-color: #ffffff;
	font-size: 1em;
	color: #696866;
}

/* Framelike für IE 6+ */
*html {
    overflow: hidden;
	width: 100%;
}

*html body {
    height:100%;
	overflow: auto;
	text-align: center;
}

*html div {
	height: 1%;
}

div {
	text-align: left;
}

a {
	color: #960f82;
	text-decoration: none;
}

a:hover {
	color: #9C9B9A;
	text-decoration: none;
}

form, table, tbody, tr, td {
	margin: 0;
	padding: 0;
}

table, tr, td {
	border-collapse:collapse;
}

textarea, input, select, option {
	font-size: 1em;
	border: 0 none;
	background-color: #FFFFFF;
}

img {
	border: none;
}

p {
	margin: 0px;
	margin-bottom: 15px;
}

fieldset {
	margin: 0px;
	border: none;
	width: auto;
}

dfn {
	display: none;
}

ul, li {
	list-style-type: none;
}
h1{
	font-size:2.8em;
	font-weight:normal;
	color:#999999;}
h2{
	font-size:2em;
	font-weight:normal;
	color:#960f82;}
h3{
	font-size:1.8em;
	font-weight:normal;
	color:#333333;
	margin-bottom:20px;}

div.text ul li {
	list-style-type: disc;
	margin: 10px 0 0 13px;
}

* html div.text ul li {
	margin: 10px 0 0 16px;
}
