/* style kpf */

/* Allgemeine Defitionen */

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #646466;
        font-size: 12px;
        text-align: center;
	margin: 200px;
	margin-top: 100px;
	background: #eee;
}

div {
	border: dotted 1px #646466;
	padding: 20px;
	background: #fff;
}

table, tr, td{
        vertical-align: top;
}

h1{
        font-size: 16px;
}

h2{
        font-size: 14px;
}

h3{
        font-size: 13px;
}

a{
        color: #646466;
        text-decoration: none;
}

a:hover{
        text-decoration: underline;
}

div{
        margin: 0px;
}

