﻿.head
{
	font-weight: bold;
}
#nur_adresse_ueberschrift
{
	margin: 0 0 0.5em 0;
	font-weight: 600;
	font-size: 110%;
}
#content .nur_adresse_elternliste
{
	font-weight: normal;
	color: rgb(77,77,77);
}
#content .nur_adresse_elternliste a
{
	font-weight: normal;
	text-decoration: none;
	color: rgb(77,77,77);
}
#content .nur_adresse_elternliste a:hover
{
	text-decoration: underline;
}
#nur_adresse_kindliste
{
	margin: 0 0 15px 0;
	display: block;
}
#nur_adresse_kindliste ul
{
	margin: 0;
	padding: 0 0 0 2em;
	list-style: circle;
}
#nur_adresse_kindliste a
{
	font-weight: bold;
	text-decoration: none;
}
#nur_adresse_beschreibung
{
	margin: 0 0 0.5em 0;
}

#nur_adresse_anschrift .nur_adresse_anschrift_head
{
	font-size: 110%;
	font-weight: 600;
	margin: 1.0em 0 0.5em 0;
}
#nur_adresse_anschrift .nur_adresse_anschrift_text
{
	margin: 0 0 0.5em 0;
}
#nur_adresse_anschrift a
{
	text-decoration: none;
}

#nur_adresse_anschrift hr
{
	clear: both;
	display: block;	
	height: 1px;
	color: rgb(255,255,255);
	background-color: rgb(255,255,255);
	border: 0;
	border-bottom: 1px solid rgb(191,210,243);
	margin: 1px 0 10px 0;
	padding: 10px 0 1px 0;
}

#nur_adresse_beschreibung
{
	display: block;
	float: none;
	clear: both;
}

#nur_adresse_mitarbeiter table
{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}
#nur_adresse_mitarbeiter th
{
	font-weight: normal;
	color: rgb(77,77,77); 
	background: rgb(228,235,250);
	border-right: solid 2px rgb(255,255,255);
}
#nur_adresse_mitarbeiter td
{
	padding: 3px 0 2px 0;
}
#nur_adresse_mitarbeiter .nur_adresse_mitarbeiter_vorname
{
	font-weight: bold;
}
#nur_adresse_mitarbeiter .nur_adresse_mitarbeiter_nachname
{
	font-weight: bold;
}
#nur_adresse_mitarbeiter .nur_adresse_mitarbeiter_brclear
{
	float: none;
	clear: both;
	height: 1px;
}