@charset "utf-8";
@media all {
* {
  margin : 0;
  padding : 0;
}
option {
  padding-left : 0.4em;
}
* html body * {
  overflow : visible;
}
* html iframe, * html frame {
overflow : auto;
}
* html frameset {
overflow : hidden;
}
html {
height : 100%;
margin-bottom : 1px;
}
body {
font-size : 100.01%;
color : #000;
background : #fff;
text-align : left;
}
pre {
text-align : left;
color : red;
background-color : #eee;
}
fieldset, img {
border : 0 solid;
}
ul, ol, dl {
margin : 0 0 1em 1em;
}
li {
margin-left : 1.5em;
line-height : 1.5em;
}
dt {
font-weight : 700;
}
dd {
margin : 0 0 1em 2em;
}
blockquote {
margin : 0 0 1em 1.5em;
}
#header {
position : relative;
}
#topnav {
text-align : right;
}
#header #topnav {
position : absolute;
top : 10px;
right : 10px;
}
#header, #nav, #main, #footer {
clear : both;
}
#col1 {
float : left;
width : 200px;
}
#col2 {
float : right;
width : 200px;
}
#col3 {
width : auto;
margin : 0 200px;
min-height : 460px;
}
#col1_content, #col2_content, #col3_content {
position : relative;
}
.hideboth #col3 {
margin-left : 0;
margin-right : 0;
}
.hidecol1 #col3 {
margin-left : 0;
margin-right : 200px;
}
.hidecol2 #col3 {
margin-left : 200px;
margin-right : 0;
}
.hideboth #col1, .hideboth #col2, .hidecol1 #col1, .hidecol2 #col2 {
display : none;
}
.clearfix:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}
.clearfix {
display : block;
}
.floatbox {
overflow : hidden;
}
#ie_clearing {
display : none;
}
.subcolumns {
width : 100%;
overflow : hidden;
}
.subcolumns_oldgecko {
width : 100%;
float : left;
}
.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {
float : left;
}
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {
float : right;
margin-left : -5px;
}
.c25l, .c25r {
width : 25%;
}
.c33l, .c33r {
width : 33.333%;
}
.c50l, .c50r {
width : 50%;
}
.c66l, .c66r {
width : 66.666%;
}
.c75l, .c75r {
width : 75%;
}
.c38l, .c38r {
width : 38.2%;
}
.c62l, .c62r {
width : 61.8%;
}
.subc {
padding : 0 0.5em;
}
.subcl {
padding : 0 1em 0 0;
}
.subcr {
padding : 0 0 0 1em;
}
.skip, .hideme, .print {
position : absolute;
top : -1000em;
left : -1000em;
height : 1px;
width : 1px;
}
.skip:focus, .skip:active {
position : static;
top : 0;
left : 0;
height : auto;
width : auto;
}
}

@media all {
#nav_main {
width : 100%;
overflow : hidden;
float : left;
display : inline;
background : #eee url("i/background.gif") repeat-x center right;
border-top : 1px solid #333;
border-bottom : 1px solid #333;
line-height : 0;
}
#nav_main ul {
border-left : 1px solid #aaa;
border-right : 1px solid #fff;
display : inline;
float : none;
margin : 0;
margin-left : 50px;
padding : 0;
}
#nav_main ul li {
border-left : 1px solid #fff;
border-right : 1px solid #aaa;
display : inline;
float : left;
font-size : 1em;
line-height : 1.4em;
list-style-type : none;
margin : 0;
padding : 0;
width : 90px;
text-align : center;
}
#nav_main ul li a, #nav_main ul li strong {
background : transparent;
color : #000;
display : block;
font-size : 1em;
font-weight : bold;
margin : 0;
padding : 0.5em 0.8em 0.5em 0.8em;
text-decoration : none;
width : auto;
}
#nav_main ul li a:focus, #nav_main ul li a:active {
background : #eee;
color : #333;
text-decoration : none;
}
#nav_main ul li a:hover {
background : transparent url("./i/bg_curr.gif") no-repeat bottom center;
color : #c60;
}
#nav_main ul li#current {
background : #ddd url("./i/bg_menu_active.gif") repeat-x center right;
border-left : 1px solid #444;
border-right : 1px solid #888;
}
#nav_main ul li#current strong, #nav_main ul li#current a, #nav_main ul li#current a:focus, #nav_main ul li#current a:active {
background : transparent;
color : #c60;
text-decoration : none;
}
}

@media projection, screen {
body {
background : #fafafa url('i/plas-bg02b.gif') no-repeat fixed bottom right;
padding : 10px 0 20px;
}
body {
text-align : center;
}
#page_margins {
text-align : left;
margin : 0 auto 40px;
}
#page_margins {
min-width : 740px;
max-width : 80em;
background : #fff;
}
#page {
padding : 10px;
}
#header {
height : 80px;
color : #000;
background : #fff url('i/plas_logo2c.gif') no-repeat top left;
padding : 45px 10px 5px 20px;
}
#topnav {
color : #aaa;
background : transparent;
}
#nav ul {
margin-left : 20px;
}
#nav_main {
background-color : #ddd;
}
#main {
background : #fff;
padding : 10px 0;
}
#footer {
color : #666;
background : #f9f9f9;
padding : 10px 20px;
border-top : 5px solid #efefef;
}
}

@media projection, screen {
#col1 {
width : 75%;
float : right;
}
#col1_content {
padding : 10px 20px 10px 10px;
}
#col2 {
display : none;
}
#col3 {
margin-left : 0;
margin-right : 75%;
}
#col3_content {
padding : 10px 10px 10px 20px;
}
#col3 {
border-right : 1px solid #ddd;
}
#main {
padding : 1em 0;
}
}

@media all {
html * {
font-size : 100.01%;
}
textarea, pre, tt, code {
font-family : 'Courier New', Courier, monospace;
}
body {
font-family : 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size : 75%;
color : #444;
}
h1, h2, h3, h4, h5, h6 {
font-family : 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-weight : bold;
color : #c60;
margin: .85em 0 0.33em 0;
}
h1 {
font-size : 200%;
}
h2 {
font-size : 200%;
color : #c60;
}
h3 {
font-size : 150%;
}
h4 {
font-size : 133.33%;
}
h5 {
font-size : 116.67%;
}
h6 {
font-size : 116.67%;
font-style : italic;
}
#header h1 {
font-size : 2em;
letter-spacing : 0;
line-height : 110%;
color : #000;
text-align : right;
position : absolute;
bottom : 10px;
right : 0;
}
#header span {
color : #999;
}
p {
line-height : 1.5em;
margin : 0 0 1em 0;
}
ul, ol, dl {
line-height : 1.5em;
margin : 0 0 1em 1em;
}
li {
margin-left : 1.5em;
line-height : 1.5em;
}
dt {
font-weight : bold;
}
dd {
margin : 0 0 1em 2em;
}
cite, blockquote {
font-style : italic;
}
blockquote {
margin : 0 0 1em 1.5em;
}
strong, b {
font-weight : bold;
}
em, i {
font-style : italic;
}
pre, code {
font-family : monospace;
font-size : 1.1em;
}
acronym, abbr {
letter-spacing : 0.07em;
border-bottom : 0.1em dashed #c00;
cursor : help;
}
.note {
background : #dfd;
padding : 1em;
border-top : 1px dotted #bdb;
border-bottom : 1px dotted #bdb;
}
.important {
background : #ffd;
padding : 1em;
border-top : 1px dotted #ddb;
border-bottom : 1px dotted #ddb;
}
.warning {
background : #fdd;
padding : 1em;
border-top : 1px dotted #dbb;
border-bottom : 1px dotted #dbb;
}
.float_left {
float : left;
display : inline;
margin-right : 1em;
margin-bottom : 0.15em;
}
.float_right {
float : right;
display : inline;
margin-left : 1em;
margin-bottom : 0.15em;
}
.center {
text-align : center;
margin : 0.5em auto;
}
a {
color : #063;
text-decoration : none;
}
a:focus, a:hover, a:active {
color : #da6221;
text-decoration : none;
/* text-decoration : underline; */
}
#topnav a {
color : #999;
font-weight : normal;
background : transparent;
text-decoration : none;
}
#topnav a:focus, #topnav a:hover, #topnav a:active {
text-decoration : underline;
background-color : transparent;
}
#footer a {
color : #999;
background : transparent;
font-weight : bold;
font-size: x-small;
}
#footer a:focus, #footer a:hover, #footer a:active {
color : #4d87c7;
background-color : transparent;
text-decoration : underline;
}
table {
width : auto;
border-collapse : collapse;
margin-bottom : 0.5em;
}
table.full {
width : 100%;
}
table.fixed {
table-layout : fixed;
}
th, td {
padding : 0.5em;
}
thead th {
background : #444;
color : #fff;
}
tbody th {
background : #ccc;
color : #333;
}
tbody th.sub {
background : #ddd;
color : #333;
}
hr {
color : #fff;
background : transparent;
margin : 0 0 0.5em 0;
padding : 0 0 0.5em 0;
border : 0;
border-bottom : 1px solid #eee;
}
blockquote {
border-left : 3px solid #ddd;
border-right : 3px solid #ddd;
padding : 0 2em;
}
blockquote p.bellow_cite {
margin-top : -8px;
text-align : right;
border-top : 1px solid #8bc17d;
}
.plan-zaj {
margin : 10px 0;
}
.plan-zaj caption {
text-align : left;
margin : 8px 0 4px;
color : #006633;
font-weight : bolder;
}
.plan-zaj tr {
border-bottom : 1px solid #ddd;
}
.plan-zaj th {
border-left : 1px solid #fff;
border-right : 1px solid #fff;
}
.plan-zaj tr td {
vertical-align : top;
}
.plan-zaj tbody tr th {
font-weight : bold;
}
}

@media print {
body, #page_margins, #page, #main {
margin : 0;
padding : 0;
border : 0;
}
#page_margins, #page {
width : 100% !important ;
min-width : 0;
max-width : none;
}
#header {
height : auto;
}
#topnav, #nav, #search, #footer {
display : none;
}
.c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l, .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r {
width : 100%;
margin : 0;
float : none;
overflow : visible;
display : table;
}
.subc, .subcl, .subcr {
margin : 0;
padding : 0;
}
.print {
position : static;
top : 0;
left : 0;
height : auto;
width : auto;
}
body * {
font-family : "Times New Roman", Times, serif;
}
code, pre {
font-family : "Courier New", Courier, mono;
}
body {
font-size : 12pt;
}
h1, h2, h3, h4, h5, h6 {
page-break-after : avoid;
}
abbr[title]:after, acronym[title]:after {
content : '(' attr(title) ')';
}
#page a[href^="http:"], #page a[href^="https:"] {
padding-left : 0;
background-image : none;
}
a[href]:after {
content : " ";
color : #444;
background : inherit;
font-style : italic;
}
#col1_content:before, #col2_content:before, #col3_content:before {
content : "";
color : #888;
background : inherit;
display : block;
font-weight : bold;
font-size : 1.5em;
}
.floatbox, .subcolumns, .subcolums_oldgecko {
overflow : visible;
display : table;
}
}

@media print {
#col1, #col1_content {
float : none;
width : 100%;
margin : 0;
padding : 0;
border : 0;
}
#col2 {
display : none;
}
#col3 {
display : none;
}
}

#pg-start{
 font-size:144%;
}

#player1 {
margin:20px auto;
text-align:center;
}

.bigg {
 text-align:center;
 font-size:140%;
 font-weight:bold;
 color:#c60;
 line-height:140%;
}

.img-right {
 margin:1em 0;
 clear:both;
/*  float:right; */
}

.gotop {
 border: none;
/*  outline: solid 1px red; */
 margin: 12px 0;
 font-size: x-small;
 text-align: right;
 float:right;
 clear:both;
}
.gotop a {
 font-size: x-small;
 display:block;
width:14px;
height:12px;
background : transparent url("i/up2c.gif") no-repeat left center ;
}

.gotop a:hover {
background : transparent url("i/up2c.gif") no-repeat -13px -2px ;
}

.seth200 {
/* outline : 1px solid #333; */
min-height:200px;
height:200px;
}

.sponsor {
 width:100%;
 text-align:center;
 padding: 2em 0;
}

.sponsor img {
  margin: 0 auto;
  border: none;
  padding:3px;
}

dl.dl-tbl {
 margin: 6px 0 ;
}

.dl-tbl dt {
 margin: 0px ;
 padding: 0 10px 0 0;
 width: 3em;
 text-align:right;
 display:inline;
 float:left;
}

.dl-tbl dd {
margin: 0px 0 0px 4em;
}

dl.dl-tbl2 {
 margin: 6px 0 ;
}

.dl-tbl2 dt {
 margin: 0px ;
 padding: 0 10px 0 0;
 width: 8em;
 text-align:right;
 display:inline;
 float:left;
}

.dl-tbl2 dd {
margin: 0px 0 0px 9em;
}


.imgp     { margin: 4px 0; list-style:none;}
.imgp img { border: 1px solid #999; padding:4px; margin-right:10px; float:left;}
.imgp strong  { color: #006633; }

.form-zglosz {
 margin: 4px 0;
}

.form-zglosz label {
 float: left;
 width: 10em;
 text-align:right;
 clear:left;
 margin-right:10px;
}

.form-zglosz table.plan-kursow {
 margin-left:10em;
}

.form-zglosz table.plan-kursow tr {
 background-color:#eee;
 border-bottom:1px solid white;
}

.form-zglosz table.plan-kursow tr:hover {
 background-color:#c60;
 color: white;
}

.form-zglosz table.plan-kursow td {
 padding: 3px 6px;
}

.form-zglosz .finp {
 min-width: 320px;
 width: 320px;
}

.req {
 font-weight:bold;
 color: red;
}

div.req {
padding-left:10px;
border-left:3px solid red;
font-weight:normal;
}

#giodo {
 float: left;
 width: 2em;
 text-align:right;
 clear:left;
 margin-right:10px;
 vertical-align:bottom;
}

.err {
border: 1px solid red;
padding:10px ;
margin: 10px 0 20px;
}

.err ul {
 margin: 0;
 padding: 0;
}

#form-after-send {
 border: 1px solid #006633;
 color: #006633;
 padding: 10px;
}

#form-after-send p {
 margin: 10px 0 0;
 padding: 0;
}

#form-after-send pre {
 margin: 0;
 padding: 10px 20px 20px;
 width: auto;
 text-align:left;
}

.bfco {
color : #198230;
}

.toR {text-align:right;}
.toL {text-align:left;}
.popis {font-size:x-small;font-style:italic;color:#006633;margin:4px 0 10px;padding-top:2px;border-top: 1px solid #ddd;}