/* < CONTENT > */
#content {
	width: 700px;
	padding: 20px;
	margin: 20px;
	text-align: left;
	vertical-align: top;
	height: 500px;
}

html * {
	font-family: Verdana;
	font-size: 12px;
}

h1 {
	font-size: 13px;
	text-transform: uppercase;
	color: #C91986;
	font-weight: bold;
}

h2 {
 	font-size: 13px;
	font-weight: bold;
	line-height: 0;
	padding: 0;
	spacing: 0;
	margin-top: 40px;
	margin-bottom: 0px;
}

li {
	list-style-type: square;
}

#content a,
#content a:link,
#content a:hover,
#content a:active,
#content a:visited {
	color: #1E609A;
}


/* < GRÜN > */
.content_ordination {
	color: #5C6711;
}
.content_ordination img {
	border: 1px solid #5C6711;
}
/* < /GRÜN > */


/* < GELB > */
.content_leistungen {
	color: #944F3B;
}
.content_leistungen img {
	border: 1px solid #944F3B;
}
/* < /GELB > */


/* < PINK > */
.content_spezialgebiete {
	color: #7E1456;
}
.content_spezialgebiete img {
	border: 1px solid #7E1456;
}
/* < /PINK > */


/* < CARAMEL > */
.content_patientinnenservice {
	color: #745427;
}
.content_patientinnenservice img {
	border: 1px solid #745427;
}
.content_patientinnenservice_table table,
.content_patientinnenservice_table tr,
.content_patientinnenservice_table td {
	border: 1px solid #F0E1C7;
	background: #E6CDA3;
	padding: 2px;
	spacing: 0px;
	margin: 0px;
}
input, select, textarea {
	font-size: 10px;
}
select {
	width: 206px;
}
.input {
	width: 200px;
}
.textarea {
	width: 292px;
	height: 100px;
}
.anmerkung {
	font-size: 10px;
}
/* < /CARAMEL > */

/* < /CONTENT > */

