ï»¿/* Datei formate.css */
/* CSS-Styles für Kanzlei-Rieke */

body {
		 font-family:Arial,sans-serif;
}



h1 {font-size:24px; letter-spacing: 6px; line-height:1.2em;}
h3 {font-size:14px; letter-spacing: 1px;}
p, li, td {text-align:justify; font-size:14px; line-height:1.5em; }


#rechtsundunten {border-bottom-width:1px; border-right-width:1px; border-left-width:0px; border-top-width:0px; border-color:#f0f0f0; border-style:solid; }

#rechts 				{border-color:#f0f0f0; border-bottom-width:0px; border-right-width:1px; border-left-width:0px; border-top-width:0px; border-style:solid; }


.koop {
			background-color:#fcfcfc;
			border-width:1px;
			border-style:solid;
			align:center;
			margin-left:30px;
}



/* ------ Links ------ */

@media all {

a:link					{color:#000000; text-decoration:none;}
a:visited				{color:#000000; text-decoration:none;}
a:hover					{color:#000000; text-decoration:underline;}
a:active				{color:#000000; text-decoration:none;}



a.jump 			{
						display:block; 
						text-align:left; 
						width:100px;
						height:20px;
         		border-style:none;
						padding:0px;
						text-decoration:none;
						font-size:15px;
						font-weight:normal;
						}
a.jump:link    { color:#808080; background-color:#f0f0f0; }
a.jump:visited { color:#808080; background-color:#f0f0f0; }
a.jump:hover   { color:#000000; background-color:#f0f0f0; text-decoration:none;}
a.jump:active  { color:#000000; background-color:#f0f0f0; text-decoration:none;}

a.jumped {
						display:block; 
						text-align:left; 
						width:100px;
						height:20px;
         		border-style:none;
						padding:0px;
						text-decoration:none;
						font-size:15px;
						font-weight:normal;
						}
a.jumped:link    { color:#000000; background-color:#f0f0f0; }
a.jumped:visited { color:#000000; background-color:#f0f0f0; }
a.jumped:hover   { color:#000000; background-color:#f0f0f0; text-decoration:none;}
a.jumped:active  { color:#000000; background-color:#f0f0f0; text-decoration:none;}


} /* von @media all */


