@charset "UTF-8";

/*
 * @version $Id: content.css 41 2008-06-30 12:43:06Z postnikova $
 */
 
/* ### TAGS ### */

 /* default font */
*,html *,* html,body,textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000;
}

strong {
	font-weight: bold;
	color: #1e5363;
}

em {
	font-style: italic;
}

/* headlines [h1-h6] */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 1em 0 0.2em 0;
}

h1 {
	margin: 20px 0 8px 0;
	font-size: 14px;
	color: #2b808a;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	padding-bottom: 1.2em;
	text-align: justify;
	color: #1e2d33;
}

/* links */
a {
	color:#1e5363;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

a img.protectAt {
	background-image: url(../gfx/at_arial_12_1e5363.gif);
	margin-bottom: -4px;
}
*html a img.protectAt {
	margin-bottom: -3px;
}
*+html a img.protectAt {
	margin-bottom: -3px;
}
a:hover img.protectAt {
	background-image: url(../gfx/at_arial_12_1e5363_line.gif);
}

/* paragraph, pre, blockquote */
pre {
	font-family: courier;
}

blockquote {
	margin: 0 0 auto 2.5em;
}

/* lists [ul, ol, dl] */
ul,ol,dl {
	padding: 0.5em 0 0.5em 1em;
}

ul {
	list-style-type: disc;
}
ol {
	padding-left: 2em;
	list-style-type: decimal;
}

dl.csc-textpic-image {
	padding: auto;
}


ul li {
	margin: 0.5em 0 0.5em 0;
	text-align:justify;
}

ol li {
	margin: 0.5em 0 0.5em 0;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0 0 0.5em 0;
}

/* table [table, tr, th, td] */
table {
	border-collapse: collapse;
}
table tr.even {
	background: #b4d9eb;
}
table tr.odd {
	background: #93c9e3;
}
table tr th,table tr td {
	text-align: left;
	vertical-align: top;
	padding-right:20px;
}

table tr th {
	padding: 0 0 1.5em 0;
	font-weight: bold;
}


table.no-padding,
table.no-padding th,
table.no-padding tr,
table.no-padding td {

	padding: 0;

}


/* forms [form, fieldset, inpt, ...] */
fieldset {
	display: block;
	border: 1px solid #ebebeb;
	padding: 1em;
	margin: 0 0 1em 0;
	vertical-align: top;
}


fieldset legend {
	padding: 0 0.5em;
}

label {
	padding: 3px 10px 3px 0;
	display: block;
	float: left;
	clear: both;
	width: 150px;
}

input, textarea, select, option {
	background-color:#cde7f3;
	border:1px solid #3082aa;
	margin:0;
	color:#3082aa;
	width:233px;
	margin:0 0 5px 0;
}
option {
	border: 0 none;
	margin: 0 !important;
}

/* ### GENERAL CSS CLASSES ### */

.clearer {
	clear: both;
	line-height: 0;
	font-size: 0;
}


/* ### CSS STYLED CONTENT ### */

#contentCenter .csc-bulletlist,
#contentRight .csc-bulletlist {
	margin-top: 0;
	padding-top: 0;
	list-style-type: none;
	list-style-image: url(../gfx/li-image.gif);
}
#contentCenter .csc-bulletlist li,
#contentRight .csc-bulletlist li {
	margin-top: 0;
	list-style-type: none;
	margin-bottom: 1em;
}
*html #contentCenter .csc-bulletlist,
*html #contentRight .csc-bulletlist {
	list-style-image: url(../gfx/li-image_ie.gif);
}
*+html #contentCenter .csc-bulletlist,
*+html #contentRight .csc-bulletlist {
	list-style-image: url(../gfx/li-image_ie.gif);
}



/* headlines [h1-h6] */
h1.csc-firstHeader {
	margin-top: 0;
}
.csc-header-date {
	float: right;
	font-size: 0.7em;
}
.csc-subheader {
	margin-top: 0.5em;
	font-weight: bold;
}


/* tt_content.frames */
.csc-frame-rulerAfter, .csc-frame-rulerBefore {
	border-bottom: 1px solid #2B808A;
}



/* text, textpic, pic */
.csc-textpic-caption {
	padding-top: 0.5em;
}

.csc-textpic-imagewrap dl {
	padding: 0;
}

/* csc-mailform */

/* disable fieldset padding in csc-mailform */
fieldset.csc-mailform {
	padding: 0;
}
.csc-mailform-field {
	clear: both;
}

/* define separator */
.csc-mailform-label {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #1E5363;
	font-weight: bold;
}

.csc-mailform-field * {
	margin-bottom: 6px;
	width: 260px;
}
.csc-mailform-field label {
	padding: 0;
	float: left;
	width: 150px;
}
.csc-mailform-submit {
	margin: 8px 0 0 150px;
	clear: both;
}


/* csc-linkToTop */
.csc-linkToTop {
	padding-top: 3px;
	float: right;
	font-size: 0.8em;
}

.clearfix {
	clear:both;
}
