* {
   font-family: Verdana, Helvetica, sans-serif;
   line-height: 140%;
}
body, p {
   font-size: 11px;
}
body {
   padding: 0 0 30px;
   margin: 0;
   color: black;
   background: white;
}
h1, h2, h3, h4, h5, h6 {
   background: #d1d2ff;
   color: black;
   margin-top: 8px;
   margin-bottom: 5px;
   padding: 2px 6px;
   text-decoration: none !important;
   font-family: Tahoma, Arial, Helvetica, Verdana, DejaVu, sans-serif;
}
h1 {
   font-size: 150%;
   background: #d1d2ff;
   color: black;
   border-bottom: 3px solid #171a55;
   letter-spacing: 1px;
}
h2 {
   font-size: 115%;
   border-bottom: 3px solid #171a55;}
h3 {
   font-size: 110%;
   border-bottom: 1px dashed black;
}
h4 {font-size: 105%; margin-left: 15px; margin-right: 30px;}
h5 {font-size: 100%; margin-left: 25px; margin-right: 45px;}
h6 {font-size: 89%; margin-left: 40px; margin-right: 55px;}
p {
   margin: 0;
   padding: 8px 0;
   text-align: justify;
}
p.left {text-align: left !important;}
p.center {text-align: center !important;}
p.right {text-align: right !important;}
p.justify {text-align: justify !important;}
a,
a:visited {
   color: #21257a;
   text-decoration: underline;
}
a:visited {
   color: #171a55;
}
a:hover,
a:active {
   color: #171a55;
   text-decoration: none;
}
input {
   line-height: 100%;
   margin: 1px;
}
#content ul {
   list-style-type: circle;
   list-style-position: inside;
}
ul, ol {
   padding: 0;
   margin: 0;
   list-style-position: inside;
}
img {
   border: 0px solid black;
   vertical-align: middle;
   margin: 5px;
}
.imageLeft {
   float: left;
   margin-right: 10px;
}
.imageRight {
   float: right;
   margin-left: 10px;
}
.imageInline {
   float: none;
}
.bezRamecku {
   border-width: 0;
}
.sRameckem {
   border-width: 1px;
}
.visualClear {
   display: block;
   clear: both;
   line-height: 0;
   background: transparent;
}

p.code {
   font-family: 'courier new', courier, monospace;
   font-size: 110%;
   padding: 15px;
   margin: 10px;
   border: 1px solid black;
   background: #ddd;
   color: #444;
}


input.format,
textarea.format {
   background: white url(pics/bg-input-default.gif) repeat-x left top;
   color: #171a55;
   font-size: 11px;
   border: 1px solid black;
   padding: 2px 4px;
}
fieldset {
   border: 1px solid black;
}
fieldset legend {
   border-left: 1px solid black;
   border-right: 1px solid black;
   padding: 1px 5px;
}

input.radio,
input.checkbox {
   margin: 0 4px;
   vertical-align: text-bottom;
   width: 11px;
   height: 11px;
   overflow: hidden;
}
input.submit {
   background: white url(pics/submit1-default.gif) no-repeat left top;
   color: #171a55;
   font-size: 89%;
   font-weight: bold;
   border: 0;
   width: 120px;
   padding: 4px 7px 5px 20px;
   margin: 5px 2px 2px 5px;
}
textarea {
   font-family: Courier New, Courier, monotype;
   font-size: 120% !important;
   line-height: 1.1;
}
label {
   color: #171a55;
}
.discreet {
   font-size: 79%;
   color: #555;
}


















