/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  



/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:422px;  }
.headerimg { margin-top:0px; background-repeat: no-repeat; width:759px; height:422px; position:absolute; }





/* HEADER TEXT */
#headertxt { width:600px; margin-left:25px; clear:both; position:relative; top:0px; }
#firstline { color:#fff; font-weight:bolder; font-size:20px; padding:4px 13px 7px; float:left; display:block; background-color:#3399FF; margin-top:-30px; }
#secondline {  color:#fff; font-weight:300; text-decoration:none; font-size:16px;  margin-top:4px; padding:4px 13px 10px; float:left; display:block; clear:both; background-color:#999999; }
#thirdline {  color:#fff; font-weight:normal; text-decoration:none; font-size:10px; padding:4px 13px 10px; float:left; display:block; clear:both; }


.pictured { background-image:url("../images/btn_wiecej_big.png"); width:242px; height:56px;  font-size:12px;  float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; } 

/* CONTROLS */
.btn { height:80px; width:83px; float:left; cursor:pointer; }
#back { background-image:url("../images/arrow_left.png"); }
#next { background-image:url("../images/arrow_right.png");  }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:300px; margin-left:15px; width:600px; }
#headernav { padding-left:0px; }

/* CONTENT */
#content {width:600px; margin:0 auto; }
#content p { padding:10px 20px; font-size:16px; width:600px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }


