
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: "Trebuchet MS", Arial, Georgia;
font-size: 90%;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
 background: #E0DFDA;
 border: 1px solid #BCBAAF;
height: 60px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
font-family: "Trebuchet MS";
font-weight:  normal;
color: #003366;
text-align: center;
}

#topnav{
background: transparent;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#contentcolumn h2 {
font-family: "Trebuchet MS";
color: #000033;
font-weight: normal;
}
#contentcolumn a {
 border-bottom: 1px solid #FFF;
 color: #003366;
}
#contentcolumn a:hover {
 background: #E0DFDA;
 border-bottom: 1px solid #BCBAAF;
 color: #003366;
 text-decoration: none;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: transparent;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: transparent;
}

#footer{
clear: left;
width: 100%;
height: 56px;
 background: #E0DFDA;
 border: 1px solid #BCBAAF;
color: #003366;
text-align: center;
padding: 5px 0;
}

#footer a{
color: #000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*menu*/
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
       position: relative;
       padding: 0 0 0 34px;
       margin: 0 auto 0 auto;
       background: url(../images/menub_bg.gif) repeat-x; /*tab background image path*/
       height: 46px;
       list-style: none;
}

.glossymenu li{
       float:left;
}

.glossymenu li a{
       float: left;
       display: block;
       color:#000;
       text-decoration: none;
       font-family: "Trebuchet MS", Arial, sans-serif;
       font-size: 12px;
       font-weight: normal;
       padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
       height: 46px;
       line-height: 46px;
       text-align: center;
       cursor: pointer;       
}

.glossymenu li a b{
       float: left;
       display: block;
       padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
       color: #fff;
       background: url(../images/menub_hover_left.gif) no-repeat; /*left tab image path*/
       background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
       color: #fff;
       background: url(../images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px "Trebuchet MS";
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

#teraz { /*hover state CSS*/
color: #0000CC;
background-color: #F3F3F3;
text-align: right;
}



