/* CSS für www.informationen-berufsunfaehigkeitsversicherung.de  */

  body {
    margin: 0; padding: 0;
    text-align: left;
    background-image:url(grafiken/hintergrund_links.gif);
    background-repeat:repeat-y;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif; 
  }
  #Kopf {
    background-image:url(grafiken/hintergrund_oben.gif);
    background-repeat:repeat-x;
		height:80px;
  }

  #Menuegruppe {
		color: #000000;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size:14px;
		line-height: 14px;
		margin-left:10px;
	}

  ol#Menueeintrag, ul#Menueeintrag {
    font-size: 13px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		line-height: 17px;
		margin-top:0px;
		margin-bottom:10px;
  }
  ol#Menueeintrag a:link { color: #002BB8; }
  ol#Menueeintrag a:visited { color: #5A3696; }
  ol#Menueeintrag a:hover { color: #B50000; }
  ol#Menueeintrag a:active { color: #FF0000; }
  ul#Menueeintrag a:link { color: #002BB8; }
  ul#Menueeintrag a:visited { color: #5A3696; }
  ul#Menueeintrag a:hover { color: #B50000; }
  ul#Menueeintrag a:active { color: #FF0000; }

  #Menueeintrag2 {
		margin-top:3px;
		margin-bottom:3px;
    border-bottom-width:1px;
    border-bottom-style:dashed;
    border-color:#BEC1CC;
  }

  #Fuss {
    padding:10px;
    border-top-width:1px;
    border-top-style:solid;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-color:#EFB510;
		color: #4B575F;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size:10px; 	
		line-height: 12px;
		text-align: center;
  }

  td { vertical-align:top; text-align:left; font-size: 13px; font-weight: normal; margin: 0px; line-height: 21px; }

  td#Inhalt {
    padding: 15px;
    border-left-width:5px;
    border-left-style:solid;
    border-color:#ECECF1;
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
  }

  td#Seitennavi {
    background-color:#ECECF1;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
  }

a:link { color: #002BB8; text-decoration:none; }
a:visited { color: #5A3696; text-decoration:none; }
a:active { color: #B50000; text-decoration:none; }
a:hover { color: #FF0000; text-decoration:none; }

p  { font-size: 13px; font-weight: normal; margin: 5px 0px 10px 0px; line-height: 21px; }
h1 { font-size: 22px; font-weight: normal; margin: 0; padding-top: 10px; padding-bottom: 2px; border-bottom: 1px solid #aaa; }
h2 { font-size: 18px; font-weight: normal; margin: 0; padding-top: 10px; padding-bottom: 2px; border-bottom: 1px solid #aaa; }
h3 { font-size: 14px; font-weight: bold;   margin: 0; padding-top: 0px; padding-bottom: 2px; }

ul {
	list-style: disc;
	font-size: 13px;
	line-height: 21px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	margin-top:5px;
	margin-bottom:10px;
}

ol {
	font-size: 13px;
	line-height: 21px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	margin-top:5px;
	margin-bottom:10px;
}



