/* CSS Document */
body
{
	margin: 0; /*Horizontale Zentrierung*/
	padding: 0;
	background-color: #fff;
}

img
{
	display:block;
}

div#seite
{
	background: #fff;
	margin: 0 auto; /*Horizontale Zentrierung*/
	padding: 20px 0px 0px 0px;
	width: 900px;
	text-align:center;

}

div#container
{
	text-align:left;
	margin: 0 auto; /*Horizontale Zentrierung*/
	padding: 0px 0px 0px 0px;
	width: 900px;
}

/*
div#inhalt
{
	background: #e9efc5 url(../../../../../../K/Köpernik_Alfrun_Ärztin/web/Bilder/1pxhginhalt.jpg) repeat-y;
	text-align: left;
	min-height: 257px;
	width: 806px;
	border: 0px solid red;
}
*/

.fließtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #0099a1;
	text-align: justify;
}

.fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099a1;
	line-height: normal;
}

/*
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #b1c901;
	line-height: normal;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #b1c901;
	line-height: normal;
}

.rahmen_alle {
	border: 1px solid #b1c901;
}
*/

/* KONTAKTFORMULAR ITD 2010-02-25 */

/*
.inputField 
{ 
	BORDER: #7f7f7f 1px solid; 
	FONT-SIZE: 10px; 
	WIDTH: 250px; 
} 

.errorField 
{
	BORDER: #cc0000 1px solid;
	FONT-SIZE: 10px;
	WIDTH: 250px;
	background-color: #FFFFCC;
} 
.errorTable 
{
	BORDER: #cc0000 1px solid;
	FONT-SIZE: 10px;
	background-color: #FFFFCC;
} 
.table { 
	font-family: Verdana,Arial,sans-serif;
	FONT-SIZE: 10px;
	background-color: #fdebe1;
}
textarea#styled {
	width: 250px;
	height: 100px;
	border: 1px solid #7f7f7f;
	padding: 5px;
	FONT-SIZE: 10px;
	font-family: Verdana,Arial,sans-serif;
}
.okTable 
{
	BORDER: #009900 1px solid;
	FONT-SIZE: 10px;
	background-color: #FFFFCC;
}
th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099a1;
	line-height: normal;
}
*/
