p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : Black;
}
a:link {
	color: #16588D;
	text-decoration: underline
} 
a:visited {color: #CC0000; text-decoration: underline} 
a:hover {color: #CC0000; text-decoration: underline} 
a:active {color: #003399; text-decoration: none} 
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : Black;
	padding-left : 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF3833;
	padding-top : 24px;
	padding-bottom : 24px;
	text-align : center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FF6633;
	padding-bottom : 0px;
	margin-bottom : 0px;
	font-weight : normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF6633;
	font-weight : bold;
}
body
{
	background-color : White;
	background-image : url(images/tagespflege1.jpg);
}
INPUT, SELECT, Textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : Black;
}
TEXTAREA {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	/* a bit of breathing room*/
	font-size: 12px;
	color: #1B69A9;
	/* The text in white*/
	background-color: #FFEB75;
	/* Background-color: dark blue*/
	border: solid 1px #1B69A9;
	/* and an orange border*/
	width : 250px;
} 
INPUT, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	/* a bit of breathing room*/
	font-size: 12px;
	color: #1B69A9;
	/* The text in white*/
	background-color: #FFEB75;
	/* Background-color: dark blue*/
	border: solid 1px #1B69A9;
	/* and an orange border*/
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	/* a bit of breathing room*/
	font-size: 12px;
	color: #1B69A9;
	/* The text in white*/
	background-color: #C3D4E4;
	/* Background-color: dark blue*/
	border: solid 1px #1B69A9;
	/* and an orange border*/
	width : 100px;
}
.smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	color : Gray;
	font-size : 10px;
}
.table
{
	background-color : #FFF09B;
	padding : 15px;
	border-style : dashed;
	border-width : 1px;
	border-color : Gray;
	margin-left : 20px;
}
.tr
{
	border-style : dashed;
	border-color : Gray;
	border-width : 0px 0px 1px 0px;
	margin-left : 20px;
}