
body {
	width: 765px;
  margin: auto;
  font-family : arial, verdana , tahoma , arial , helvetica , sans-serif;
  font-size: small;
	}

#kontener {
	border-top: 12px solid #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
	}

.header-tl {
  float: left;
  background: url(https://icfei.up.krakow.pl/16ICFEI/images/znak-16ICFEI.jpg) no-repeat;
  border: 0px;
  margin-left:3px;
  width: 249px;
  height: 100px;
  padding-top: 0px;
  padding-bottom: 4px;
	}

.header-tr {
  float: left;	
  background: url(https://icfei.up.krakow.pl/16ICFEI/images/tytul-16ICFEI.jpg) no-repeat;

  border: 0px;
  width: 510px;
  height: 100px;
  padding-bottom: 8px;
  padding-top: 2px;
	}

.header-bc {
  float: left;
  background: url(https://icfei.up.krakow.pl/16ICFEI/images/baner1.jpg) no-repeat;
    background-size: contain;
  width: 765px;
  height: 113px;
  padding-bottom: 2px;
  padding-top: 0px;
  border: 0px;
	border-bottom: 0px solid red;
	}


.menu {
  width: 157px;
  padding-left:3px;
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0px;
  float: left;
	}

.menu-img {
  padding: 0px;
  border: 0px;
  margin-bottom: 12px;
  width: 157px;
  height: 23px;
	}

.menu-lnk {
	display: block;
	height: 23px;
	}

#column-left {
	float: left;
	width: 651px;
	background-color: #FFFFFF;
	border-top: 4px solid red;
	}

#column-right {
	float: right;
	width: 120px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 60px;
	border-top: 0px solid red
	}

#content-slim {
  margin-left: 30px;
	margin-top:	15px;
	float:	left;
	width:	436px;
	border: 0px solid green
	}

#content {
  margin-left: 30px;
	margin-top:	15px;
	float:	left;
	width:	556px;
	border: 0px solid green
	}

#foot {
	height: 15px;
  width:740px;
	background-color: #FFFFFF;
	border-top: 1px solid red;
	text-align: right;
	font-size: x-small;
	}
	#foot1 {
	height: 150px;
  width:740px;
	background-color: #FFFFFF;
	font-size: x-small;
	}

.clear {
	clear: both;
	}

p {
	margin-top: 0px;
	margin-bottom: 0.75em;
	}

a:link {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial;
	}
a:visited {
	color: rgb(255,0,0);
	text-decoration: none;
	font-family: Arial;
	}
a:active {
	color: rgb(255,0,0);
	text-decoration : none;
	font-family: Arial;
	}
a:hover {
	color: rgb(255,0,0);
	text-decoration: underline;
	font-family: Arial;
	}

table.contact {
	border: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
	width: 550px;
	align: center;
	border: 0px solid green;
	}

td.left{
  vertical-align: top;
	width: 39%;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 15px;
	}

td.right{
  vertical-align: top;
	width: 61%;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 15px;
	}


