/******************************************************************************* stylesheet.css http://www.kanzlei-am-schloss.de/ Farben: hellblau:   #CCCCFF (204,204,255) dunkelblau: #5555BB ( 85, 85,187) gelb:       #FFFF77 (255,255,119) grau:       #444444 ( 68, 68, 68) *******************************************************************************/
div, span, tr, td, table, body {
	font: 11pt sans-serif;
}
body {
	background-color: #EEEEEE;
	margin: 0px;
	font: sans-serif;
}
table {
	background-color: #CCCCFF;
	empty-cells: show;
	table-layout: auto;
	margin: 0px;
	font: sans-serif;
}
td.title {
	padding-top: 10px;
	padding-left: 180px;
}
div.menulead {
	padding-top: 220px;
	padding-left: 10px;
}
div.onthetop {
	margin-top: 123px;
	margin-left: 40px;
	font: italic bold 20px/25px sans-serif;
	color: #FFFFEE;
}
div.intension {
	margin-left: 20px;
	font-weight: bold;
	font-size: 0.8em;
}
td.headline {
}
td.menu {
}
td.content {
	padding: 15px;
	background-color: #FFFFEE;
	text-align: justify;
	height: 500px;
}
a:link {
	color: #CCCCFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CCCCFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFEE;
	background-color: #CCCCFF;
	font-weight: bold;
	/*background: url(linkbg.gif) repeat-x;
*/
}
a:active {
	color: #FFFFEE;
	text-decoration: none;
	font-weight: bold;
}
a:focus {
	text-decoration: none;
	font-weight: bold;
}
/* Schriftformatierung ********************************************************* font: font-style font-variant font-weight font-size/line-height font-family font-family: serif sans-serif cursive fantasy monospace font-style: italic oblique normal font-variant: small-caps normal font-size: xx-small x-small small medium large x-large xx-large smaller larger font-weight: bold  bolder lighter 100-900 normal numeric word-spacing: numeric letter-spacing: numeric text-decoration: underline overline line-through blink none text-transform: capitalize uppercase lowercase none color: color-value */
/* Ausrichtung und Absatzkontrolle ********************************************* text-indent: numeric line-height: numericvertical-align: top middle bottom baseline sub super text-top text-bottom text-align: left center right justify */
/* Außenrand und Abstand ******************************************************* margin[-top, -right, -bottom, -left] margin: auto inherit numeric Zwei Angaben: erste oben und unten, zweite rechts und links. Drei Angaben: erste oben, zweite rechts und links, dritte unten Vier Angaben: erste oben, zweite rechts, dritte unten, vierte links */
/* Innenabstand **************************************************************** padding[-top, -right, -bottom, -left] padding: numeric Zwei Angaben: erste oben und unten, zweite rechts und links. Drei Angaben: erste oben, zweite rechts und links, dritte unten Vier Angaben: erste oben, zweite rechts, dritte unten, vierte links */
/* Rahmen ********************************************************************** border[-top, -right, -bottom, -left][-width, -color, -style] (Rahmentyp) border-style: none hidden dotted dashed solid double groove ridge inset outset*/
/* Hintergrund ***************************************************************** background: color image repeat attachment position background-color: color-value background-image: url(image.jpg) background-repeat: repeat repeat-x repeat-y no-repeat background-attachment: scroll fixed background-position: top bottom center left right horiz-num vertic-num */
/* Listen ********************************************************************** list-style: type position image list-style-type: decimal lower/upper-roman/alpha/latin disc circle square none list-style-position: inside outside list-style-image: url(image.jpg) */
/* Tabellenformatierung ******************************************************** caption-side: top bottom left right table-layout: auto fixed border-collapse: separate collapse border-spacing: numeric empty-cells: show hide */
/* Positionierung und Anzeige von Elementen ************************************ */
