@charset "utf-8";
/* CSS Document */
a:link {
	color:#007fff;
}
a:visited {
	color:#069;
}

.link {
	text-decoration:underline;
/*	color:white; */
	cursor:pointer;
	cursor:hand;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333;
}

form {
	margin:0;
	padding:0;
}
form td.label {
	text-align:right;
	vertical-align:top;
	padding-top:.3em;
}
form .error {
	color:#D41C46;
}
h1 {
	font-weight:normal;
	font-size:180%;
	margin-top:3px;
	line-height:100%;
	color:#333;
}
h2 {
	font-weight:normal;
	font-size:160%;
	margin-bottom:0;
}
h3 {
	font-weight:normal;
	font-size:130%;
	margin-top:0;
}
hr {
	border: 0;
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 1px;
}
img {
	border:0;
}
table.border {
	border-collapse:collapse;
}
table.border td, div.border {
	border:1px solid #999;
}
tr.top, td.top {
	vertical-align:top;
}
ul.arrow {
	margin: 0;
	padding: 0;
	padding-left:16px;
	list-style-image: url("/images/icons/arrow.gif");
}
.absolute {
	position:absolute;
}
.absmiddle {
	vertical-align:middle;
}

.big {
	font-size:180%;
}

.black, .black * {
	color:#333;
}
.blackFrame {
	border:5px solid #333;
}
.blueFrame {
	border:5px solid #53A9FF;
}
.both, br {
	clear:both;
}

.center {
	text-align:center;
}
.grey, .grey *, .grey .link, .hint input {
	color:#999;
}
.greyBG, .even_1 {
	background:#E6E6E6;
}
.greyFrame {
	border:5px solid #E6E6E6;
}

.hand {
	cursor:pointer;
	cursor:hand;
}

.inline {
	display:inline;
}
.left {
	float:left;
}
.mb0 {
	margin-bottom:0;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.none, .hidden_true {
	display:none;
}
.nowrap {
	white-space:nowrap;
}
.orange, .orange *{
	color:#F49136;
}
.orangeFrame {
	border:5px solid #F49136;
}
.orange a:link, .orange a:visited {
       color:#F49136;
}
.p1 {
	padding:1em;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.pl10 {
	padding-left:10px;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.relative {
	position:relative;
}
.right {
	float:right;
}
.rubrika {
	border-bottom:1px solid #c0c0c0;
	color:#666;
	font-size:80%;
	letter-spacing:.1em;
	margin-bottom:10px;
	text-transform:uppercase;
	white-space:nowrap;
}
.small {
	font-size:80%;
}
.uppercase {
	text-transform:uppercase;
	font-size:80%;
	letter-spacing:.1em;
}
.w33 {
	width:33%;
}
.w100 {
	width:100%;
}
.w200 {
	width:200px;
}
.w290 {
	width:290px;
}
.white, .white * {
	color:#fff;
}
.whiteBG {
	background:#fff;
}

.digest_main { width:60%; padding-right:1em; }

table.data { border-spacing:0; border-collapse: collapse; text-align: left; margin-left:auto; margin-right:auto;}
table.data td { margin: 0; border: solid; border-width: thin; border-color: #000000; vertical-align: top; padding: 0.5em; }
.sign { font-style:italic; margin-top:0.5em; color:#666; }

.division { margin-bottom:0; font-size:150%; color:#000; margin-top:1.6em; margin-bottom:0; }
.chapter { margin-top:0.5em; font-weight:normal; font-size: 150%; color:#04346f; margin-bottom:0; margin-top:1em; max-width:50em; }

p.semi-chapter { margin-top:0.7em; }

.note { color:#666; }

.digest_content { margin-left: 0; margin-bottom: 3em; }
.digest_content p { margin-bottom:0.2em; margin-top:0; font-size: 120%; }
.digest_content .chapter { color:#333; font-size: 130%; font-weight:normal; margin-bottom:0.2em; margin-top:0.8em; }
.digest_content p.semi-chapter { font-weight:normal; margin-top:0.7em; margin-bottom:0.2em; }


.digest_about { margin-top:2em; margin-left:2em; margin-bottom:3em; color:#666; }
.digest_about p { margin-bottom:0.2em; margin-top:0; } 


img.fleft { float: left; padding-left:0; margin: 0.5em 1.4em 1em 0; }
img.fright { float: right; margin: 0 0 1em 1.4em; }

.nowrap { white-space:nowrap; }
.mb10 p { margin-top:0; margin-bottom:0; }

#inagent { 
   position:absolute; left:350px; padding:6px 16px 4px 0;
   z-index:199; max-width:60em;
   font-size:200%;
   font-weight:bold;
}

@media (max-width:700px) {
  #inagent { max-width:auto; }
  .mobile-long { display:none; }
}
