/* Copyright (c) 2004-2010 Michael Nordmeyer */

/* HTML tag styles  ****************************/

a {
	color: #9a3;
/*	color: #b4c24b;*/
	text-decoration: none;
}

a:hover {
	color: #bc5;
/*	color: #58bbeb;*/
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a, h1 a:hover {
	color: #333;
	text-decoration: none;
}

h4 {
	margin: 1.2em 0 0.3em;
	color: #9a3;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

ul .nobullet {
	list-style-type: none;
}

img {
	border: none;
}

table {
	border: none;
}

td {
	vertical-align: top;
}

tbody {
	font-size: 85%;
	voice-family: "\"}\""; /* Following rules ignored from: IE <= 5.5, MacIE <= 4.5 */
	voice-family: inherit;
	font-size: 100%;
}

tbody ul {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
/*	margin-left: 20px;
	margin-left: -10px;*/
}

p {
	margin: 10px 0px;
}

/* Page layout  ****************************/

body {
  margin: 30px;
	color: #333;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Sans Serif";*/
}

#page {
	margin: 0 auto;
	min-width: 550px;
	max-width: 1100px;
}


/* Page header layout  ****************************/

#foto {
	float: right;
}

#header {
  width: 100%;
}

#header h1 {
	font-size: 172%;
	font-weight: normal;
	padding: 1em 0 0 0;
}

#header h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.7em 0;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #999;
}


/* Navigation  ****************************/

#header ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	color: #999;
} 

#header ul li {
	padding-right: 1em;
	list-style: none;
	display: inline;
}

#last {
	padding-right: 0.2em;
}



#content {
	margin: 0.8em 0;
	padding: 0 0 0.8em 10px;
	font-size: 90%;
}

#content h3 {
	padding: 5px 0 0.8em 0;
	color: #9a3;
}

#content h4 {
	padding: 0.8em 0 0;
}

#xing-logo {
	vertical-align: top;
	padding: 0 1px 0 3px;
}



/* .profile styles  ****************************/



/* .imprint styles  ****************************/

.hidden {
	display: none;
}
