* {
	margin:0px;
	padding:0px;	
	font-family: Arial, Verdana;
	font-size: 14px;
}

img {
	border: 0;
}

div#outer {
	width: 800px;
	margin: 20px auto;
}

div#outer > img {
	display: block;
	margin: 0px auto;
}

div#maintext {
	text-align: center;
	color: #0063a6;
}

ul {
	list-style-type: none;
}

ul#nav {
        display: block;
        width: 200px;
        text-align: center;
        margin: 20px auto 0;
}

a { 
	text-decoration: none;
	font-weight: bold;
 }

a:link { color: #0063a6; }
a:visited { color: #0063a6; }
a:focus { color: red; }
a:hover { color: #0063ff; }
a:active { color: lime; }

ul#nav li {
	display: inline;
}

ul#list1, ul#list2 {
	display: block;
        width: 200px;
        text-align: center;
        margin: auto;
}

div#maintext > p.bold {
	font-weight: bold;
	font-size: 16px;
	margin: 20px;
	border-bottom: 1px solid #aaa;
	color: #000;
}

div#kontakt p.bold {
	font-weight: bold;
	margin: 20px;
}

div#maintext ul#list1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#kontakt ul#list2 {
        margin-top: 20px;
        margin-bottom: 20px;
}

div#livehelp {
	margin-top: 20px;
}

div#logos {
	width: 100%;
        margin-top: 100px;
	text-align:center;
}

div#logos ul {
	display: block;
}

div#logos ul li {
	display: inline;
	vertical-align: top;	
	margin: 0 25px 0;

}

div#certs {
        width: 100%;
        margin-top: 100px;
        text-align:center;
}

div#certs ul {
        display: block;
}

div#certs ul li {
        display: inline;
        vertical-align: top;
        margin: 0 25px 0;

}

table#table1 {
	width: 600px;
	margin: auto;
	border: 1px solid #eee;
}

table#table1 tr {
	background-color: #f9f9f9;	
}

table#table1 tr td {
	height: 25px;
	line-height: 5px;
	vertical-align: middle;
}

table#table1 tr .xeng {
	background-color: #f2f2f2;
}

table#table1 tr td.bold {
	font-weight: bold;
}

p#w3c {
	width: 100%;
	text-align: right;
}

