html {
margin: 0;
padding: 0;
}
body{
margin:0;
padding:0;
/*line-height: 1.5em;*/
font-family: Helvetica, Tahoma, sans-serif;
font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0px auto 0px auto; /*Center container on page*/
border: 1px solid #445895;
padding-top: 0px;
}

#topsection{
background: #445895;
background-image: url('images/cech-logo-niebieskie2.jpg');
background-position: top left;
background-repeat: no-repeat;
height: 250px; /*Height of top section*/
padding-top: 0px;
margin-top: 0px;
}

.topinnertube {
margin: 0px 10px 10px 200px;
height: 205px;

}
.topinnertube h1{
padding-top: 95px;
font-family: Times New Roman, serif;
font-style: italic;
color: #FFF;
font-size: 25px;
line-height: 150%;
text-align: center;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
margin: 10px 10px 10px 200px;
height: 25px;
font-weight: bold;
font-size: 11px;
width: 640px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #FFF;
padding: 6px 2px 4px 2px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #FFF; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #C40000;
}
/*END Credits: Dynamic Drive CSS Library */


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #FFF;
border-right: 2px solid #445895;
}

#footer{
clear: left;
width: 100%;
background: #445895;
color: #FFF;
text-align: center;
padding: 9px 0px 9px 0px;
}
#footer2{
clear: left;
width: 100%;
background: #FFF;
color: #000;
text-align: center;
padding: 9px 0px 9px 0px;
}
#footer p {
font-size: 9px;
} 

#footer2 p {
font-size: 12px;
}
#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.innertube h1, .innertube h2, .innertube h3, .innertube h4 {
color: #FFF;
text-decoration: none;
display: block;
background-color: #445895;
padding: 3px 3px 3px 3px;
}

.adres ul {
list-style: none;
font-size: 12px;
font-style: italic;
list-style-position: outside;
padding-left: 3px;
}
.leftmenu ul {
list-style: none;
font-size: 10px;
font-style: normal;
padding-left: 3px;
list-style-position: outside;
}
.leftmenu ul li {
display: block;
border-left: 5px solid #445895;
border-bottom: 2px solid #445895;
margin: 7px 0 5px 0;
}
.leftmenu ul li a:link, .leftmenu ul li a:visited {
text-decoration:none;
color: #445895;
font-weight: bold;
display: block;
/*height: 60px; */
background-color: transparent;
padding-left: 3px;
}
.leftmenu ul li a:hover {
text-decoration:none;
color: #FFF;
font-weight: bold;
display: block;
/*height: 60px; */
background-color: #445895;
padding-left: 3px;
}
