/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------*/

body { 
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	color: white;
	padding: 0;
	margin: 0;
	text-align : left;
	font-size: 14px;
    line-height: 21px;
    background-color:#1c4fb5;
  
}


strong{
    font-weight: bold;
}

a{
    color: #ecea35;
}
a:hover{
    color: white;
    text-decoration: none;
}


div#main{
    width: 1050px;
    margin: 0px auto;
}
div#top{
    width:  1050px;
    height: 123px;
}
div#intopleft{
    float: left;
    width: 340px;
}
div#intopban{
    width: 468px;
    float: left;
    padding-top: 29px;
}
div#intopright{
    float: left;
    width: 242px;
}
div.cleaner{
    font-size: 1px;
    line-height: 1px;
    clear: both;
}

div#menuleft{
    width: 160px;
    float: left;
}
div#menuleft ul li a{
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 3px;
    border-bottom: 2px solid darkblue;
    font-size: 16px;
}
div#menuleft ul li a:hover{
    color: white;
    padding-left: 8px;
}
div#right{
   width: 180px;
   float: right; 
}
div#inmain{
    width: 670px;
    padding: 20px;
    float: left;
}
p{
    margin-top: 15px;
}
h1{
    text-align: center;
    color: yellow;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
}
h2{
    text-align: left;
    color: yellow;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
p.datum{
    color: pink;
    font-weight: bold;
}
p.pstred{
    text-align: center;
    color: #ffa10c;
    font-weight: bold;
}