/*Container*/
.inhalt
{
	padding-bottom: 20px;
	width: 590px;
	float: left;
}
.inhalt-container
{
	background: transparent url(../images/layout/vansicht-arztsuche-unten-bg.png) no-repeat scroll center bottom;
	width: 590px;
	/*float: left;*/
	margin-top: 11px;
	margin-bottom: 11px;
	padding-bottom: 5px;
	color: #434343;
}
.inhalt-inhalt
{
	background: transparent url(../images/layout/vansicht-arztsuche-border.png) repeat scroll 0 0;
	padding-bottom: 15px;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 10px;
}
/*Haupt-Überschriften*/
.inhalt-container H2
{
	background: transparent url(../images/layout/vansicht-arztsuche-oben-bg.png) no-repeat scroll center top;
	clear: both;
	font-size: 11pt;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 590px;
}
.inhalt-container h2 img.left {
	float: left;
	margin: 5px 0 0 5px;
}
.inhalt-container h2 img.right {
	float: right;
	margin: 5px 5px 0 0;
}
/*Inhalt
Überschriften*/
.inhalt-inhalt H3
{
	margin: 0 0 3px;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
}
.inhalt-inhalt H4
{
	margin: 0 0 3px;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
}
/*Text*/
.inhalt-inhalt P
{
	margin: 10px 0 0px;
	padding: 0 0 4px;
}
/*Floatfix*/
DIV.floatfix
{
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
	padding-top: 0px;
}

/* ARZTSUCHE */
div.arztsuche-was {
	float: left;
	width: 50%;
}
div.arztsuche-wo {
	float: right;
	width: 50%;
}
div.arztsuche-wo select {
	margin-top: 10px;
}
div.arztsuche-wo input {
	margin: 20px 0;
}
a.bigsubmit {
	display: block;
	height: 20px;
	width: 194px;
	background: url(../images/layout/bigsubmit.png) no-repeat top;
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
	margin: 30px auto 30px auto;
	text-align: center;
	padding: 7px 0;
}
a.bigsubmit:hover {
	background-position: bottom;
}
.inhalt-container h2.region
{
	background: transparent url(../images/layout/vansicht-arztsuche-oben-bg2.png) no-repeat scroll center top;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	line-height: 26px;
	border-bottom: 1px solid #a6a6a6;
}
.inhalt-container h2.reg { color: #9F9900; }
.inhalt-container h2.nat { color: #00A600; }
.inhalt-container h2.int { color: #2740D8; }
.inhalt-container h2 img { margin-right: 7px !important; }

.inhalt-arzt-kurz {
	background: url(../images/layout/vansicht-arztsuche-headline-bg.png) no-repeat center 7px;
	padding: 0 17px 15px 1px;
	text-align: right;
	border-right: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
}
.inhalt-arzt-kurz h3 {
	/*background: url(../images/layout/vansicht-arztsuche-h3.png) top left no-repeat;*/
	/*float: left;*/
	font-size: 11pt;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 10px 0 7px;
	text-align: left;
	/*width: 400px;*/
}
.inhalt-arzt-kurz h3 img.right {
	float:right;
}
.inhalt-arzt-kurz h3.highlighted {background: url(../images/layout/vansicht-arztsuche-h3-highlighted.png) top left no-repeat; }

.inhalt-arzt-lang {
	background: url(../images/layout/vansicht-arztsuche-border.png);
	padding: 0 17px 15px 17px;
	display: none;
}
.inhalt-arzt-lang h3 {
	background: url(../images/layout/vansicht-arztsuche-headline-bg.png) no-repeat center bottom;
	font-size: 11pt;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0 0 0 -16px;
	padding: 0 0 0 7px;
	text-align: left;
}
.inhalt-arzt-kurz h3.highlighted { background: url(../images/layout/vansicht-arztsuche-h3-highlighted.png) top left no-repeat; }

div.arztsuche-legende {
	clear: both;
	background: url(../images/layout/legende-bg.png) no-repeat;
	width: 590px;
	height: 24px;
	text-align: center;
}
div.arztsuche-legende div.int, div.arztsuche-legende div.nat, div.arztsuche-legende div.reg {
	margin-top: 3px;
}
p.fachgebiete-arzt {
	float:right;
	font-size:9pt;
	line-height:110%;
	padding:0;
	margin: 0;
	text-align:right;
}


/* FOOTER SEITEN */
.inhalt-inhalt.text {
	padding: 20px 100px;
	text-align: justify;
	font-size: 9pt;
}