* {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100.06%; /*vertikale Scrollbar erzwingen (FF) */
}

body {
	background-color: #FFF;
	color: #444;
	font: normal 12px/1.4em verdana, arial, sans-sarif;
}

div {
        /*border: solid 1px;*/
}

a {
	color: #31669F;
	font-weight: normal;
}

a:link,a:visited {
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

form {
	display: inline;
}

hr {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	height: 1px;
}

img {
	border-width: 0px;
	vertical-align: middle;
}

li {
	margin-bottom: 5px;
}

p {
	margin-bottom: 5px;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
}

thead {
	font-weight: bold;
}

ul {
	list-style: none;
}