/* reset */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,form,fieldset,blockquote,pre,address { margin:0; padding:0; line-height:1em; }
span.clr, div.clr, li.clr { clear:both; float:none; display:block; height:0px; width:1px; font-size:1px; display:block; margin:0; padding:0; }
.noncss { display:none; }

/* defaults */
body {	
	background-color:#F2FCFF;
	color:#000;
	padding:5px;
}
body,textarea,td {
	font:normal 12px/16px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
a img {
	border:0;
}

a {
	color:#407080;
	text-decoration:underline;
}

#page-container {
	text-align:center;
	padding:50px 0;
}
#page {
	width:990px;
	text-align:left;
	margin:0px auto;
	background-color:#fff;
	padding:30px;
	border:1px solid #E6EFF2;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE.htc);
}
#page-container > #page {
	width:930px;
}

h1 {
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	float:left;
	margin:0 0 0 0;
	width:450px;
}
h1 .desc {
	display:block;
	font-size:18px;
	line-height:20px;
	margin:10px 0 0 0;
}
h1 a {
	text-decoration:none;
	color:#000;
}

ul.desc {
	font-size:22px;
	color:#407080;
	list-style-type:none;
	float:left;
	margin:0 30px 0 0;
	border-left:1px solid #E6EFF2;
	padding:0 0 0 10px;
	height:3em;
}
ul.desc li {
	font-size:12px;
	line-height:22px;
}

.section {
	float:left;
	width:220px;
	margin:0 0 0 30px;
}
.section.first {
	width:420px;
	margin-left:0;
}

.label {
	display:block;
	width:60px;
	float:left;
	color:#407080;
}
.value {
	display:block;
	width:155px;
	float:left;
}

h2 {
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	margin:30px 0 10px 0;
	color:#407080;
	border-bottom:1px solid #E6EFF2;
}
h2 a {
	font-size:12px;
	font-weight:normal;
	color:#407080;
	float:right;
	text-decoration:underline;
}
h3 {
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	color:#407080;
	margin:10px 0;
	padding:5px 0;
}
h3.first {
	margin-top:0;
}

.section p,
.section li {
	font-size: 12px;
	line-height:18px;
}
.section p {
	margin:0 0 10px 0;
}
.section ul {
	padding-left:20px;
	margin:0 0 10px 0;
}
.section li {
	margin:0 0 3px 0;
}

.copy {
	font-size:11px;
	line-height:12px;
	padding:0 0 0 0;
	color:#666;
	margin:0;
	text-align:right;
}

a.xingme {
	display:block;
	background-image:url(http://www.xing.com/img/buttons/15_en_btn.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:99px;
	height:23px;
	margin:0 0 0 60px;
}
a.xingme span {
	display:none;
}

.section.privacy,
.section.references {
	margin:0;
	width:920px;
}
.references p,
.privacy p {
	color:#999;
	font-size:11px;
	line-height:16px;
}

table {
	border-collapse:collapse;
	margin-bottom:20px;
}
table th,
table td {
	padding:5px 0;
}
table th {
	color:#407080;
	font-weight:bold;
	border-bottom:1px solid #E6EFF2;
	padding:10px 0;
}
table td {
	padding-right:20px;
	border-bottom:1px solid #E6EFF2;
	font-size:11px;
	line-height:15px;
	vertical-align:top;
}

table th.c0 { width:300px; }
table th.c1 { width:200px; }
table th.c2 { }

table td.c0 { font-weight:bold; color:#407080; }