/**********************************/
/*  Info początkowe                                 */
/**********************************/
body { 
	background-image: url(img/tlo2.jpg);
	background-repeat: repeat;
	font-family: Sylfaen, Verdana, Arial;
	font-size: 75%;
	text-align: center;
	margin: 0;
	color: black;
}

#container {
    margin: 0 auto;
    width: 800px; /* szerokość pojemnika */
    background: #fff 25%; /* biała ramka */
    border: 1px solid #ddd; /* linia ramki */
    padding: 0 5px;
    text-align: left; /* Cancel IE Fix */
}

img.left,img.center,img.right {padding:4px; border:1px solid #FF6D31;}
img.left {float:left; margin:0 12px 5px 0;}
img.center {display:block; margin:0 auto 15px auto;}
img.right {float:right; margin:0 0 5px 12px;}

.lewakolumna {float:left; width:48%;}
.prawakolumna {float:right; width:48%;}

/**********************************/
/*  Nagłówek                                             */
/**********************************/

#naglowek { /* tytuł strony */
    background: #29A2C6 url(img/rak.jpg) no-repeat 100% 50%;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    padding: 28px 30px;
}	

#naglowek h1 { 	
    margin: 0;
    color: #FFCB18;
    font-size: 1.8em;
    font-weight: normal;
    cursor: default;
}	

#naglowek h2 { 	
    margin: 0;
    color: #FFECAF;
    font-size: 1.2em;
    padding-left: 10px;
    cursor: default;
}	

/**********************************/
/*  Menu Główne                   */
/**********************************/

#menu {
    height: 2.2em;
    line-height: 2.2em;
    margin-bottom: 10px;
    background: #29A2C6;
    color: #FFECAF;
}

#menu li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #fff;
    white-space: nowrap;
}

#menu li a {
    display: block;
    padding: 0 10px;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-color: inherit;
    color: #FFECAF;
}

* html #menu a {width:1%;}

#menu .aktywny,#menu a:hover {
    background: #FFECAF;
    color: #FF6D31;
    text-decoration: none;
}

/**********************************/
/*  Panel                         */
/**********************************/

#panel {
    float: left;
    width: 175px;
    position: relative;
    line-height: 20px; 
    word-spacing: 2px;	
}

#panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#panel li a {
    display: block;
    padding: 0.5em;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #999;
}

* html #panel a {width:1%;}

#panel .aktywny,#panel a:hover {
    color: #333;
    font-size: 1em;
    text-decoration: none;
}

#panel .aktualny {
    color: #62D500;
    text-decoration: none;
}

#panel .obejrzany {
    color: #FF522D;
    text-decoration: line-through;
}

.box {
    background-color: #fafbfc;
    color: #505050;
    margin: 15px 40px 10px 5px;
    padding: 5px;
    border: 1px solid #ccc;
    line-height: 1.5em;
}

.maly {font-size: 0.8em;}

/**********************************/
/*  Tresc                         */
/**********************************/

#tresc {
    float: left;
    width: 550px;
    position: relative;
    margin-left: 10px;
    margin-left: 5px;
    line-height: 20px; 
    text-align: justify; 
    word-spacing: 2px;
	margin-top: 15px;
}
#tresc li {
	list-style-image: url(img/punkt.jpg);
}

#tresc p:first-letter {
    font-size: 1.3em;
    font-weight: bold;
}

#tresc a {
    text-decoration: none;
    font-weight: bold;
    color: #ffab35;
}

#tresc a.ar {
    text-decoration: none;
    font-weight: bold;
    color: #ffab35;
}

#tresc a:hover {
    border-bottom: 1px dashed #ffab35;
}

#tresc h2 {
    font-size: 1.7em;
    color: #206ba4;
    border-bottom: 2px solid #206ba4;
}

#tresc h2.semi {
    font-size: 1.7em;
    color: #448F00;
    border-bottom: 2px solid #448F00;
}

#tresc h2.horror {
    font-size: 1.7em;
    color: #FF1F1F;
    border-bottom: 2px solid #FF1F1F;
}

#tresc h3 {
    font-size: 12px;
    color: #FF6D31;
    letter-spacing: 2px;
    text-align: left;
    font-variant: small-caps;
    text-transform: capitalize;
	text-decoration: underline;
}

#tresc h3.semi {
    font-size: 12px;
    color: #448F00;
    letter-spacing: 2px;
    text-align: left;
    font-variant: small-caps;
    text-transform: capitalize;
	text-decoration: underline;
}

#tresc h3.horror {
    font-size: 12px;
    color: #FF1F1F;
    letter-spacing: 2px;
    text-align: left;
    font-variant: small-caps;
    text-transform: capitalize;
	text-decoration: underline;
}

#tresc h3.r {
    text-align: right;
}

#tresc h4 {
    font-size: 10px;
    color: #54a4de;
    letter-spacing: 2px;
    text-align: right;
    font-variant: small-caps;
    text-transform: lowercase;
}

#tresc h5 {
	text-align: right;
}

#tresc div.news {
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
    border: 1px solid #ddd;
}

#tresc div.news a {
	text-align:right;
}

#tresc .listalinkow li {
    padding: 0.5em;
}

#tresc div.newssemi {
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
    border: 1px solid #62d500;
	background: #f7ffef;
}

#tresc div.newshorror {
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
    border: 1px solid #FF1F1F;
	background: #FFCFCF;
}

#tresc div.newssemi a {
	text-align:right;
}

/**********************************/
/*  Stopka                        */
/**********************************/

#stopka {
    background: #29A2C6 100% 0;
    color: #FFECAF;
    border-bottom: 5px solid #29A2C6;
    border-top: 10px solid #29A2C6;
    text-align: center;	
    font-size: 0.8em;
	font-weight: bold;
    padding: 10px;
    line-height: 16px;
    clear: both;
}

#stopka a { text-decoration: none; color: #FFCB18;}
#stopka a:hover {color: #fff; }


/**********************************/
/*  Longbox                       */
/**********************************/

#longbox {
    float: center;
    width: 711px;
    position: relative;
    line-height: 20px; 
    word-spacing: 2px;	
	padding: 5px;
	border: 1px solid #ccc;
	line-height: 1.5em;
	margin: 5px 0px 5px 5px;
}

#longbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#longbox li a {
    display: block;
    padding: 0.5em;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #999;
}

#longbox a {
	padding:4px;
	color: #FF6D31;
}

* html #longbox a {width:1%;}

#longbox .aktywny,#longbox a:hover {
    color: #333;
    font-size: 1em;
    text-decoration: none;
}

#longbox .aktualny {
    color: #62D500;
    text-decoration: none;
}

#longbox .obejrzany {
    color: #FF522D;
    text-decoration: line-through;
}

.maly {font-size: 0.8em;}
