.SiteBorder {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

/*  schwarzer Rahmen links */
.borderLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/* schwarzer Rahmen rechts */
.borderRight {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

/* Hintergrund des linken Frames */
.searchBackground {
	background-color: #E1E1E1;
	margin-right: 8px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	left: 10px;
	top: 0px;
	right: 5px;
	bottom: 10px;
	height: 100%;
}

/* Hintergrund des Hauptframes */
.mainBackground {
	background-color: #F0F0F0;
	height: 100%;
	margin-left: 5px;
}

/* Definition der Texteingabefelder */
.textfeld {
	width: 139px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	height: 21px;
}

/* Hover der Links */
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

/* Redefinition des link-tags */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* Logo Schmerznetz */
.headlogo {
	border-bottom-width: 0px;
	width: 95%;
	margin-left: 20px;
}

/* Linie unter der Headline im MainFrame */
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 95%;
	margin-left: 20px;
}

/* Hintergrund der Links im Mainframe - Hintergrund der Tabellenzeilen */
.linkBackground {
	background-color: #CCCCCC;
	border: 1px solid #E1E1E1;
	width: 95%;
	text-align: left;
	text-indent: 25px;
	margin-left: 20px;
}

/* Trennlinie unter der Navigation im MainFrame */
.trennlinie {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 95%;
	margin-left: 20px;
}

/* Schriftdefinition des Fließtextes */
.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-left: 30px;
}

/* Schriftdefinition der kleinen Überschriften */
.contentUebKlein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-left: 30px;
}

/* Schriftdefinition der großen Überschriften */
.contentUebGross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 30px;
}

