/* CSS DOCUMENT


/* --- BASICS ------------------------------------------------------------- */

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

html, body {
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100.01%;
	/* background: transparent url(pics/bg_pattern.jpg) repeat top center; */
	background-color: #000000;
}


/* - LINKS - --- */
a {
	color: #000;
	text-decoration: none;
}

a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}


/* - HEADLINES - --- */
h1 {
	font-size: 1.125em;
	display: none;
}

h2 {
	font-size: 0.875em;
	display: none;
}


/* - PRARGRAPH - --- */
p {
	margin: 0.25em 0 0;
	font-size: 0.75em;
	line-height: 1.25em;
	display: none;
}


/* - IMAGES - --- */
img {
	margin: 0;
	padding: 0;
	border: 0;
}


/* --- LAYOUT ------------------------------------------------------------- */

#page {
	width: 969px;
	height: 400px;
	margin: 204px auto 0;
	background: url(../pics/bg_page.gif) no-repeat top center;
}


/* --- CLASSES ------------------------------------------------------------ */

/* - GENERAL --- */
.clear	{ clear: both; }
.left	{ float: left; }
.right	{ float: right; }

.break	{ margin-top: 1em; }
.indent	{ padding-left: 20px; }
.align-left	{ text-align: left; }
.align-right { text-align: right; }

.hidden	{ display: none; }


/* - MAIN NANVIGATION - GENERAL --- --------------------------------------------------- */
#page ul {
	padding: 242px 0 0 417px;
	list-style: none;
}

#page ul li {
	float: left;
	height: 12px;
	min-height: 12px;
}

#page ul li a {
	height: 12px;
	text-decoration: none;
	display: block;
	background: transparent url(../img/btn_links.jpg) top left no-repeat;
}

#page ul li#btn_mail a { width: 98px; margin-right: 14px; background-position: 0 0; }
#page ul li#btn_mail a:hover { background-position: 0 -12px; }

#page ul li#btn_http a { width: 98px; margin-right: 14px; background-position: -98px 0; }
#page ul li#btn_http a:hover { background-position: -98px -12px; }

#page ul li#btn_xing a { width: 28px; background-position: -196px 0; }
#page ul li#btn_xing a:hover { background-position: -196px -12px; }


/* - END --- */