@charset "utf-8";
/* CSS Document */

/**
 * Text
 *
 * Definition of text elements
 */

p{
	margin-top: 16px;
	font-size: 12px;
	line-height: 18px;
}

p.headline-sidebar-right, p.headline-breadcrumbs{
	position: absolute;
	top: 21px;
	margin: 0px 0px 0px 10px;
	color: #92929a;
	font-size: 9px;
}

p.headline{
	margin-left: 10px;
	/* color: #92929a; */
	color: #4D5970;
	/* font-size: 9px; */
	font-size: 12px;
	text-align: left;
}

p.copyright{
	margin: 17px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.copyright a{
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #909098;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
p.copyright a:hover, p.copyright a.active{
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #1f3d71;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

p.light{
	color: #3667b6;
}

ul, ol{
	margin-top: 16px;
	font-size: 12px;
}

th, td, label, legend, input, select, textarea{
	font-size: 12px;
}

li{
	margin-left: 20px;
	line-height: 18px;
}

h1{
	margin-top: 18px;
	color: #1f3d71;
	font-size: 16px;
	font-weight: bold;
}
h1.headline{
	margin-top: 18px;
	color: #1f3d71;
	font-size: 16px;
	font-weight: bold;
}
h1.subline{
	margin-top: 0px;
	color: #4d5970;
	font-size: 14px;
	font-weight: normal;
}

p.head-date + h1{
	margin-top: 0px;
	color: #1f3d71;
	font-size: 14px;
	font-weight: bold;
}

h2,
h2 a{
	margin-top: 20px !important;
	color: #1f3d71;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover{
	text-decoration: underline;
}
h1.subline,
h2.subline,
h3.subline{}
h1.subline + h1,
h2.subline + h1,
h3.subline + h1,
h1.subline + h2,
h2.subline + h2,
h3.subline + h2,
h1.subline + h3,
h2.subline + h3,
h3.subline + h3,{
	margin-top: 0px !important;	
}
* + h1.subline,
* + h2.subline,
* + h3.subline{
	margin-top: 1px !important;
	color: #969FAE;
}

.subline + .first{
	margin-top: 1px !important;
}

h2.headline{
	margin-top: 11px;
	color: #1f3d71;
	font-size: 14px;
	font-weight: bold;
}
h2.headline a{
	margin-top: 20px;
	color: #1f3d71;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h2.headline a:hover{
	color: #10264c;
	text-decoration: underline;
}

h2.subline{
	margin-top: 0px;
	color: #969fae;
	font-size: 12px;
	font-weight: bold;
}
h2.date{
	margin-top: 16px !important;
	color: #b0bacc;
	font-size: 12px;
	font-weight: normal;
}
h2.date.first{
	margin-top: 0px !important;
}

h3{
	margin-top: 18px;
	color: #1f3d71;
	font-size: 12px;
	font-weight: bold;
}

h5{
	margin-top: 16px;
	font-size: 12px;
}

h5{
	margin-top: 16px;
	font-size: 12px;
	font-weight: normal;	
}

ul{
	list-style-image: url(../images/requirements/ul_listing.jpg);
	list-style-position: outside;
}
ol{
	
	list-style-position: inside;
}
li{
	margin-left: 10px;	
}

.product_single ol,
.product_single ul{
	position: relative;
	min-width: 60%;
}

.product_single ol li,
.product_single ul li{
	position: relative;
	left: 20px;
	padding-right: 20px;
}

.product-category{
	margin: 12px 0px 0px 0px;
	padding: 10px 0px 23px 12px;
	font-weight: bold;
	width: 500px;
	background-image: url(../images/legend-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #223c6d;
}

span.hint{
	padding-left: 5px;
}
 
.intro{
	font-size: 14px;
	color: #b2b2b2;
}
 
.title{
	color: #223c6d;
	font-weight: bold;
}

.signature{
	margin-top: 14px;
	text-align: center;
	font-size: 10px;
}

.msg.ok{
	font-weight: bold;
	color: #00CC00;
}

.msg.error{
	font-weight: bold;
	color: #FF0000;
}

.quotation{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
 
.footnote{
	margin-top: 14px;
	font-size: 10px;
	line-height: 16px;
}

.highlight{
	color: #937100 !important;
	background-color: #f4dd91;
}

.keyword{
	background-color: #f4dd91;
}

sup, bub{
	font-size: 8px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}