body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-color: white;
	
	margin: 0 0 0 180px;

	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 1.7;	
	color: #003399;	
}

a {
	color: #0055ff;	
	font-style: italic;
}

h1 {
	margin: 0 0 0 0;
	font-size: 19px;
}

h2 {
	margin: 0 0 0 0;
	white-space: nowrap;
	font-size: 19px;
}

h3 {
	font-size: 13px;
}

div.xhr-target {
	width: 750px;
}

div.xhr-target .xhr-invisible {
	display: none;
}

div.xhr-target .group {
	/* border: 1px solid #003399; */
	margin: 12px;
	/* padding: 16px 40px 12px 16px; */
}

div#account {
	margin: 20px 20px 20px 20px;	
}

p.profession {
	/* margin: -10px 0 -10px 45px; */
	margin-top: -17px;
	font-style: italic;
}

p {
	margin-left: 16px;
}

#menu > div > a {
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #003399;		
}

.impressum {
	margin-top: 70px;
	font-style: italic;
}

.addressbox {
	margin-left: 45px;
}

.addressbox p {
	line-height: 0.6;
}

.addressbox p.city {
	text-style: bold;
}

.addressbox p.sep {
	margin-bottom: 30px;
}


.addressbox .category {
	text-style: bold;
	font-style: italic;
}


#white {
	position: fixed;
	top: 0px;
	z-order: 1;
	background-color: white;
	display: none;
	width: 100%; 
	height: 100%; 
}

